| Age | Commit message (Expand) | Author | Lines |
| 2022-06-24 | Rollup merge of #98394 - Enselic:fixup-rustc_main-renames, r=petrochenkov | Yuki Okushi | -5/+5 |
| 2022-06-24 | Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors | Yuki Okushi | -1/+1 |
| 2022-06-22 | Fixup missing renames from `#[main]` to `#[rustc_main]` | Martin Nordholts | -5/+5 |
| 2022-06-22 | Auto merge of #97853 - TaKO8Ki:emit-only-one-note-per-unused-struct-field, r=... | bors | -73/+200 |
| 2022-06-21 | Remove `#[doc(hidden)]` logic from `unused_attributes` lint | León Orell Valerian Liehr | -74/+2 |
| 2022-06-19 | collapse dead code warnings into a single diagnostic | Takayuki Maeda | -70/+182 |
| 2022-06-19 | emit only one note per unused struct field | Takayuki Maeda | -36/+51 |
| 2022-06-18 | Auto merge of #98153 - nnethercote:fix-MissingDoc-quadratic-behaviour, r=cjgi... | bors | -2/+2 |
| 2022-06-18 | rustc_target: Remove some redundant target properties | Vadim Petrochenkov | -1/+1 |
| 2022-06-18 | Remove a possible unnecessary assignment | Yuki Okushi | -2/+0 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -1/+40 |
| 2022-06-16 | Remove unused `hir_id` arg from `visit_attribute`. | Nicholas Nethercote | -2/+2 |
| 2022-06-15 | Rollup merge of #98115 - jhpratt:remove-rustc_deprecated, r=compiler-errors | Yuki Okushi | -3/+1 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -12/+12 |
| 2022-06-15 | Rollup merge of #98067 - klensy:compiler-deps2, r=Dylan-DPC | Yuki Okushi | -1/+0 |
| 2022-06-14 | Remove `rustc_deprecated` diagnostics | Jacob Pratt | -3/+1 |
| 2022-06-14 | Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk | Dylan DPC | -6/+23 |
| 2022-06-13 | remove currently unused deps | klensy | -1/+0 |
| 2022-06-13 | rustdoc: add missing article | Michael Howell | -1/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -9/+9 |
| 2022-06-12 | rustdoc: change error message for invalid `#[doc(tuple_variadic)]` | Michael Howell | -1/+1 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -12/+12 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -6/+6 |
| 2022-06-10 | lint: add diagnostic translation migration lints | David Wood | -6/+23 |
| 2022-06-08 | rustdoc: show tuple impls as `impl Trait for (T, ...)` | Michael Howell | -1/+40 |
| 2022-06-07 | Rollup merge of #97301 - semicoleon:unstable-reexport, r=petrochenkov | Dylan DPC | -3/+37 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -1/+0 |
| 2022-06-06 | Rollup merge of #97495 - clarfonthey:e0788-no-coverage, r=nagisa | Dylan DPC | -0/+52 |
| 2022-06-05 | Changes from code review | ltdk | -2/+3 |
| 2022-06-04 | Allow unstable items to be re-exported unstably without requiring the feature... | cole | -3/+37 |
| 2022-06-03 | Encode MIR for 'unreachable' non-generic fns | Michael Goulet | -25/+8 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-02 | don't use a `span_note` for ignored impls | lcnr | -5/+1 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -78/+7 |
| 2022-05-30 | update diagnostic message on removed attribute | Oli Scherer | -1/+1 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -78/+7 |
| 2022-05-29 | Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister | Guillaume Gomez | -56/+61 |
| 2022-05-28 | Add E0788 for improper #[no_coverage] usage | ltdk | -0/+51 |
| 2022-05-25 | Respond to PR comments. | ridwanabdillahi | -1/+8 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -56/+54 |
| 2022-05-24 | Remove the check_mod_intrinsics query | Oli Scherer | -2/+0 |
| 2022-05-24 | move intrinsicck to typeck | Oli Scherer | -564/+0 |
| 2022-05-22 | Auto merge of #95563 - dingxiangfei2009:dxf-rfc66-refactor, r=nikomatsakis | bors | -857/+0 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -857/+0 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -12/+31 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -2/+1 |
| 2022-05-20 | Auto merge of #97224 - matthiaskrgr:rollup-it5nw68, r=matthiaskrgr | bors | -1/+1 |
| 2022-05-20 | Introduce LifetimeCtxt. | Camille GILLOT | -1/+1 |
| 2022-05-20 | Do not warn on inherent doc(hidden) assoc items | León Orell Valerian Liehr | -1/+1 |
| 2022-05-19 | Rebase fallout | Oli Scherer | -1/+1 |