| Age | Commit message (Expand) | Author | Lines |
| 2014-02-02 | librustc: Stop using `@str` for source. | Patrick Walton | -1/+1 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -2/+2 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 |
| 2014-01-25 | Simplify and rename macro API | Steven Fackler | -49/+12 |
| 2014-01-24 | Move macro_rules! macros to libstd | Steven Fackler | -241/+0 |
| 2014-01-23 | Redo exported macro serialization | Steven Fackler | -5/+15 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -2/+2 |
| 2014-01-19 | auto merge of #11644 : huonw/rust/less-fatality, r=cmr | bors | -32/+51 |
| 2014-01-17 | Actually force a / in the path for ext crates | Steven Fackler | -2/+2 |
| 2014-01-17 | auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton | bors | -18/+12 |
| 2014-01-18 | syntax::ext: replace span_fatal with span_err in many places. | Huon Wilson | -32/+51 |
| 2014-01-17 | Change expansion of `for` loop to use a `match` statement | Niko Matsakis | -18/+12 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -8/+102 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -56/+59 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -4/+4 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -39/+39 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -37/+0 |
| 2014-01-07 | Fixup the rest of the tests in the compiler | Alex Crichton | -0/+1 |
| 2014-01-06 | auto merge of #11332 : sfackler/rust/de-at-se, r=huonw | bors | -53/+52 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -1/+1 |
| 2014-01-05 | Use ~-objects instead of @-objects for syntax exts | Steven Fackler | -53/+52 |
| 2014-01-03 | libsyntax: Fix tests. | Patrick Walton | -9/+10 |
| 2014-01-03 | libsyntax: Remove unused `MultiRenamer` | Patrick Walton | -17/+3 |
| 2014-01-03 | libsyntax: De-`@mut` `ps::boxes` | Patrick Walton | -2/+3 |
| 2014-01-03 | libsyntax: Correctly de-`@mut` the pretty printer writer | Patrick Walton | -1/+1 |
| 2014-01-03 | libsyntax: De-`@mut` `SCTable::table` | Patrick Walton | -2/+6 |
| 2014-01-03 | librustc: De-`@mut` the parse session | Patrick Walton | -2/+2 |
| 2014-01-03 | auto merge of #11228 : sfackler/rust/syntaxenv, r=pcwalton | bors | -69/+41 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -2/+2 |
| 2013-12-30 | Rewrite SyntaxEnv | Steven Fackler | -69/+41 |
| 2013-12-29 | Start passing around &mut ExtCtxt | Steven Fackler | -3/+3 |
| 2013-12-29 | Make ast_fold take &mut self | Steven Fackler | -33/+34 |
| 2013-12-28 | Stop passing duplicate parameters in expand | Steven Fackler | -125/+90 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -14/+14 |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -2/+2 |
| 2013-12-08 | Add dead-code warning pass | Kiet Tran | -39/+3 |
| 2013-12-07 | syntax: print expansion info from #[attribute] macros in the correct | Huon Wilson | -1/+6 |
| 2013-12-02 | Add a macro to check if logging at a given label is enabled | Philipp Brüschweiler | -0/+7 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -26/+9 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -6/+6 |
| 2013-11-26 | Clean up SmallVector use a bit | Steven Fackler | -19/+7 |
| 2013-11-26 | Support multiple item macros | Steven Fackler | -58/+56 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -4/+4 |
| 2013-11-26 | Take &Pat in visit_pat | Seo Sanghyeon | -1/+1 |
| 2013-11-17 | Forbid privacy in inner functions | Alex Crichton | -1/+1 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -3/+3 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -78/+0 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -2/+2 |
| 2013-10-31 | Implement a concat!() format extension | Alex Crichton | -1/+1 |
| 2013-10-30 | Prepared `std::sys` for removal, and made `begin_unwind` simpler | Marvin Löbel | -56/+48 |