| Age | Commit message (Expand) | Author | Lines |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -4/+19 |
| 2023-03-11 | Rename `config.toml.example` to `config.example.toml` | Thom Chiovoloni | -1/+1 |
| 2023-03-09 | avoid reuse tripping over copyright notices | Pietro Albini | -0/+2 |
| 2023-03-06 | Add tracking issue for cf-protection to unstable book | Wesley Wiser | -0/+4 |
| 2023-03-05 | Add platform support documentation for x86_64h-apple-darwin | Thom Chiovoloni | -0/+59 |
| 2023-03-05 | Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2023-03-04 | Support for Fuchsia RISC-V target | Petr Hosek | -0/+1 |
| 2023-03-03 | Rollup merge of #108634 - SUPERCILEX:patch-1, r=JohnTitor | Matthias Krüger | -0/+2 |
| 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-03-02 | Rollup merge of #108585 - djkoloski:parallel_fuchsia_test_runner, r=tmandry | Matthias Krüger | -5/+2 |
| 2023-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -27/+152 |
| 2023-03-01 | Add link to component dashboard | Alex Saveau | -0/+2 |
| 2023-03-01 | Run compiler test suite in parallel on Fuchsia | David Koloski | -5/+2 |
| 2023-03-01 | Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui... | Dylan DPC | -0/+3 |
| 2023-03-01 | Remove `llvm.skip-rebuild` option | Joshua Nelson | -1/+0 |
| 2023-03-01 | Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr | bors | -1/+0 |
| 2023-02-28 | Update Fuchsia platform team members | David Koloski | -1/+0 |
| 2023-02-28 | Mark stdlib for QNX as fully available | Florian Bartels | -2/+2 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -25/+150 |
| 2023-02-27 | Update books | rustbot | -0/+0 |
| 2023-02-26 | Rollup merge of #107062 - tgross35:update-doc-index, r=ehuss | Matthias Krüger | -63/+165 |
| 2023-02-25 | Rollup merge of #108354 - djkoloski:update_fuchsia_test_runner, r=djkoloski | Matthias Krüger | -14/+80 |
| 2023-02-24 | Update `fuchsia-test-runner.py` and docs | David Koloski | -14/+80 |
| 2023-02-24 | doc: cleanup of doc/index.md | Trevor Gross | -63/+165 |
| 2023-02-21 | Update how-to-read-rustdoc.md | Michael Howell | -0/+3 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -0/+20 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -1/+0 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -0/+20 |
| 2023-02-13 | Rollup merge of #108002 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-02-13 | Rollup merge of #107913 - base0x10:master, r=compiler-errors | Matthias Krüger | -2/+1 |
| 2023-02-13 | Update books | rustbot | -0/+0 |
| 2023-02-11 | Auto merge of #106677 - tbu-:pr_less_doc_hidden_pub, r=scottmcm | bors | -10/+0 |
| 2023-02-10 | Update broken link in cargo style guide | base0x10 | -2/+1 |
| 2023-02-10 | Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates | Tobias Bucher | -10/+0 |
| 2023-02-10 | Rollup merge of #107043 - Nilstrieb:true-and-false-is-false, r=wesleywiser | Matthias Krüger | -32/+32 |
| 2023-02-09 | Parse "-Z instrument-xray" codegen option | Oleksii Lozovskyi | -0/+39 |
| 2023-02-07 | Rollup merge of #107750 - tshepang:readability, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2023-02-07 | make more readable | Tshepang Mbambo | -1/+1 |
| 2023-02-07 | allow quick-edit convenience | Tshepang Mbambo | -0/+1 |
| 2023-02-02 | Use triple rather than arch for fuchsia test runner | Joseph Ryan | -1/+1 |
| 2023-02-02 | Rollup merge of #107312 - calebcartwright:style-let-else, r=joshtriplett | Matthias Krüger | -0/+78 |
| 2023-02-01 | docs(style-guide): add rules for let-else statements | Caleb Cartwright | -0/+78 |
| 2023-01-30 | Update books | rustbot | -0/+0 |
| 2023-01-23 | Replace terminator-based const eval limit | Bryan Garza | -0/+6 |
| 2023-01-19 | Change codegen documentation | Nilstrieb | -32/+32 |
| 2023-01-16 | Rollup merge of #106942 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-01-16 | Update books | rustbot | -0/+0 |
| 2023-01-16 | Update instrument-coverage.md | gftea | -0/+2 |
| 2023-01-14 | Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeG... | Yuki Okushi | -1/+1 |