| Age | Commit message (Expand) | Author | Lines |
| 2023-05-29 | 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 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -2/+2 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -2/+2 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -2/+2 |
| 2023-04-12 | Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726 | Matthias Krüger | -0/+2 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -0/+2 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-04-08 | Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naber | bors | -0/+2 |
| 2023-04-07 | Add feature gate | kadmin | -0/+2 |
| 2023-03-31 | Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez | bors | -1/+5 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -0/+2 |
| 2023-03-30 | Rename doc(primitive) into rustc_doc_primitive | Guillaume Gomez | -1/+5 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-03-28 | Feature gate | Michael Goulet | -0/+2 |
| 2023-03-23 | Rollup merge of #108549 - clubby789:fix-link-cfg-issue, r=eholk | Matthias Krüger | -2/+2 |
| 2023-03-15 | Bump version placeholders | Mark Rousskov | -4/+4 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -2/+2 |
| 2023-03-02 | Stabilize movbe target feature | Caleb Zulawski | -2/+3 |
| 2023-03-02 | whitespace, delete unstable book page | Gibby Free | -1/+1 |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -2/+2 |
| 2023-03-01 | stabilize debugger visualizer attribute | Gibby Free | -8/+8 |
| 2023-03-01 | Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-02-28 | Auto merge of #106774 - Nugine:master, r=Amanieu | bors | -1/+2 |
| 2023-02-28 | Remove the `capture_disjoint_fields` feature | clubby789 | -2/+2 |
| 2023-02-28 | Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank | bors | -2/+2 |