| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-08 | Split slice part of feature(half_open_range_patterns) to [...]_in_slices | Urgau | -0/+30 |
| 2022-09-18 | Update the reason llvm tracing is disabled by default | Josh Stone | -1/+1 |
| 2022-09-18 | Remove -Znew-llvm-pass-manager | Josh Stone | -1/+1 |
| 2022-09-09 | Stabilze raw-dylib for non-x86 | Daniel Paoliello | -5/+5 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -0/+54 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -2/+2 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-30 | Use in-page links for sanitizer docs. | Eric Huss | -10/+26 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -0/+54 |
| 2022-07-31 | Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwco | Matthias Krüger | -2/+3 |
| 2022-07-31 | Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkov | Matthias Krüger | -26/+9 |
| 2022-07-28 | location-detail: disable all location details when passed `none` | Hudson Ayers | -2/+3 |
| 2022-07-24 | Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa | bors | -29/+85 |
| 2022-07-23 | Update documentation for LLVM CFI support | Ramon de C Valle | -29/+85 |
| 2022-07-20 | Remove implicit names and values from --cfg in --check-cfg | Urgau | -26/+9 |