| Age | Commit message (Expand) | Author | Lines |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -2/+2 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -2/+2 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -7/+4 |
| 2022-08-27 | rustc_middle: Remove `Visibility::Invisible` | Vadim Petrochenkov | -1/+1 |
| 2022-08-05 | Move stability lookup after cross-crate check | Maybe Waffle | -11/+11 |
| 2022-07-26 | remove commented out code | Maybe Waffle | -1/+0 |
| 2022-07-26 | Implement `#[rustc_default_body_unstable]` | Maybe Waffle | -1/+63 |
| 2022-07-21 | avoid embedding StabilityLevel::Unstable reason string into metadata multiple... | klensy | -1/+7 |
| 2022-07-20 | passes: improved partial stabilization diagnostic | David Wood | -0/+13 |
| 2022-07-20 | middle: add `implies_by` to `#[unstable]` | David Wood | -1/+10 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -4/+15 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -1/+1 |
| 2022-07-08 | fixes post rebase | Jane Losare-Lusby | -0/+2 |
| 2022-07-08 | Support unstable moves via stable in unstable items | Jane Lusby | -4/+13 |
| 2022-06-29 | Use verbose help for deprecation suggestion | Chris Denton | -1/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -1/+1 |
| 2022-06-04 | Allow unstable items to be re-exported unstably without requiring the feature... | cole | -8/+69 |
| 2022-05-13 | Cache more queries on disk. | Camille GILLOT | -1/+1 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -3/+2 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -3/+2 |
| 2022-04-14 | Error on `#[rustc_deprecated]` | Jacob Pratt | -3/+2 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -25/+10 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -2/+2 |
| 2022-03-03 | Remove useless map. | Camille GILLOT | -4/+1 |
| 2022-03-03 | Move the set of features to the `features` query. | Camille GILLOT | -5/+2 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -2/+2 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -7/+7 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -2/+2 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -2/+2 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -7/+7 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -2/+2 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -1/+1 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -1/+1 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -1/+1 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -1/+1 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -3/+2 |
| 2021-11-24 | Suggestion to wrap inner types using `allocator_api` in tuple | Ken Matsui | -8/+53 |
| 2021-09-30 | Remove visible path calculation from allowed deprecation lint | Alik Aslanyan | -40/+74 |
| 2021-07-31 | rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables | Vadim Petrochenkov | -13/+13 |
| 2021-06-15 | better code | hi-rustin | -3/+3 |
| 2021-06-15 | shrinking the deprecated method span | hi-rustin | -3/+4 |
| 2021-05-08 | Address comments | hi-rustin | -4/+1 |
| 2021-05-07 | shrinking the deprecated method span | hi-rustin | -4/+21 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -6/+0 |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -2/+2 |
| 2020-12-16 | Allow `since="TBD"` for rustc_deprecated | bstrie | -35/+40 |