| Age | Commit message (Expand) | Author | Lines |
| 2023-01-19 | Transform async ResumeTy in generator transform | Arpad Borsos | -0/+1 |
| 2023-01-12 | gate const closures | Deadbeef | -0/+1 |
| 2023-01-09 | [RFC 2397] Initial implementation | Caio | -0/+1 |
| 2023-01-03 | Suggest more impl Trait on `-> _` | Michael Goulet | -0/+1 |
| 2022-12-29 | Revert "Implement allow-by-default multiple_supertrait_upcastable lint" | David Tolnay | -1/+0 |
| 2022-12-28 | Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-12-28 | Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errors | fee1-dead | -0/+1 |
| 2022-12-26 | Suggest `impl Iterator` when possible for `_` return type | Esteban Küber | -0/+1 |
| 2022-12-22 | abort immediately on bad mem::zeroed/uninit | Ralf Jung | -1/+2 |
| 2022-12-21 | Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung | bors | -1/+1 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -1/+1 |
| 2022-12-19 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -1/+2 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-13 | Suggest `collect`ing into `Vec<_>` | Esteban Küber | -0/+1 |
| 2022-12-13 | Rename `assert_uninit_valid` intrinsic | Nilstrieb | -1/+1 |
| 2022-12-11 | Rollup merge of #105521 - tshepang:keep-heading-separate, r=nagisa | Matthias Krüger | -1/+2 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -2/+0 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -0/+1 |
| 2022-12-10 | separate heading from body | Tshepang Mbambo | -1/+2 |
| 2022-12-09 | Implement allow-by-default multiple_supertrait_upcastable lint | Gary Guo | -0/+1 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -0/+1 |
| 2022-12-06 | Replace usage of `ResumeTy` in async lowering with `Context` | Arpad Borsos | -2/+1 |
| 2022-12-03 | Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514 | Matthias Krüger | -1/+1 |
| 2022-12-02 | Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8Ki | Matthias Krüger | -0/+1 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -1/+1 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -2/+2 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -1/+2 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -0/+1 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -0/+1 |
| 2022-11-19 | Add unstable `type_ascribe` macro | Nilstrieb | -0/+1 |
| 2022-11-18 | Enforce that dyn* casts are actually pointer-sized | Michael Goulet | -0/+1 |
| 2022-11-18 | rename to `string_deref_patterns` | Deadbeef | -1/+1 |
| 2022-11-17 | Readd the matches_macro diag item | Philipp Krones | -0/+1 |
| 2022-11-17 | Add feature gate | Deadbeef | -0/+1 |
| 2022-11-15 | Rollup merge of #104339 - compiler-errors:rustc_deny_explicit_impl, r=cjgillot | Matthias Krüger | -0/+1 |
| 2022-11-15 | Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er... | Matthias Krüger | -51/+1 |
| 2022-11-14 | Add rustc_deny_explicit_impl | Michael Goulet | -0/+1 |
| 2022-11-13 | Fix clippy and rustdoc | Maybe Waffle | -0/+2 |
| 2022-11-13 | Remove dead NoneError error handling | mejrs | -1/+0 |
| 2022-11-13 | Remove unused symbols | Maybe Waffle | -37/+0 |
| 2022-11-13 | Remove unused diagnostic items | Maybe Waffle | -15/+0 |
| 2022-11-12 | Make impl_trait_projections a feature gate. | Camille GILLOT | -0/+1 |
| 2022-11-12 | Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk | Dylan DPC | -0/+1 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -0/+1 |
| 2022-10-30 | Rollup merge of #97971 - Soveu:varargs, r=jackh726 | Michael Howell | -0/+1 |
| 2022-10-30 | Rollup merge of #93582 - WaffleLapkin:rpitirpit, r=compiler-errors | Dylan DPC | -0/+1 |
| 2022-10-28 | Specialize ToString for Symbol | Cameron Steffen | -0/+7 |
| 2022-10-25 | Feature gate `impl_trait_in_fn_trait_return` | Maybe Waffle | -0/+1 |
| 2022-10-23 | Enable varargs support for calling conventions other than C or cdecl | Soveu | -0/+1 |
| 2022-10-17 | Make diagnostic for unsatisfied Termination bounds more precise | León Orell Valerian Liehr | -0/+1 |