| Age | Commit message (Expand) | Author | Lines |
| 2018-04-23 | make rustdoc test follow the jobserver limit of threadsfix that to many threa... | Andreas Jonson | -4/+13 |
| 2018-04-20 | fix some small compile errors | Kurtis Nusbaum | -1/+2 |
| 2018-04-19 | add EDITIONS_NAME_LIST, make edition tracked, enforce that only stable editio... | Kurtis Nusbaum | -9/+18 |
| 2018-04-19 | add --edition option | Kurtis Nusbaum | -26/+49 |
| 2018-04-18 | Work around rust-lang/rust#49998 with experimental code that does less updati... | Felix S. Klock II | -0/+2 |
| 2018-04-18 | Auto merge of #49349 - Zoxc:sync-errors, r=michaelwoerister | bors | -7/+7 |
| 2018-04-17 | Make one_time_diagnostics thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-04-17 | Make Handler more thread-safe | John Kåre Alsaker | -5/+5 |
| 2018-04-17 | Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix | bors | -2/+0 |
| 2018-04-17 | Auto merge of #49882 - Zoxc:sync-misc2, r=michaelwoerister | bors | -5/+5 |
| 2018-04-16 | Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoerister | bors | -0/+4 |
| 2018-04-16 | Use locks for Session.lint_store and Session.buffered_lints | John Kåre Alsaker | -5/+5 |
| 2018-04-15 | Auto merge of #49947 - oli-obk:turing_complete_const_eval, r=nagisa | bors | -3/+0 |
| 2018-04-15 | remove -Znll -- borrowck=mir implies nll now | Niko Matsakis | -2/+0 |
| 2018-04-14 | Rollup merge of #49922 - f-bro:zmiri, r=oli-obk | kennytm | -2/+0 |
| 2018-04-13 | Don't abort const eval due to long running evals, just warn | Oliver Schneider | -3/+0 |
| 2018-04-13 | Remove -Z miri debugging option | Fabio B | -2/+0 |
| 2018-04-12 | Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister | bors | -132/+89 |
| 2018-04-11 | Implementation of `#[repr(packed(n))]` RFC 1399. | Cameron Hart | -16/+21 |
| 2018-04-10 | Make Session.injected_panic_runtime thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-04-10 | Make Session.injected_allocator and Session.allocator_kind thread-safe | John Kåre Alsaker | -4/+4 |
| 2018-04-10 | Make Session.dependency_formats thread-safe | John Kåre Alsaker | -3/+3 |
| 2018-04-10 | Make Session.crate_types thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-04-10 | Make sure Session.plugin_attributes is only used on one thread | John Kåre Alsaker | -2/+2 |
| 2018-04-10 | Make sure Session.plugin_llvm_passes is only used on one thread | John Kåre Alsaker | -2/+2 |
| 2018-04-10 | Make Session.has_global_allocator thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-04-10 | Make sure Session.imported_macro_spans is only used on one thread | John Kåre Alsaker | -2/+2 |
| 2018-04-10 | Make Session.crate_disambiguator thread-safe | John Kåre Alsaker | -6/+3 |
| 2018-04-10 | Make sure Session.next_node_id is only used on one thread | John Kåre Alsaker | -2/+2 |
| 2018-04-10 | Make Session.code_stats thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-04-10 | Make Session::features_untracked thread-safe | John Kåre Alsaker | -11/+5 |
| 2018-04-10 | Disable optimization fuel when using multiple threads | John Kåre Alsaker | -7/+15 |
| 2018-04-10 | Remove Cell from const_eval_stack_frame_limit and const_eval_step_limit | John Kåre Alsaker | -4/+4 |
| 2018-04-10 | Make sure Session.incr_comp_session is only used on one thread | John Kåre Alsaker | -2/+2 |
| 2018-04-10 | Make Session.plugin_registrar_fn and Session.derive_registrar_fn thread-safe | John Kåre Alsaker | -4/+4 |
| 2018-04-10 | Combine Session.entry_fn and Session.entry_type and make them thread-safe | John Kåre Alsaker | -7/+3 |
| 2018-04-10 | Make PerfStats thread-safe and remove unused fields | John Kåre Alsaker | -58/+16 |
| 2018-04-10 | Make recursion_limit and type_length_limit thread-safe | John Kåre Alsaker | -7/+7 |
| 2018-04-10 | Make sure the lint store is only used on one thread | John Kåre Alsaker | -5/+9 |
| 2018-04-06 | Auto merge of #48779 - michaelwoerister:share-generics4, r=alexcrichton | bors | -0/+2 |
| 2018-04-06 | Allow for re-using monomorphizations from upstream crates. | Michael Woerister | -0/+2 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -2/+2 |
| 2018-04-04 | Add len() method to OutputTypes | varkor | -0/+4 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+7 |
| 2018-03-28 | Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix | bors | -11/+26 |
| 2018-03-26 | Canonicalize paths | Philipp Oppermann | -2/+8 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -10/+19 |
| 2018-03-26 | Auto merge of #48346 - emilio:pgo, r=alexcrichton | bors | -0/+23 |
| 2018-03-25 | Auto merge of #49212 - kyrias:strip-debug-no-debuginfo, r=michaelwoerister | bors | -0/+2 |
| 2018-03-25 | librustc_trans: Gate the preinliner with another -Z flag. | Emilio Cobos Álvarez | -0/+3 |