rust/src/libsyntax
bors c669411afa auto merge of #17402 : steveklabnik/rust/update_manual, r=brson
Because I'm still 😷 😷 😷 , I figured some mindless tasks would be better than trying to finish the ownership guide. 

The manual has long been waiting for some ❤️ ❤️ ❤️ , and so I gave it a quick once-over. I made small commits in case any of the changes are a bit weird, I mostly did a few things:

1. changed 'manual' to 'reference.' I feel like this name is better. If it's not, It's not a huge deal. it shouldn't be `rust.md` though.
2. word wrapped everything appropriately. Changes 1&2 are in the first commit, so that its' easier to see the changes in the later ones.
3. fixed other small style issues
4. removed references to things that are in the standard library, and not the language itself

There's still lots of gross in here, but I didn't want to pile on too too many changes.

/cc @brson @nikomatsakis
2014-09-23 22:05:38 +00:00
..
ast_map librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
diagnostics Allow syntax extensions to return multiple items, closes #16723. 2014-09-19 11:10:54 +02:00
ext auto merge of #17402 : steveklabnik/rust/update_manual, r=brson 2014-09-23 22:05:38 +00:00
parse librustc: Parse and resolve higher-rank lifetimes in traits. 2014-09-22 21:14:58 -07:00
print librustc: Parse and resolve higher-rank lifetimes in traits. 2014-09-22 21:14:58 -07:00
util auto merge of #17223 : retep998/rust/into_string, r=huonw 2014-09-17 01:16:14 +00:00
abi.rs Unify non-snake-case lints and non-uppercase statics lints 2014-08-30 09:10:05 +12:00
ast.rs librustc: Parse and resolve higher-rank lifetimes in traits. 2014-09-22 21:14:58 -07:00
ast_util.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
attr.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
codemap.rs Fix fallout in tests from removing the use of Gc in ExpnInfo. 2014-09-18 14:36:18 +03:00
config.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
crateid.rs core: Change the argument order on splitn and rsplitn for strs. 2014-08-13 15:27:37 -07:00
diagnostic.rs syntax: use an index in CodeMap instead of Gc for ExpnInfo. 2014-09-18 14:36:18 +03:00
feature_gate.rs librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
fold.rs librustc: Parse and resolve higher-rank lifetimes in traits. 2014-09-22 21:14:58 -07:00
lib.rs syntax: use an index in CodeMap instead of Gc for ExpnInfo. 2014-09-18 14:36:18 +03:00
owned_slice.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
ptr.rs syntax: document the ptr module. 2014-09-14 04:20:36 +03:00
show_span.rs rebasing fixes 2014-09-17 16:53:20 +12:00
std_inject.rs move std_inject to libsyntax 2014-09-17 16:53:20 +12:00
test.rs move most of front to libsyntax 2014-09-17 16:53:20 +12:00
visit.rs librustc: Parse and resolve higher-rank lifetimes in traits. 2014-09-22 21:14:58 -07:00