| Age | Commit message (Expand) | Author | Lines |
| 2024-04-19 | coverage. Add coverage-options=mcdc as gate for MC/DC instrument | zhuyunxing | -3/+3 |
| 2024-04-18 | Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w... | bors | -17/+38 |
| 2024-04-17 | Auto merge of #123978 - alexcrichton:update-wasi-toolchain, r=Mark-Simulacrum | bors | -20/+49 |
| 2024-04-16 | Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkov | Matthias Krüger | -23/+26 |
| 2024-04-16 | Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-Simulacrum | Guillaume Gomez | -0/+20 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -17/+38 |
| 2024-04-15 | Update how WASI toolchains are used in CI and bootstrap | Alex Crichton | -20/+49 |
| 2024-04-15 | Move --check-cfg documentation to stable books | Urgau | -23/+26 |
| 2024-04-15 | Rollup merge of #123666 - mountcount:master, r=lqd | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-04-15 | Distribute LLVM bitcode linker as a preview component | Kjetil Kjeka | -0/+4 |
| 2024-04-15 | Fix some typos in doc | mountcount | -3/+3 |
| 2024-04-15 | Provide prebuilt std for gnullvm targets | Mateusz Mikuła | -14/+28 |
| 2024-04-14 | Add documentation for unused-externs(-silent) | Jeremy Fitzhardinge | -0/+30 |
| 2024-04-13 | Add a note about checks with multiple revisions (#1963) | Trevor Gross | -2/+4 |
| 2024-04-12 | document `-Zlinker-features` in the unstable book | Rémy Rakic | -0/+35 |
| 2024-04-11 | compiletest: clarify that headers must be one header per line | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2024-04-10 | Add support for Arm64EC inline assembly | Daniel Paoliello | -2/+30 |
| 2024-04-09 | chore: fix some typos in conments | needsure | -7/+7 |
| 2024-04-08 | compiletest: specify which special env var and which particular CI job (#1960) | 许杰友 Jieyou Xu (Joe) | -2/+4 |
| 2024-04-08 | Update books | rustbot | -0/+0 |
| 2024-04-06 | Explicitly mention compiletest directives are supported in rmake.rs (#1949) | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-04-06 | Add docs for sharded descriptions | Michael Howell | -36/+148 |
| 2024-04-06 | Add basic docs for the new `aux-bin` header (#1942) | Martin Nordholts | -1/+6 |
| 2024-04-06 | Add needs-threads header command (#1943) | Eric Huss | -0/+1 |
| 2024-04-06 | Fix some broken links under bootstrapping. (#1958) | Prashanth Mundkur | -8/+8 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -1/+19 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -0/+56 |
| 2024-04-05 | Replace -Zno-parallel-llvm with -Zno-parallel-backend | Tim Neumann | -1/+1 |
| 2024-04-04 | Rollup merge of #123417 - harryhanYuhao:master, r=GuillaumeGomez | Jacob Pratt | -1/+10 |
| 2024-04-05 | Ignore `-C strip` on MSVC | icedrocket | -15/+16 |
| 2024-04-04 | rustdoc prioritise cargo doc: suggestions applied | Harry Han | -1/+10 |
| 2024-04-03 | Rollup merge of #123421 - taiki-e:netbsd-doc, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2024-04-04 | Fix target name in NetBSD platform-support doc | Taiki Endo | -4/+4 |
| 2024-04-03 | Rollup merge of #123209 - ObsidianMinor:doc/external-clangrt, r=michaelwoerister | Matthias Krüger | -0/+21 |
| 2024-04-02 | Add section to sanitizer doc for `-Zexternal-clangrt` | Aaron Loyd | -0/+21 |
| 2024-04-02 | Auto merge of #123336 - workingjubilee:strip-the-trace-off-my-back, r=Nilstrieb | bors | -3/+11 |
| 2024-04-01 | Note -Cstrip is not a security measure | Jubilee Young | -0/+4 |
| 2024-04-01 | Revise strip-symbols paragraph | Jubilee Young | -6/+5 |
| 2024-04-01 | Discourage stripping symbols in devtools | Jubilee Young | -2/+4 |
| 2024-04-01 | Note impact of `-Cstrip` on backtraces | Jubilee Young | -2/+5 |
| 2024-04-01 | Fix some broken links | Boxy | -3/+5 |
| 2024-04-01 | Reorganise into subchapters and explain `Reveal` | Boxy | -161/+207 |
| 2024-04-01 | reviews | Boxy | -4/+5 |
| 2024-04-01 | Change location in guide | Boxy | -1/+1 |
| 2024-04-01 | Initial rewrite | Boxy | -40/+130 |
| 2024-04-01 | chore: fix footnotes/links in `platform-support.md` | Tom French | -0/+1 |
| 2024-03-31 | Add quickstart for how to build and run the compiler (#1951) | Nilstrieb | -0/+70 |
| 2024-03-30 | Delete length check (#1952) | Nilstrieb | -71/+3 |
| 2024-03-28 | Simplify trim-paths feature by merging all debuginfo options together | Urgau | -5/+3 |
| 2024-03-28 | Fix some comments | JohnEndson | -6/+6 |