| Age | Commit message (Expand) | Author | Lines |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -4/+4 |
| 2019-07-02 | Derive which queries to save using the proc macro | John Kåre Alsaker | -19/+13 |
| 2019-06-30 | Clean up query cache code | John Kåre Alsaker | -21/+3 |
| 2019-06-18 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -6/+5 |
| 2019-06-18 | rustc: remove unused lifetimes. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-18 | rustc: remove leftover lifetimes with no bounds from where clauses. | Eduard-Mihai Burtescu | -1/+0 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -5/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -10/+10 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -60/+77 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -10/+10 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -72/+68 |
| 2019-06-05 | Add and use `SyntaxContext::outer_and_expn_info`. | Nicholas Nethercote | -3/+2 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -6/+6 |
| 2019-04-01 | Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister | Mazdak Farrokhzad | -15/+14 |
| 2019-03-30 | Remove redundant imports | Fabian Drinck | -1/+0 |
| 2019-03-29 | rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`. | Eduard-Mihai Burtescu | -1/+0 |
| 2019-03-20 | Add a -Z time option which prints only passes which runs once | John Kåre Alsaker | -15/+14 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -9/+10 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -9/+10 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -5/+5 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -18/+18 |
| 2019-01-29 | Only store the result of mir_borrowck for closures | John Kåre Alsaker | -2/+2 |
| 2019-01-08 | Move diagnostics out from QueryJob and optimize for the case with no diagnostics | John Kåre Alsaker | -7/+10 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-19 | query: minor refactoring | ljedrz | -5/+1 |
| 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 | -3/+3 |
| 2018-11-13 | A few tweaks to iterations/collecting | ljedrz | -1/+1 |
| 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-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 | -13/+13 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -15/+15 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -1/+1 |
| 2018-10-05 | rustc/ty: improve allocations | ljedrz | -17/+14 |
| 2018-10-05 | rustc/ty: simplify common patterns | ljedrz | -1/+0 |
| 2018-10-05 | rustc/ty: whitespace fixes | ljedrz | -9/+6 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -19/+19 |
| 2018-09-19 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -0/+1 |
| 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-08-19 | mv CachingCodemapView CachingSourceMapView | Donato Sciarra | -3/+3 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -11/+11 |