| Age | Commit message (Expand) | Author | Lines |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -7/+9 |
| 2016-09-13 | Move macro resolution into `librustc_resolve`. | Jeffrey Seyfried | -7/+2 |
| 2016-09-06 | Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis | bors | -0/+33 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -0/+8 |
| 2016-09-01 | Add some infrastructure for timing things where time_passes can't be used. | Michael Woerister | -0/+33 |
| 2016-08-29 | incr.comp.: Move lock files out of directory being locked | Michael Woerister | -8/+16 |
| 2016-08-29 | Implement copy-on-write scheme for managing the incremental compilation cache. | Michael Woerister | -1/+92 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -1/+1 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -10/+3 |
| 2016-07-28 | Store `crate_disambiguator` as an `InternedString` | Niko Matsakis | -2/+5 |
| 2016-07-22 | remove the now-unused multiline error code | Ariel Ben-Yehuda | -77/+4 |
| 2016-07-14 | Remove emit from emitter, leaving emit_struct | Jonathan Turner | -4/+6 |
| 2016-07-14 | Remove BasicEmitter | Jonathan Turner | -4/+11 |
| 2016-07-10 | Move variant_size_differences out of trans | Jonas Schievink | -3/+0 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -8/+5 |
| 2016-06-28 | cleanup: refactor away `ast::NodeIdAssigner` | Jeffrey Seyfried | -15/+4 |
| 2016-06-23 | make old school mode a bit more configurable | Jonathan Turner | -1/+4 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -7/+6 |
| 2016-06-06 | Remove old -Z options that do nothing | Jonas Schievink | -3/+0 |
| 2016-05-27 | Emit "no-frame-pointer-elim" attribute for closures, shims, and glue. | Michael Woerister | -1/+6 |
| 2016-05-25 | rustc: use a simpler scheme for plugin registrar symbol names. | Eduard Burtescu | -0/+10 |
| 2016-05-18 | fix indentation of session/mod.rs | Niko Matsakis | -3/+3 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -5/+17 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -3/+8 |
| 2016-05-02 | refactor to use new snippet code and model | Niko Matsakis | -2/+2 |
| 2016-04-27 | rustc_driver: Allow running the compiler with a FileLoader | Adolfo Ochagavía | -1/+13 |
| 2016-04-20 | librustc: remove outdated workaround | Tamir Duberstein | -3/+0 |
| 2016-04-20 | Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichton | bors | -0/+57 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -3/+3 |
| 2016-04-09 | Introduce the `init_llvm` function | Andrea Canciani | -0/+57 |
| 2016-03-31 | librustc: excise Session's now-unused bug methods | Benjamin Herr | -17/+0 |
| 2016-03-31 | librustc: replace tcx.sess.bug calls with bug!() | Benjamin Herr | -1/+1 |
| 2016-03-31 | librustc: add {span_,}bug! macros | Benjamin Herr | -0/+34 |
| 2016-03-28 | Auto merge of #32267 - durka:inclusive-range-error, r=nrc | bors | -0/+4 |
| 2016-03-26 | Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk... | Manish Goregaokar | -1/+7 |
| 2016-03-25 | store krate information more uniformly | Niko Matsakis | -2/+3 |
| 2016-03-25 | Compute a salt from arguments passed via -Cmetadata. | Michael Woerister | -2/+7 |
| 2016-03-25 | suppress duplicate lints | Niko Matsakis | -1/+7 |
| 2016-03-24 | fatal error instead of ICE for impossible range during HIR lowering | Alex Burka | -0/+4 |
| 2016-03-04 | Add Pass manager for MIR | Simonas Kazlauskas | -3/+3 |
| 2016-02-09 | Allow registering MIR-passes through compiler plugins | Oliver Schneider | -0/+3 |
| 2016-02-02 | Auto merge of #31279 - DanielJCampbell:MacroReferencing, r=nrc | bors | -1/+7 |
| 2016-02-02 | Reviewer requested changes and test fixes | Nick Cameron | -4/+4 |
| 2016-02-01 | Implemented macro referencing for save analysis | Daniel Campbell | -1/+7 |
| 2016-02-01 | Replace some aborts with Results | Nick Cameron | -11/+12 |
| 2016-01-28 | Auto merge of #30411 - mitaa:multispan, r=nrc | bors | -44/+44 |
| 2016-01-28 | Implement MultiSpan error reporting | mitaa | -44/+44 |
| 2016-01-28 | Fix checking if there have been new errors. | Tomasz Miąsko | -2/+2 |
| 2016-01-26 | Initial work towards abort-free compilation | Nick Cameron | -5/+18 |
| 2016-01-22 | The war on abort_if_errors | Nick Cameron | -3/+4 |