| Age | Commit message (Expand) | Author | Lines |
| 2016-05-10 | Give lowering functions mutable access to the lowering context | Jeffrey Seyfried | -2/+2 |
| 2016-05-09 | rustdoc: remove artificial indentation of doctest code | Georg Brandl | -1/+1 |
| 2016-05-09 | Fix fallout in `librustdoc` and in tests | Jeffrey Seyfried | -2/+3 |
| 2016-04-24 | Remove, now unnecessary, workaround | mitaa | -2/+2 |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -3/+5 |
| 2016-04-18 | Reachability check cross-crate links | mitaa | -2/+1 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -1/+2 |
| 2016-04-13 | Retire rustdocs `ANALYSISKEY` | mitaa | -5/+4 |
| 2016-04-12 | Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson | bors | -13/+8 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -13/+8 |
| 2016-04-07 | Remove rustdocs json format | mitaa | -2/+2 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -3/+3 |
| 2016-04-02 | Make the rendering process less pass-aware | mitaa | -2/+2 |
| 2016-03-17 | Make AssertRecoverSafe's field public | Steven Fackler | -4/+4 |
| 2016-03-14 | Auto merge of #32169 - mitaa:anon-tip, r=nrc | bors | -1/+4 |
| 2016-03-14 | Allow custom filenames for anonymous inputs | mitaa | -1/+4 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -3/+1 |
| 2016-03-11 | Auto merge of #32133 - alexcrichton:linkchecker, r=brson | bors | -2/+2 |
| 2016-03-09 | Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc | bors | -1/+1 |
| 2016-03-08 | rustdoc: Don't inline all impls all at once | Alex Crichton | -2/+2 |
| 2016-03-04 | Simplify `if let`/`match` expressions | mitaa | -15/+6 |
| 2016-02-16 | Move more uses of `panictry!` out of libsyntax | Jonas Schievink | -1/+1 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -11/+33 |
| 2016-02-09 | Fix librustdoc test | Guillaume Gomez | -6/+4 |
| 2016-02-07 | Add compile-fail test in rustdoc | Guillaume Gomez | -11/+35 |
| 2016-02-05 | Instrument the AST map so that it registers reads when data is | Niko Matsakis | -1/+4 |
| 2016-01-26 | Initial work towards abort-free compilation | Nick Cameron | -1/+6 |
| 2016-01-15 | rustdoc: remove extraneous whitespace inserted in playpen links | Tshepang Lekhonkhobe | -0/+1 |
| 2016-01-15 | Add a test | Nick Cameron | -5/+5 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -4/+2 |
| 2015-12-17 | test errors | Nick Cameron | -1/+3 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -12/+15 |
| 2015-12-15 | Use --cfg when running doctests | Seo Sanghyeon | -4/+10 |
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | make check works | Ariel Ben-Yehuda | -5/+14 |
| 2015-11-06 | librustdoc: improve testnames for doctests | Kevin Butler | -10/+47 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -0/+2 |
| 2015-10-09 | review comments | Nick Cameron | -5/+0 |
| 2015-10-09 | Misc fixups | Nick Cameron | -1/+1 |
| 2015-10-09 | Some cleanup of no longer used AST things | Nick Cameron | -2/+1 |
| 2015-10-09 | Fixes to rustdoc, etc. | Nick Cameron | -2/+9 |
| 2015-10-02 | Auto merge of #28768 - alexcrichton:dep-info++, r=brson | bors | -2/+4 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -2/+6 |
| 2015-09-30 | rustc: Support output filenames for each emit type | Alex Crichton | -2/+4 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -2/+2 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -3/+6 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -1/+1 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -5/+6 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -5/+5 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -2/+2 |