| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-09-16 | delay error for enabling unstable lib features | Vishad Goyal | -0/+6 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -1/+0 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+0 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -1/+0 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -3/+3 |
| 2021-08-18 | Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichaut | bors | -62/+2 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -8/+0 |
| 2021-07-28 | Stabilize `arbitrary_enum_discriminant` | Deadbeef | -62/+2 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -1/+1 |
| 2021-07-11 | Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplett | bors | -1/+17 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -0/+1 |