| Age | Commit message (Expand) | Author | Lines |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -3/+3 |
| 2019-07-19 | hygiene: Tweak naming some more | Vadim Petrochenkov | -1/+1 |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -1/+1 |
| 2019-07-18 | Emit artifact notifications for dependency files | Jeremy Fitzhardinge | -6/+14 |
| 2019-07-11 | Move rustc_borrowck -> rustc_ast_borrowck | Matthew Jasper | -2/+2 |
| 2019-07-09 | Remove unused dependencies | Shotaro Yamada | -1/+0 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -1/+1 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -7/+8 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-07-04 | rename hir::map::local_def_id to local_def_id_from_node_id | ljedrz | -6/+7 |
| 2019-07-04 | Rollup merge of #62039 - jeremystucki:needless_lifetimes, r=eddyb | Mazdak Farrokhzad | -5/+5 |
| 2019-07-03 | Rollup merge of #62128 - ehuss:extra-filename-warning, r=matthewjasper | Mark Rousskov | -3/+3 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -5/+5 |
| 2019-06-25 | Adjust warning of -C extra-filename with -o. | Eric Huss | -3/+3 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-22 | Prefer to use `has_errors` to `err_count` | Matthew Jasper | -1/+1 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -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 | -9/+3 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-11 | Add deny(unused_lifetimes) to all the crates that have deny(internal). | Eduard-Mihai Burtescu | -0/+1 |
| 2019-06-10 | Haiku: the maximum stack size is 16 MB | Niels Sascha Reedijk | -2/+6 |
| 2019-06-05 | Addressed points raised in review. | Alexander Regueiro | -15/+6 |
| 2019-06-05 | Implemented for traits (associated type definitions). | Alexander Regueiro | -1/+2 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -1/+15 |
| 2019-06-01 | rustc: collect upvars from HIR, instead of during name resolution. | Eduard-Mihai Burtescu | -2/+0 |
| 2019-05-27 | Avoid unnecessary internings. | Nicholas Nethercote | -1/+1 |
| 2019-05-23 | Rollup merge of #61014 - jsgf:emit-artifact-type, r=alexcrichton | Mazdak Farrokhzad | -1/+2 |
| 2019-05-21 | Make -Zemit-artifact-notifications also emit the artifact type | Jeremy Fitzhardinge | -1/+2 |
| 2019-05-21 | Specify the edition for the rustdoc thread-pool | John Kåre Alsaker | -2/+2 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -7/+10 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -15/+15 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -4/+5 |
| 2019-05-07 | rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli... | Eduard-Mihai Burtescu | -8/+5 |
| 2019-05-05 | rustc: rename all occurences of "freevar" to "upvar". | Eduard-Mihai Burtescu | -2/+2 |
| 2019-05-01 | Move metadata writing earlier. | Nicholas Nethercote | -5/+40 |
| 2019-04-30 | Move metadata encoding earlier. | Nicholas Nethercote | -3/+41 |
| 2019-04-26 | Update rustc-rayon version | John Kåre Alsaker | -1/+1 |
| 2019-04-23 | Auto merge of #60125 - estebank:continue-evaluating, r=oli-obk | bors | -7/+0 |
| 2019-04-22 | Never stop due to errors before borrow checking | Esteban Küber | -7/+0 |
| 2019-04-22 | Continue evaluating after item-type checking | Esteban Küber | -2/+1 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+3 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-16 | Rollup merge of #59903 - estebank:after-main, r=oli-obk | Mazdak Farrokhzad | -2/+6 |
| 2019-04-12 | Use measureme in self-profiler | Wesley Wiser | -12/+6 |
| 2019-04-11 | Continue evaluating after missing main | Esteban Küber | -2/+6 |
| 2019-04-03 | Deny internal lints on librustc_interface | flip1995 | -2/+1 |
| 2019-04-03 | Check for unstable-options flag before register internals | flip1995 | -1/+3 |