| Age | Commit message (Expand) | Author | Lines |
| 2021-05-09 | remove const_fn feature gate | Ralf Jung | -10/+0 |
| 2021-05-07 | Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandry | Yuki Okushi | -324/+378 |
| 2021-05-06 | Renamed compiler-flags file to name of compiler-flag: instrument-coverage | Rich Kadel | -344/+349 |
| 2021-05-06 | Update coverage docs and command line help | Rich Kadel | -75/+124 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -0/+86 |
| 2021-05-03 | platform-support: Center the contents of the `std` and `host` columns | Josh Triplett | -2/+2 |
| 2021-05-03 | Link to MCP from target tier policy | Jan-Erik Rediger | -4/+6 |
| 2021-05-01 | Auto merge of #84658 - Amanieu:reserved_regs, r=petrochenkov | bors | -12/+12 |
| 2021-05-01 | Reserve x18 on AArch64 and un-reserve x16 | Amanieu d'Antras | -3/+2 |
| 2021-05-01 | Rollup merge of #84774 - kraai:fix-misspelling, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-05-01 | Rollup merge of #84756 - badboy:toc-for-tier-policy, r=GuillaumeGomez | Yuki Okushi | -0/+11 |
| 2021-05-01 | Rollup merge of #84704 - joshtriplett:platform-support-target-tier-policy, r=... | Yuki Okushi | -131/+174 |
| 2021-04-30 | Fix misspelling | Matthew James Kraai | -1/+1 |
| 2021-04-30 | Add a ToC to the Target Tier Policy documentation | Jan-Erik Rediger | -0/+11 |
| 2021-04-29 | platform-support.md: Update for consistency with Target Tier Policy | Josh Triplett | -131/+174 |
| 2021-04-28 | Update books | Eric Huss | -0/+0 |
| 2021-04-28 | Be stricter about rejecting LLVM reserved registers in asm! | Amanieu d'Antras | -12/+13 |
| 2021-04-26 | Cross-reference target tier policy from platform-support | Josh Triplett | -1/+2 |
| 2021-04-26 | Add the target tier policy from accepted RFC 2803 | Josh Triplett | -0/+640 |
| 2021-04-22 | doc/platform-support: clarify UEFI support | David Rheinsberg | -2/+2 |
| 2021-04-20 | Fix broken doc link | Stephen Albert-Moore | -1/+1 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -48/+0 |
| 2021-04-14 | Update books | Eric Huss | -0/+0 |
| 2021-04-14 | Add powerpc64le-unknown-freebsd to src/doc/rustc/src/platform-support.md | Piotr Kubaj | -0/+1 |
| 2021-04-10 | Auto merge of #84015 - tdelabro:issue-76704-fix, r=Amanieu | bors | -19/+53 |
| 2021-04-09 | set allow_fail back on each example | Timothée Delabrouille | -17/+17 |
| 2021-04-09 | fix misspelling of register xmm23 which made xmm13 being clobbered twice | Timothée Delabrouille | -1/+1 |
| 2021-04-09 | conjugation | Timothée Delabrouille | -1/+1 |
| 2021-04-09 | remove allow_fail and uncomment the [feature(asm)] on every example | Timothée Delabrouille | -30/+30 |
| 2021-04-09 | Merge branch 'issue-76704-fix' of https://github.com/tdelabro/rust into issue... | Timothée Delabrouille | -1/+1 |
| 2021-04-09 | precisions on the authorized labels + typo | Timothée Delabrouille | -2/+2 |
| 2021-04-09 | add 'allow_fail' to example | Timothée | -1/+1 |
| 2021-04-08 | New 'Label' section with example and explainations | Timothée Delabrouille | -3/+37 |
| 2021-04-08 | Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez | Dylan DPC | -15/+8 |
| 2021-04-08 | Auto merge of #83500 - camelid:split-debuginfo-docs-cleanup, r=steveklabnik | bors | -5/+5 |
| 2021-04-07 | Fix some typos in docs for `-C split-debuginfo` | Camelid | -5/+5 |
| 2021-04-08 | Stablize `non_ascii_idents` feature. | Charles Lew | -48/+0 |
| 2021-04-05 | Rollup merge of #83853 - Amanieu:asm_no_high_x86_64, r=nagisa | Dylan DPC | -2/+2 |
| 2021-04-05 | Apply suggestions from code review | Joshua Nelson | -1/+1 |
| 2021-04-05 | Disallow the use of high byte registes as operands on x86_64 | Amanieu d'Antras | -2/+2 |
| 2021-04-05 | Rename non_autolinks -> bare_urls | Joshua Nelson | -15/+8 |
| 2021-04-05 | Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisa | Dylan DPC | -1/+7 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -32/+0 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -0/+1 |
| 2021-04-04 | wasm64 | Gus Caplan | -0/+1 |
| 2021-04-04 | Update clobber example in the asm documentation | Amanieu d'Antras | -1/+7 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -32/+0 |
| 2021-04-02 | Add newer range patterns to unstable book | Jubilee Young | -0/+50 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -50/+55 |
| 2021-03-29 | Update books | Eric Huss | -0/+0 |