| Age | Commit message (Expand) | Author | Lines |
| 2022-07-29 | Remove `visit_name` from the AST visitor. | Nicholas Nethercote | -2/+1 |
| 2022-07-23 | Allow `~const` on super traits | Deadbeef | -1/+1 |
| 2022-07-19 | Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau... | bors | -2/+2 |
| 2022-07-19 | Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercote | Matthias Krüger | -2/+2 |
| 2022-07-18 | avoid `Symbol` to `&str` conversions | Takayuki Maeda | -2/+2 |
| 2022-07-18 | Rollup merge of #99360 - compiler-errors:issue-99331, r=fee1-dead | Yuki Okushi | -4/+6 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -2/+2 |
| 2022-07-16 | Do not ICE when we have -Zunpretty=expand with invalid ABI | Michael Goulet | -4/+6 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -27/+16 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -0/+9 |
| 2022-07-06 | Suggest using block for `extern "abi" fn` with no body | Nixon Enraght-Moony | -11/+54 |
| 2022-07-02 | ast: Add span to `Extern` | Nixon Enraght-Moony | -4/+5 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -0/+5 |
| 2022-06-14 | Remove `rustc_deprecated` diagnostics | Jacob Pratt | -2/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -9/+9 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -2/+2 |
| 2022-06-08 | rustdoc: show tuple impls as `impl Trait for (T, ...)` | Michael Howell | -0/+5 |
| 2022-06-07 | Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr | bors | -0/+8 |
| 2022-06-04 | Support the `#[expect]` attribute on fn parameters (RFC-2383) | xFrednet | -2/+10 |
| 2022-05-30 | Add support for emitting functions with `coldcc` in LLVM | Scott McMurray | -0/+8 |
| 2022-05-26 | clippy::complexity fixes | Matthias Krüger | -5/+4 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -13/+0 |
| 2022-05-20 | Introduce LifetimeCtxt. | Camille GILLOT | -2/+2 |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -31/+0 |
| 2022-04-30 | Feature-gate `do yeet` inside `cfg`s too | Scott McMurray | -8/+1 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+8 |
| 2022-04-21 | rename to `BoundKind` and add comments | SparrowLii | -7/+7 |
| 2022-04-20 | Add `BoundCtxt` in `visit_param_bounds` to check questions in bounds | SparrowLii | -37/+36 |
| 2022-04-17 | Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkov | bors | -16/+24 |
| 2022-04-17 | Visit generics inside visit_fn. | Camille GILLOT | -16/+24 |
| 2022-04-17 | Rollup merge of #95346 - Aaron1011:stablize-const-extern-fn, r=pnkfelix | Dylan DPC | -17/+20 |
| 2022-03-31 | [let_chains] Forbid let inside parentheses | Caio | -12/+42 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -8/+0 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -1/+1 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-26 | Stablize `const_extern_fn` for "Rust" and "C" | Aaron Hill | -17/+20 |
| 2022-03-25 | Minor `let_chains` modification | Caio | -1/+4 |
| 2022-03-22 | diagnostics: do not suggest `fn foo({ <body> }` | Michael Howell | -1/+8 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -6/+7 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -7/+0 |
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -8/+0 |
| 2022-03-09 | Warn users about || in let chain expressions | Caio | -41/+69 |
| 2022-03-05 | Review changes | Jack Huey | -2/+6 |
| 2022-03-05 | Change to lint | Jack Huey | -9/+14 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -7/+73 |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -0/+1 |
| 2022-03-03 | Gate stability attrs with other attributes. | Camille GILLOT | -0/+25 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -9/+6 |