| Age | Commit message (Expand) | Author | Lines |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -1/+1 |
| 2020-01-11 | lints: promote levels.rs to lint.rs & extract passes.rs | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | reduce diversity in linting methods | Mazdak Farrokhzad | -7/+10 |
| 2020-01-11 | rustc_passes: remove unused rustc_parse dep | Mazdak Farrokhzad | -1/+0 |
| 2020-01-11 | ast_validation -> new crate rustc_ast_passes | Mazdak Farrokhzad | -1039/+0 |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -4/+5 |
| 2020-01-11 | canonicalize rustc::session import | Mazdak Farrokhzad | -1/+2 |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -2/+2 |
| 2020-01-11 | Rollup merge of #68050 - Centril:canon-error, r=Mark-Simulacrum | Yuki Okushi | -12/+12 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -12/+12 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -2/+6 |
| 2020-01-09 | Make `bound_context` more like neighboring functions | Dylan MacKenzie | -21/+18 |
| 2020-01-09 | Call all visit methods on trait definitions | Dylan MacKenzie | -0/+3 |
| 2020-01-09 | Check for `?const` in invalid contexts during AST validation | Dylan MacKenzie | -0/+74 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -11/+11 |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -18/+55 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -17/+40 |
| 2020-01-07 | Rename traits::drop -> traits::misc. | Camille GILLOT | -1/+1 |
| 2020-01-07 | Move magic traits queries to rustc::traits::drop. | Camille GILLOT | -1/+2 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -52/+55 |
| 2020-01-05 | Rollup merge of #67881 - varkor:scattering-of-backticks, r=Centril | Dylan DPC | -1/+1 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -51/+54 |
| 2020-01-05 | simplify reexports in rustc::hir | Mazdak Farrokhzad | -1/+1 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -1/+1 |
| 2020-01-04 | {HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap | Mazdak Farrokhzad | -6/+2 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -12/+9 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -8/+7 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -8/+8 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-01 | Move stability queries to librustc_passes. | Camille GILLOT | -465/+79 |
| 2020-01-01 | Move stability.rs to librustc_passes. | Camille GILLOT | -0/+1001 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -13/+13 |
| 2019-12-31 | Rollup merge of #67697 - cjgillot:passes-scope-tree, r=Zoxc | Dylan DPC | -0/+837 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | Inert doc comments. | Camille GILLOT | -0/+6 |
| 2019-12-30 | Move region_scope_tree query to librustc_passes. | Camille GILLOT | -718/+13 |
| 2019-12-30 | Move region.rs to librustc_passes. | Camille GILLOT | -0/+1536 |
| 2019-12-30 | Rollup merge of #67698 - cjgillot:passes-first, r=Zoxc | Yuki Okushi | -0/+709 |
| 2019-12-29 | Move get_lib_features query in librustc_passes. | Camille GILLOT | -28/+18 |
| 2019-12-29 | Move lib_features.rs in librustc_passes. | Camille GILLOT | -0/+153 |
| 2019-12-29 | Move diagnostic_items queries to librustc_passes. | Camille GILLOT | -7/+21 |
| 2019-12-29 | Move diagnostic_items.rs to librustc_passes. | Camille GILLOT | -0/+119 |
| 2019-12-29 | Move reachable_set query in librustc_passes. | Camille GILLOT | -22/+18 |
| 2019-12-29 | Move reachable.rs to librustc_passes. | Camille GILLOT | -0/+437 |
| 2019-12-27 | Fallout in other crates. | Camille GILLOT | -16/+16 |
| 2019-12-26 | Fallout in other crates. | Camille GILLOT | -48/+56 |
| 2019-12-26 | Auto merge of #67592 - matthewjasper:cleanup-match, r=Centril | bors | -5/+17 |
| 2019-12-25 | Feature gate or patterns in const contexts | Matthew Jasper | -5/+17 |
| 2019-12-24 | Handle more specific case E0222 | Esteban Küber | -0/+1 |