| Age | Commit message (Expand) | Author | Lines |
| 2023-07-07 | Require TAITs to be mentioned in the signatures of functions that register hi... | Oli Scherer | -3/+3 |
| 2023-07-03 | Remove compare mode | Michael Goulet | -1/+0 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -0/+105 |
| 2023-06-23 | Fix associated type suggestion when -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -8/+96 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -0/+30 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -0/+105 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-05-13 | Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-dead | bors | -3/+0 |
| 2023-05-13 | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naber | Dylan DPC | -8/+1 |
| 2023-05-13 | Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=... | Dylan DPC | -0/+18 |
| 2023-05-12 | Note base types of coercion | Michael Goulet | -8/+1 |
| 2023-05-11 | Add support for `cfg(overflow_checks)` | AngelicosPhosphoros | -0/+18 |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -1/+0 |
| 2023-05-09 | tidy check to find misc files in ui tests, and clean up the results | asquared31415 | -3/+0 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -0/+19 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -81/+0 |
| 2023-05-05 | Add feature gate | est31 | -0/+19 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+16 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+16 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -0/+12 |
| 2023-05-02 | Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebank | bors | -4/+4 |
| 2023-05-02 | Rollup merge of #111048 - compiler-errors:rpitit-not-incomplete, r=jackh726 | Dylan DPC | -25/+6 |
| 2023-05-02 | Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiser | Dylan DPC | -15/+0 |
| 2023-05-02 | Mark RPITIT and AFIT as no longer incomplete | Michael Goulet | -25/+6 |
| 2023-05-02 | Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplett | bors | -2/+155 |
| 2023-05-01 | Rip it out | Nilstrieb | -4/+4 |
| 2023-04-29 | Update tests | Gary Guo | -2/+155 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -0/+28 |
| 2023-04-21 | update tests for the test harness's json formatting | Pietro Albini | -0/+19 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -81/+0 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -28/+0 |
| 2023-04-12 | Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726 | Matthias Krüger | -0/+48 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -0/+48 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -20/+43 |
| 2023-04-03 | Perform match checking on THIR. | Camille GILLOT | -3/+3 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -40/+46 |
| 2023-03-28 | Feature gate | Michael Goulet | -0/+51 |
| 2023-03-23 | Rollup merge of #108549 - clubby789:fix-link-cfg-issue, r=eholk | Matthias Krüger | -1/+0 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -3/+14 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -44/+0 |
| 2023-03-10 | feat: implement better error for manual impl of `Fn*` traits | Ezra Shaw | -0/+6 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -3/+14 |
| 2023-03-01 | stabilize debugger visualizer attribute | Gibby Free | -15/+0 |
| 2023-02-28 | Remove issue number for `link_cfg` | clubby789 | -1/+0 |
| 2023-02-22 | pluralize stuff | Michael Goulet | -8/+8 |
| 2023-02-18 | Adjust tracking issue for non_lifetime_binders | Michael Goulet | -1/+1 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -0/+16 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -20/+17 |
| 2023-02-16 | Add feature gate for non_lifetime_binders | Michael Goulet | -0/+16 |
| 2023-02-14 | Better label for illegal impl trait types | Michael Goulet | -2/+2 |