| Age | Commit message (Expand) | Author | Lines |
| 2019-08-23 | Fix incremental tests | Wesley Wiser | -6/+21 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -1/+1 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -1/+1 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -1/+1 |
| 2019-08-02 | librustc_incremental: Unconfigure tests during normal build | Vadim Petrochenkov | -64/+68 |
| 2019-07-20 | normalize use of backticks in compiler messages for librustc_incremental | 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 | -4/+4 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -4/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -13/+11 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -6/+7 |
| 2019-04-15 | Make check_name generic | John Kåre Alsaker | -1/+1 |
| 2019-03-30 | Update tests | John Kåre Alsaker | -2/+2 |
| 2019-03-30 | Move query definitions over to the proc macro | John Kåre Alsaker | -11/+11 |
| 2019-03-26 | fix: Make incremental artifact deletion more robust | Markus Westerlind | -1/+4 |
| 2019-03-26 | Rollup merge of #59315 - Zoxc:move-query, r=oli-obk | Mazdak Farrokhzad | -3/+3 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -2/+2 |
| 2019-03-20 | Add no_hash to query macro and move some queries over | John Kåre Alsaker | -3/+3 |
| 2019-03-18 | Add load_cached query modifier and keep dep node names consistent with query ... | John Kåre Alsaker | -11/+11 |
| 2019-03-18 | Define queries using a proc macro | John Kåre Alsaker | -4/+4 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -2/+2 |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -3/+3 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -1/+1 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-11 | Remove precompute_in_scope_traits_hashes | John Kåre Alsaker | -1/+0 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -4/+4 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -9/+9 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -17/+16 |
| 2019-02-10 | Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoerister | bors | -2/+2 |
| 2019-02-08 | librustc_incremental => 2018 | Taiki Endo | -19/+18 |
| 2019-02-08 | Update tests | John Kåre Alsaker | -2/+2 |
| 2018-12-31 | Clean up and optimize OpenTask / read_index | John Kåre Alsaker | -4/+5 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -81/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -5/+5 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -4/+4 |
| 2018-12-07 | Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum | kennytm | -1/+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 | -4/+4 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -6/+6 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -6/+2 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -1/+1 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -6/+2 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -6/+6 |
| 2018-12-01 | remove some uses of try! | Mark Mansi | -3/+3 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |