| Age | Commit message (Expand) | Author | Lines |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -0/+1 |
| 2019-12-03 | Move Session to librustc_session | Mark Rousskov | -6/+1 |
| 2019-11-27 | Move ExprUseVisitor and mem_categorization to rustc_typeck | Matthew Jasper | -2/+0 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-15 | Rollup merge of #66013 - nnethercote:avoid-hashing-twice-in-get_query, r=Zoxc | Yuki Okushi | -0/+1 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -2/+0 |
| 2019-11-13 | Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoeri... | Yuki Okushi | -1/+0 |
| 2019-11-12 | Snap cfgs | Mark Rousskov | -2/+0 |
| 2019-11-12 | Move self-profile infrastructure to data structures | Mark Rousskov | -1/+0 |
| 2019-11-04 | Avoid hashing the key twice in `get_query()`. | Nicholas Nethercote | -0/+1 |
| 2019-10-25 | RFC 2008: Stabilization | David Wood | -1/+1 |
| 2019-10-20 | also check the iterator is not too long | Ralf Jung | -0/+1 |
| 2019-10-15 | Stabilize proc macros generating `macro_rules` items | Vadim Petrochenkov | -1/+1 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -1/+0 |
| 2019-10-05 | Rollup merge of #65105 - Mark-Simulacrum:split-librustc, r=nikomatsakis | Tyler Mandry | -4/+0 |
| 2019-10-05 | Rollup merge of #64708 - SimonSapin:option-deref, r=Centril | Tyler Mandry | -1/+0 |
| 2019-10-04 | middle::intrinsicck -> rustc_passes | Mark Rousskov | -1/+0 |
| 2019-10-04 | middle::entry -> rustc_passes | Mark Rousskov | -1/+0 |
| 2019-10-04 | middle::dead -> rustc_passes | Mark Rousskov | -1/+0 |
| 2019-10-04 | move middle::liveness to rustc_passes | Mark Rousskov | -1/+0 |
| 2019-09-27 | cleanup dead ast-borrowck / migrate-mode code. | Mazdak Farrokhzad | -1/+0 |
| 2019-09-23 | Stabilize Option::deref and Option::deref_mut | Simon Sapin | -1/+0 |
| 2019-09-15 | Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obk | bors | -1/+0 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -6/+0 |
| 2019-09-06 | Move the HIR cfg to `rustc_ast_borrowck` | Matthew Jasper | -1/+0 |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -1/+0 |
| 2019-09-05 | Replace diagnostic plugins with macro_rules | Mark Rousskov | -5/+0 |
| 2019-08-30 | Move librustc panic handler into the new one | Jonas Schievink | -1/+0 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -0/+2 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -0/+1 |
| 2019-08-02 | librustc: Unconfigure tests during normal build | Vadim Petrochenkov | -13/+3 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -2/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -3/+1 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -1/+0 |
| 2019-07-24 | Merge `rustc_allocator` into `libsyntax_ext` | Vadim Petrochenkov | -1/+0 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -8/+0 |
| 2019-07-13 | Make `newtype_index` hygienic and use allow_internal_unstable | Matthew Jasper | -2/+0 |
| 2019-07-07 | Remove some dummy dependencies | John Kåre Alsaker | -4/+2 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -1/+0 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-07-04 | Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=... | Mazdak Farrokhzad | -0/+1 |
| 2019-07-01 | Enable mem_take feature in relevant crates | Chris Gregory | -0/+1 |
| 2019-07-01 | rustc: use a separate copy of P for HIR than for AST. | Eduard-Mihai Burtescu | -0/+2 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-22 | Deny explicit_outlives_requirements in the compiler | Matthew Jasper | -1/+0 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -0/+1 |
| 2019-04-25 | Introduce hir::ExprKind::Use and employ in for loop desugaring. | Mazdak Farrokhzad | -0/+1 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -1/+1 |
| 2019-04-17 | Rename modules | Yuki OKUSHI | -1/+1 |