| Age | Commit message (Expand) | Author | Lines |
| 2023-05-08 | Mark s390x condition code register as clobbered in inline assembly | Taiki Endo | -2/+11 |
| 2023-05-06 | update Rust Unstable Book docs for `--extern force` | Matt Hammerly | -0/+2 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -34/+0 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -17/+126 |
| 2023-05-03 | Update documentation for LLVM CFI support | Ramon de C Valle | -17/+126 |
| 2023-05-02 | Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiser | Dylan DPC | -27/+0 |
| 2023-04-28 | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errors | bors | -1/+1 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -1/+1 |
| 2023-04-26 | Remove libstd_thread_internals from unstable book. | Mara Bos | -5/+0 |
| 2023-04-25 | Add loongarch64 asm! support | zhaixiaojuan | -1/+16 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -34/+0 |
| 2023-04-16 | Spelling src/doc | Josh Soref | -3/+3 |
| 2023-04-13 | Auto merge of #109989 - ids1024:m68k-asm, r=Amanieu | bors | -1/+13 |
| 2023-04-12 | Add inline assembly support for m68k | Ian Douglas Scott | -1/+13 |
| 2023-04-10 | Fix remaining typos | DaniPopes | -1/+1 |
| 2023-04-08 | rm box_items | Gimbles | -6/+14 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -1/+1 |
| 2023-03-22 | Change text -> rust,ignore highlighting in sanitizer.md | Trevor Gross | -2/+2 |
| 2023-03-12 | Remove `box-syntax` from unstable book | clubby789 | -22/+0 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -2/+0 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -4/+19 |
| 2023-03-06 | Add tracking issue for cf-protection to unstable book | Wesley Wiser | -0/+4 |
| 2023-03-03 | Rollup merge of #104549 - folkertdev:unstable-book-export-executable-symbols,... | Matthias Krüger | -0/+43 |
| 2023-03-02 | whitespace, delete unstable book page | Gibby Free | -27/+0 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -0/+20 |
| 2023-02-11 | Auto merge of #106677 - tbu-:pr_less_doc_hidden_pub, r=scottmcm | bors | -10/+0 |
| 2023-02-10 | Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates | Tobias Bucher | -10/+0 |
| 2023-02-09 | Parse "-Z instrument-xray" codegen option | Oleksii Lozovskyi | -0/+39 |
| 2023-01-23 | Replace terminator-based const eval limit | Bryan Garza | -0/+6 |
| 2023-01-11 | Stabilize `abi_efiapi` feature | Nicholas Bishop | -23/+0 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -2/+2 |
| 2023-01-05 | Add vendor to Fuchsia's target triple | David Koloski | -2/+2 |
| 2023-01-02 | Add json output to `-Zdump-mono-stats` | Joshua Nelson | -0/+20 |
| 2022-12-17 | Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa | bors | -1/+1 |
| 2022-12-16 | remove relative links from `rustc-book` and `unstable-book` | Ezra Shaw | -11/+11 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -0/+30 |
| 2022-12-08 | Add documentation for LLVM KCFI support | Ramon de C Valle | -0/+30 |
| 2022-12-06 | unstable-book: Add `ignore` to `abi_efiapi` example code | Nicholas Bishop | -1/+1 |
| 2022-12-06 | Correct branch-protection documentation. | Jacob Bramley | -1/+1 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -20/+0 |
| 2022-11-23 | unstable-book: Add page for the `abi_efiapi` feature | Nicholas Bishop | -0/+23 |
| 2022-11-19 | add -Zexport-executable-symbols to unstable book | Folkert | -0/+43 |
| 2022-10-30 | Rollup merge of #97971 - Soveu:varargs, r=jackh726 | Michael Howell | -0/+10 |
| 2022-10-26 | Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin... | Dylan DPC | -37/+0 |
| 2022-10-23 | Enable varargs support for calling conventions other than C or cdecl | Soveu | -0/+10 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -0/+4 |
| 2022-10-22 | Stabilize arbitrary_enum_discriminant, take 2 | Deadbeef | -37/+0 |
| 2022-10-20 | Change process spawning to inherit the parent's signal mask by default | Rain | -1/+9 |
| 2022-10-17 | Stabilize asm_sym | Amanieu d'Antras | -13/+0 |
| 2022-10-08 | Stabilize half_open_range_patterns | Urgau | -27/+0 |