| Age | Commit message (Expand) | Author | Lines |
| 2022-01-22 | Add preliminary support for inline assembly for msp430. | William D. Jones | -1/+16 |
| 2022-01-22 | update uclibc instructions for new toolchain, add link from platforms doc | Jonah Petri | -2/+3 |
| 2022-01-20 | Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix | Matthias Krüger | -0/+6 |
| 2022-01-19 | Update rust-by-examples | Amanieu d'Antras | -0/+0 |
| 2022-01-18 | Update books | Eric Huss | -0/+0 |
| 2022-01-17 | Rollup merge of #90498 - joshtriplett:target-tier-policy-draft-updates, r=Mar... | Matthias Krüger | -16/+80 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -190/+0 |
| 2022-01-14 | Rollup merge of #92818 - GuillaumeGomez:update-doc-cfg-doc, r=camelid | Matthias Krüger | -0/+33 |
| 2022-01-13 | Update documentation for doc_cfg | Guillaume Gomez | -0/+33 |
| 2022-01-12 | Remove LLVM-style inline assembly from unstable book | Tomasz Miąsko | -190/+0 |
| 2022-01-09 | Extended the note on the use of `no_run` attribute | Dmitrii - Demenev | -1/+2 |
| 2022-01-09 | Document `--print link-args` | Josh Triplett | -0/+6 |
| 2022-01-07 | Update location from a relative path to absolute | avborhanian | -1/+1 |
| 2022-01-03 | Update books | Eric Huss | -0/+0 |
| 2022-01-01 | Require `-Zunstable-options` for `-C instrument-coverage=except-*` options | Josh Triplett | -2/+2 |
| 2022-01-01 | Clarify stability expectations for llvm-tools-preview | Josh Triplett | -1/+1 |
| 2022-01-01 | Update instrument-coverage documentation to document stability and LLVM versions | Josh Triplett | -3/+7 |
| 2022-01-01 | Rewrite instrument-coverage documentation to use LLVM tools directly | Josh Triplett | -24/+14 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -36/+32 |
| 2022-01-01 | Update references to `-Z symbol-mangling-version` to use `-C` | Josh Triplett | -1/+1 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -0/+18 |
| 2021-12-23 | Update books | Eric Huss | -0/+0 |
| 2021-12-20 | Update linker-plugin-lto.md | Nicolas | -1/+1 |
| 2021-12-20 | Update linker-plugin-lto.md | Nicolas | -3/+3 |
| 2021-12-20 | Add x86_64-pc-windows-msvc linker-plugin-lto instructions | Nicolas | -0/+42 |
| 2021-12-19 | add platform-support/openbsd.md in SUMMARY.md | Sébastien Marie | -0/+1 |
| 2021-12-19 | add OpenBSD platform-support page | Sébastien Marie | -4/+60 |
| 2021-12-12 | Address review feedback | Amanieu d'Antras | -0/+1 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -1027/+1 |
| 2021-12-11 | Rollup merge of #91310 - hi-rustin:rustin-patch-rustdoc, r=jyn514 | Matthias Krüger | -2/+2 |
| 2021-12-09 | Add unstable book entries for parts of asm that are not being stabilized | Amanieu d'Antras | -0/+150 |
| 2021-12-09 | Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplett | Matthias Krüger | -5/+1 |
| 2021-12-08 | Rollup merge of #91610 - aDotInTheVoid:patch-2, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2021-12-07 | Remove the reg_thumb register class for asm! on ARM | Amanieu d'Antras | -5/+1 |
| 2021-12-07 | Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu | bors | -1/+18 |
| 2021-12-06 | Update books | Eric Huss | -0/+0 |
| 2021-12-06 | Link to rustdoc_json_types docs instead of rustdoc-json RFC | Nixon Enraght-Moony | -1/+1 |
| 2021-12-06 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -1/+18 |
| 2021-12-06 | Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieu | bors | -0/+1 |
| 2021-12-05 | Update doc about code block edition attributes | r00ster | -3/+2 |
| 2021-12-03 | Update unstable-book with recent asm changes (`may_unwind`) | cynecx | -1/+2 |
| 2021-12-01 | Review comments | Jamie Cunliffe | -23/+18 |
| 2021-12-01 | Add codegen option for branch protection and pointer authentication on AArch64 | James McGregor | -0/+23 |
| 2021-12-01 | Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandry | Matthias Krüger | -2/+2 |
| 2021-11-30 | Add conditional support for coverage map version 6 | Rich Kadel | -1/+1 |
| 2021-11-30 | Add --out-dir flag for rustdoc | hi-rustin | -2/+2 |
| 2021-11-27 | Add riscv64gc-unknown-freebsd | Tobias Kortkamp | -0/+1 |
| 2021-11-26 | Remove `--display-doctest-warnings` | Joshua Nelson | -16/+10 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -2/+3 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -2/+3 |