rust/src/libsyntax/ext
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
..
deriving auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton 2014-09-22 09:05:29 +00:00
tt librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
asm.rs syntax: fix fallout from using ptr::P. 2014-09-14 03:39:36 +03:00
base.rs rollup merge of #17338 : nick29581/variants-namespace 2014-09-19 10:00:29 -07:00
build.rs librustc: Parse and resolve higher-rank lifetimes in traits. 2014-09-22 21:14:58 -07:00
bytes.rs manual -> reference & formatting 2014-09-22 17:54:09 -04:00
cfg.rs syntax: fix fallout from using ptr::P. 2014-09-14 03:39:36 +03:00
concat.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
concat_idents.rs syntax: fix fallout from using ptr::P. 2014-09-14 03:39:36 +03:00
env.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
expand.rs auto merge of #17319 : kmcallister/rust/method-macro-bt, r=pcwalton 2014-09-20 04:55:41 +00:00
fmt.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
format.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
log_syntax.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
mtwt.rs Fix all the test fallout 2014-07-09 00:49:54 -07:00
quote.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
source_util.rs syntax: use an index in CodeMap instead of Gc for ExpnInfo. 2014-09-18 14:36:18 +03:00
trace_macros.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00