| Age | Commit message (Expand) | Author | Lines |
| 2018-06-05 | Add AdHocCalls and pass self to build_controller as Box<Self> | bjorn3 | -22/+50 |
| 2018-05-28 | stop invoking `DebruijnIndex::new` directly | Niko Matsakis | -7/+10 |
| 2018-05-17 | Add edition to expansion info | Vadim Petrochenkov | -1/+2 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -63/+65 |
| 2018-05-15 | Pull common parameters into GenericParamDef | varkor | -1/+1 |
| 2018-05-13 | Add a Rayon thread pool | John Kåre Alsaker | -25/+83 |
| 2018-05-13 | Add Sync bounds to the crate store | John Kåre Alsaker | -6/+8 |
| 2018-05-07 | Make DepGraph::previous_work_products immutable | Wesley Wiser | -9/+10 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-02 | Allow Path for name of MetaItem | Seiichi Uchida | -1/+1 |
| 2018-04-27 | rustc_driver: Catch ICEs on the main thread too | Josh Stone | -1/+2 |
| 2018-04-27 | Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoerister | bors | -1/+1 |
| 2018-04-27 | Move query functions out from the define_maps! macro | John Kåre Alsaker | -1/+1 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -2/+2 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -3/+3 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -1/+1 |
| 2018-04-23 | in unit tests, use `note` to dump multiple program clauses | Niko Matsakis | -4/+4 |
| 2018-04-19 | add EDITIONS_NAME_LIST, make edition tracked, enforce that only stable editio... | Kurtis Nusbaum | -1/+1 |
| 2018-04-18 | Auto merge of #49349 - Zoxc:sync-errors, r=michaelwoerister | bors | -5/+5 |
| 2018-04-18 | Auto merge of #49969 - mark-i-m:allocator_fmt, r=estebank | bors | -526/+610 |
| 2018-04-17 | run rustfmt on rustc_driver/driver.rs | Mark Mansi | -526/+610 |
| 2018-04-17 | Make Handler more thread-safe | John Kåre Alsaker | -5/+5 |
| 2018-04-17 | Use #[no_debug] to work around LLVM problem with rustc_driver::get_trans::LOAD. | Michael Woerister | -0/+4 |
| 2018-04-17 | Auto merge of #49882 - Zoxc:sync-misc2, r=michaelwoerister | bors | -2/+6 |
| 2018-04-17 | Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton | kennytm | -0/+12 |
| 2018-04-16 | Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoerister | bors | -1/+1 |
| 2018-04-15 | Add misc timings | John Kåre Alsaker | -2/+6 |
| 2018-04-14 | Rollup merge of #49913 - varkor:RegionParameterDef-InternedString, r=petroche... | kennytm | -1/+1 |
| 2018-04-13 | Use InternedString rather than Name for RegionParameterDef | varkor | -1/+1 |
| 2018-04-12 | Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister | bors | -3/+4 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -8/+3 |
| 2018-04-11 | Prevent EPIPE causing ICEs in rustc and rustdoc | varkor | -0/+12 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -1/+0 |
| 2018-04-11 | Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakis | bors | -1/+1 |
| 2018-04-10 | Make Session.crate_types thread-safe | John Kåre Alsaker | -1/+2 |
| 2018-04-10 | Make Session.crate_disambiguator thread-safe | John Kåre Alsaker | -1/+1 |
| 2018-04-10 | Make recursion_limit and type_length_limit thread-safe | John Kåre Alsaker | -1/+1 |
| 2018-04-09 | Convert sort_by to sort_by_cached_key | varkor | -8/+3 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Fix error in rustc_driver::test. | Michael Woerister | -1/+1 |
| 2018-04-04 | Add len() method to OutputTypes | varkor | -1/+1 |
| 2018-04-04 | Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton | bors | -8/+49 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+7 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -2/+1 |
| 2018-03-28 | [incremental] Don't panic if decoding the cache fails | Wesley Wiser | -1/+3 |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -24/+30 |
| 2018-03-23 | Revert "fix tests in `librustc_driver`" | Sean Griffin | -2/+1 |