| Age | Commit message (Expand) | Author | Lines |
| 2018-11-13 | A few tweaks to iterations/collecting | ljedrz | -1/+1 |
| 2018-11-11 | Reference count `crate_inherent_impls`s return value. | Hugo van der Wijst | -1/+2 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -2/+2 |
| 2018-11-08 | Improve creation of 3 IndexVecs | ljedrz | -2/+1 |
| 2018-10-30 | Rollup merge of #55205 - ljedrz:faster_fxhashmap/set_population, r=estebank | kennytm | -3/+6 |
| 2018-10-29 | Rename other occs of (Code/File)Map to Source(Map/File) #51574 | David Lavati | -5/+5 |
| 2018-10-29 | Improve a few cases of collecting to an FxHash(Map/Set) | ljedrz | -3/+6 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -0/+37 |
| 2018-10-24 | introduce (but do not use) `ascribe_user_type` goal | Niko Matsakis | -5/+27 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -1/+1 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -16/+16 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -17/+17 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -1/+1 |
| 2018-10-19 | Auto merge of #55040 - scalexm:param-env, r=nikomatsakis | bors | -3/+24 |
| 2018-10-18 | Rollup merge of #55016 - oli-obk:vtables💥_vtables_everywhere, r=RalfJung | kennytm | -8/+8 |
| 2018-10-17 | Add `FromEnv` for input types in the environment | scalexm | -3/+3 |
| 2018-10-17 | Implement the `environment` query | scalexm | -0/+1 |
| 2018-10-17 | Use `Environment` instead of `ty::ParamEnv` in chalk context | scalexm | -3/+23 |
| 2018-10-15 | Uplift some comments to doc comments | Oliver Scherer | -8/+8 |
| 2018-10-15 | rename `QueryResult` to `QueryResponse` | Niko Matsakis | -10/+10 |
| 2018-10-05 | rustc/ty: improve stack shifting and remove related allocations | ljedrz | -10/+10 |
| 2018-10-05 | rustc/ty: move a faster early return up | ljedrz | -5/+5 |
| 2018-10-05 | rustc/ty: improve allocations | ljedrz | -28/+30 |
| 2018-10-05 | rustc/ty: simplify common patterns | ljedrz | -9/+4 |
| 2018-10-05 | rustc/ty: use Cow<str> where applicable | ljedrz | -208/+220 |
| 2018-10-05 | rustc/ty: whitespace fixes | ljedrz | -18/+15 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -4/+20 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -156/+161 |
| 2018-09-19 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -0/+1 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -4/+4 |
| 2018-09-15 | rustc: support extern crates loaded after query engine creation. | Eduard-Mihai Burtescu | -1/+10 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -3/+2 |
| 2018-09-11 | renamed emit_nil to emit_unit | kenta7777 | -1/+1 |
| 2018-09-11 | Revert "renamed emit_nil to emit_unit" | kenta7777 | -1/+1 |
| 2018-09-11 | Split `CrateNum` into an enum instead of having magic constants | Oliver Schneider | -3/+2 |
| 2018-09-10 | renamed emit_nil to emit_unit | kenta7777 | -1/+1 |
| 2018-09-06 | crates that provide a `panic_handler` are exempt from `unused_extern_crates` | Jorge Aparicio | -0/+8 |
| 2018-09-03 | Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichton | bors | -8/+1 |
| 2018-08-31 | Make codegen not be a query (since it's not a real query anyway). | Michael Woerister | -8/+1 |
| 2018-08-31 | trip const_to_alloc query | csmoe | -19/+1 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -2/+2 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -2/+2 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -5/+6 |
| 2018-08-23 | Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis | bors | -2/+2 |
| 2018-08-22 | miri/CTFE refactor | Ralf Jung | -7/+7 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-20 | Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet. | Nicholas Nethercote | -2/+2 |
| 2018-08-19 | mv CachingCodemapView CachingSourceMapView | Donato Sciarra | -3/+3 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -11/+11 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -5/+5 |