| Age | Commit message (Expand) | Author | Lines |
| 2018-04-29 | Auto merge of #50271 - sinkuu:fix_ice, r=eddyb | bors | -1/+7 |
| 2018-04-28 | Make `trait_of_item` return None for non associated items | Shotaro Yamada | -1/+7 |
| 2018-04-27 | Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoerister | bors | -1/+1 |
| 2018-04-27 | Create a job immediately when looking in the query map and start it later | John Kåre Alsaker | -1/+1 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -9/+9 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -2/+2 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -8/+6 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -3/+3 |
| 2018-04-24 | Hash EntryKind::AssociatedConst const data | Wesley Wiser | -1/+2 |
| 2018-04-20 | Clean up `IsolatedEncoder::encode_info_for_impl_item()` a bit | Wesley Wiser | -12/+13 |
| 2018-04-20 | Fix bad merge in #49991 | Wesley Wiser | -1/+1 |
| 2018-04-19 | Remove HIR inlining | Wesley Wiser | -217/+108 |
| 2018-04-16 | Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoerister | bors | -2/+9 |
| 2018-04-16 | Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov | bors | -13/+75 |
| 2018-04-14 | Get rid of redundant `HashSet` | Oliver Schneider | -13/+12 |
| 2018-04-14 | Reduce the number of calls to `cdata` | Oliver Schneider | -2/+2 |
| 2018-04-14 | Encode items before encoding the list of AllocIds | Oliver Schneider | -10/+13 |
| 2018-04-14 | Use `LazySeq` instead of `Vec` | Oliver Schneider | -23/+40 |
| 2018-04-14 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -53/+65 |
| 2018-04-13 | Move `path_len` to ExternCrate | Shotaro Yamada | -12/+8 |
| 2018-04-12 | Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister | bors | -4/+12 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -2/+3 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -1/+0 |
| 2018-04-11 | Extend `ExternCrate` to cover externs inferred from `use` or paths | Shotaro Yamada | -13/+79 |
| 2018-04-10 | Auto merge of #49386 - GuillaumeGomez:fix-path-attribute, r=eddyb | bors | -4/+7 |
| 2018-04-10 | Make Session.injected_panic_runtime thread-safe | John Kåre Alsaker | -0/+2 |
| 2018-04-10 | Make Session.injected_allocator and Session.allocator_kind thread-safe | John Kåre Alsaker | -0/+8 |
| 2018-04-10 | Make Session.has_global_allocator thread-safe | John Kåre Alsaker | -4/+2 |
| 2018-04-09 | Take OutputType::DepInfo into account for metadata_output_only | varkor | -3/+2 |
| 2018-04-09 | Convert sort_unstable_by_key to sort_by_cached_key | varkor | -2/+3 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -2/+0 |
| 2018-04-06 | Allow for re-using monomorphizations from upstream crates. | Michael Woerister | -2/+2 |
| 2018-04-06 | Allow for representing exported monomorphizations in crate metadata. | Michael Woerister | -12/+23 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -2/+0 |
| 2018-04-04 | Add len() method to OutputTypes | varkor | -1/+1 |
| 2018-03-28 | Take the original extra-filename passed to a crate into account when | Chris Manchester | -14/+48 |
| 2018-03-28 | Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix | bors | -11/+14 |
| 2018-03-27 | Skip MIR optimisation for cargo check | varkor | -3/+11 |
| 2018-03-26 | Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa | bors | -1/+1 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -11/+14 |
| 2018-03-26 | Fix path attribute in rustdoc | Guillaume Gomez | -4/+7 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-26 | Auto merge of #48346 - emilio:pgo, r=alexcrichton | bors | -1/+3 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -1/+1 |
| 2018-03-25 | librustc: Convert -C pgo-gen and -C pgo-use into -Z flags. | Emilio Cobos Álvarez | -1/+1 |
| 2018-03-25 | rustc_metadata: Load the profiler runtime if we're generating PGO profile data. | Emilio Cobos Álvarez | -1/+3 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -13/+0 |
| 2018-03-25 | Rollup merge of #49273 - michaelwoerister:fix-extern-proc-macro-defkey, r=eddyb | kennytm | -2/+19 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -13/+0 |