| Age | Commit message (Expand) | Author | Lines |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -170/+0 |
| 2018-12-12 | Remove `Session::sysroot()`. | Nicholas Nethercote | -1/+1 |
| 2018-12-08 | Auto merge of #56616 - estebank:issue-56539, r=davidtwco | bors | -2/+2 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -4/+4 |
| 2018-12-07 | Encode `TraitAlias` as if they were `Trait` | Esteban Küber | -2/+2 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -52/+52 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -1/+1 |
| 2018-11-30 | proc_macro: move to a dependency of libtest. | Eduard-Mihai Burtescu | -1/+0 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -57/+44 |
| 2018-11-27 | remove uses of feature gate | Mark Mansi | -1/+0 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-15 | Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb | Pietro Albini | -3/+3 |
| 2018-11-14 | Use `Mmap` to open the rmeta file. | Nicholas Nethercote | -4/+28 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -3/+3 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -5/+6 |
| 2018-11-11 | std: Delete the `alloc_system` crate | Alex Crichton | -14/+9 |
| 2018-11-11 | rustc: Clean up allocator injection logic | Alex Crichton | -96/+17 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-11-04 | Auto merge of #55349 - bjorn3:rustc_mir_collect_and_partition_mono_items, r=o... | bors | -5/+31 |
| 2018-11-03 | Remove rustc_metadata_utils, which contains only one function | bjorn3 | -5/+31 |
| 2018-10-31 | Make `-Z ls` list the actual filename of external dependencies | Aidan Hobson Sayers | -1/+1 |
| 2018-10-26 | Auto merge of #54626 - alexcrichton:dwarf-generics, r=michaelwoerister | bors | -24/+18 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 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 | -2/+2 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -11/+11 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -1/+1 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -16/+2 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-09-28 | Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc | bors | -6/+12 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-27 | rustc: Tweak filenames encoded into metadata | Alex Crichton | -24/+18 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -0/+4 |
| 2018-09-22 | avoid loading constructor attributes in AdtDef decoding | Ariel Ben-Yehuda | -2/+6 |
| 2018-09-22 | Auto merge of #54265 - arielb1:civilize-proc-macros, r=alexcrichton | bors | -24/+53 |
| 2018-09-20 | Rollup merge of #53470 - bjorn3:warn_metadata_errors, r=alexcrichton | kennytm | -1/+1 |
| 2018-09-19 | Add an is_marker flag to TraitDef | Scott McMurray | -0/+4 |
| 2018-09-19 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -6/+12 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -2/+2 |
| 2018-09-15 | avoid leaking host details in proc macro metadata decoding | Ariel Ben-Yehuda | -24/+53 |
| 2018-09-15 | rustc_resolve: always include core, std and meta in the extern prelude. | Eduard-Mihai Burtescu | -20/+61 |
| 2018-09-15 | rustc: add unstable support for --extern crate_name without a path. | Eduard-Mihai Burtescu | -2/+8 |
| 2018-09-14 | Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco | kennytm | -1/+1 |
| 2018-09-12 | Warn about metadata loader errors | bjorn3 | -1/+1 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 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-10 | renamed emit_nil to emit_unit | kenta7777 | -1/+1 |