| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -96/+0 |
| 2020-03-22 | Allow #[track_caller] in traits. | Adam Perry | -0/+1 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -1/+0 |
| 2020-03-17 | Add requisite feature gates for const assert | Dylan MacKenzie | -0/+3 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+0 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -1/+1 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -1/+1 |
| 2020-02-18 | Rollup merge of #67272 - fisherdarling:master, r=varkor,hellow554 | Yuki Okushi | -0/+1 |
| 2020-02-16 | Handle recursion_limit parsing errors | Fisher Darling | -0/+1 |
| 2020-02-16 | Make librustc compile. | Camille GILLOT | -4/+0 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -7/+0 |
| 2020-02-04 | Remove the `overlapping_marker_traits` feature | Aaron Hill | -1/+1 |
| 2020-02-04 | Remove unused feature gates from librustc | bjorn3 | -7/+0 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-15 | Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichton | Yuki Okushi | -1/+0 |
| 2020-01-12 | Rollup merge of #68089 - lzutao:revert-remote_item, r=sfackler | Mazdak Farrokhzad | -0/+1 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+0 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -1/+0 |
| 2020-01-11 | move rustc::lint::{context, passes} to rustc_lint. | Mazdak Farrokhzad | -2/+0 |
| 2020-01-11 | Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrich... | Lzu Tao | -0/+1 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -1/+0 |
| 2020-01-09 | {rustc::util -> rustc_data_structures}::captures | Mazdak Farrokhzad | -1/+0 |
| 2020-01-06 | remove usage of feature gate | dylan_DPC | -1/+0 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -2/+0 |
| 2020-01-04 | {HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap | Mazdak Farrokhzad | -1/+0 |
| 2019-12-31 | librustc_ast_lowering: fix misc fallout. | Mazdak Farrokhzad | -1/+0 |
| 2019-12-30 | Reduce allocations. | Camille GILLOT | -0/+1 |
| 2019-12-29 | Introduce librustc/middle/mod.rs | Camille GILLOT | -39/+1 |
| 2019-12-29 | Move get_lib_features query in librustc_passes. | Camille GILLOT | -1/+24 |
| 2019-12-29 | Move diagnostic_items queries to librustc_passes. | Camille GILLOT | -1/+0 |
| 2019-12-29 | Move reachable_set query in librustc_passes. | Camille GILLOT | -1/+0 |
| 2019-12-22 | Format the world | Mark Rousskov | -13/+18 |
| 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 |