| Age | Commit message (Expand) | Author | Lines |
| 2022-08-15 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-03 | Provide suggestion on missing `let` in binding statement | Esteban Küber | -3/+27 |
| 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 | -1/+0 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -0/+5 |
| 2022-07-02 | ast: Add span to `Extern` | Nixon Enraght-Moony | -1/+1 |
| 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 | -1/+1 |
| 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-05-30 | Add support for emitting functions with `coldcc` in LLVM | Scott McMurray | -0/+8 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -13/+0 |
| 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-17 | Rollup merge of #95346 - Aaron1011:stablize-const-extern-fn, r=pnkfelix | Dylan DPC | -17/+20 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -8/+0 |
| 2022-03-26 | Stablize `const_extern_fn` for "Rust" and "C" | Aaron Hill | -17/+20 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -5/+6 |
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -8/+0 |
| 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-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-02-02 | Add more *-unwind ABI variants | Amanieu d'Antras | -0/+48 |
| 2022-01-18 | Formally implement let chains | Caio | -5/+1 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -0/+1 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -4/+4 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -5/+0 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -4/+0 |
| 2021-12-10 | remove feature gate and cleanup code | Ellen | -4/+0 |
| 2021-12-09 | Remove redundant [..]s | est31 | -3/+3 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -1/+5 |
| 2021-11-24 | Update error message for doc(keyword) | Guillaume Gomez | -1/+1 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -1/+5 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -0/+1 |
| 2021-11-12 | rustc_feature: Convert `BuiltinAttribute` from tuple to a struct | Vadim Petrochenkov | -5/+8 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -9/+7 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -9/+7 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -6/+4 |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -2/+62 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -0/+1 |