| Age | Commit message (Expand) | Author | Lines |
| 2019-10-16 | Make use of the return value of `HashSet::insert` | Shotaro Yamada | -3/+1 |
| 2019-10-14 | rustc_metadata: Privatize private code and remove dead code | Vadim Petrochenkov | -2/+2 |
| 2019-10-07 | Address review comments. | Charles Lew | -1/+1 |
| 2019-10-07 | Add feature gate for raw_dylib. | Charles Lew | -0/+9 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -1/+1 |
| 2019-09-12 | Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=... | bors | -2/+2 |
| 2019-09-11 | Avoid two `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2019-09-08 | Improve wording. | Charles Lew | -2/+2 |
| 2019-07-19 | normalize use of backticks in compiler messages for librustc_metadata | Samy Kacimi | -4/+4 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -2/+2 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -8/+8 |
| 2019-03-23 | Fix rebase | Esteban Küber | -1/+1 |
| 2019-03-23 | Swap primary/secondary spans for E0458 | Esteban Küber | -2/+3 |
| 2019-03-20 | Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichton | bors | -25/+26 |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -1/+1 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -1/+1 |
| 2019-02-08 | librustc_metadata => 2018 | Taiki Endo | -0/+1 |
| 2019-01-15 | Pass a default value when unwrapping a span | AB1908 | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-20 | Fix typo in comment | Douglas Creager | -2/+2 |
| 2018-12-20 | Keep last redundant linker flag, not first | Douglas Creager | -25/+26 |
| 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 | -2/+2 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -52/+80 |
| 2018-07-16 | ItemKind | csmoe | -1/+1 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -5/+2 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -2/+2 |
| 2018-01-12 | Avoid panicking when invalid argument is passed to cfg(..) | Seiichi Uchida | -3/+13 |
| 2017-09-18 | Fix issues uncovered by rebasing: | Michael Woerister | -1/+1 |
| 2017-09-05 | rustc: Remove a number of mutable fields in cstore | Alex Crichton | -0/+217 |