| Age | Commit message (Expand) | Author | Lines |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -0/+2 |
| 2023-08-07 | Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk | Matthias Krüger | -2/+2 |
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -2/+2 |
| 2023-08-06 | Issue numbers are enforced on active features; remove FIXME | Martin Nordholts | -2/+0 |
| 2023-08-04 | Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors | bors | -0/+2 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -25/+51 |
| 2023-08-02 | Add separate feature gate for async fn track caller | Bryan Garza | -0/+2 |
| 2023-07-29 | Mark lazy_type_alias as incomplete | Michael Goulet | -1/+1 |
| 2023-07-28 | Parse generic const items | León Orell Valerian Liehr | -0/+2 |
| 2023-07-28 | Introduce the `#[diagnostic]` attribute namespace | Georg Semmler | -0/+2 |
| 2023-07-16 | Add infrastructure `#[rustc_confusables]` attribute to allow targeted | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-07-12 | Replace version placeholder to 1.72 | Mark Rousskov | -4/+4 |
| 2023-07-04 | Add feature and attribute definition | Deadbeef | -0/+8 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -0/+2 |
| 2023-06-21 | Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obk | Guillaume Gomez | -0/+2 |
| 2023-06-21 | Add `lazy_type_alias` feature gate | Guillaume Gomez | -0/+2 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -0/+2 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -6/+5 |
| 2023-06-20 | Make rustc_deny_explicit_impl only local as well | Michael Goulet | -1/+1 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -0/+5 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -0/+2 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -0/+2 |
| 2023-06-01 | Auto merge of #103877 - oli-obk:const_eval_step_limit, r=fee1-dead | bors | -7/+3 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -7/+3 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -7/+7 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -1/+1 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -7/+6 |
| 2023-05-15 | fixup version placeholder for cfi_encoding feature | klensy | -1/+1 |
| 2023-05-11 | Add support for `cfg(overflow_checks)` | AngelicosPhosphoros | -0/+3 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -0/+2 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -2/+2 |
| 2023-05-05 | Add feature gate | est31 | -0/+2 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -0/+2 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+8 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+8 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -0/+2 |
| 2023-05-02 | fix TODO comments | Deadbeef | -2/+2 |
| 2023-05-02 | update and add a few tests | Deadbeef | -0/+2 |
| 2023-05-02 | Rollup merge of #111048 - compiler-errors:rpitit-not-incomplete, r=jackh726 | Dylan DPC | -2/+2 |
| 2023-05-02 | Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiser | Dylan DPC | -8/+8 |
| 2023-05-02 | Mark RPITIT and AFIT as no longer incomplete | Michael Goulet | -2/+2 |
| 2023-05-02 | Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplett | bors | -1/+1 |
| 2023-04-29 | Partial stabilisation of `c_unwind` | Gary Guo | -1/+1 |
| 2023-04-29 | Make `repr` attribute local_only | Guillaume Gomez | -1/+1 |
| 2023-04-29 | Auto merge of #110643 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -5/+5 |
| 2023-04-28 | Auto merge of #110901 - GuillaumeGomez:inlined-repr-rustdoc, r=notriddle | bors | -1/+1 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -5/+5 |
| 2023-04-27 | repr attribute needs to be stored to be used in doc(inline) by rustdoc | Guillaume Gomez | -1/+1 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -2/+2 |