| Age | Commit message (Expand) | Author | Lines |
| 2024-12-05 | update section even more (#2156) | lcnr | -1/+9 |
| 2024-12-05 | closure constraints (#2155) | lcnr | -0/+21 |
| 2024-12-05 | Rollup merge of #133867 - taiki-e:platform-support, r=Noratrieb | Jacob Pratt | -8/+8 |
| 2024-12-05 | Rollup merge of #133761 - rustbot:docs-update, r=ehuss | León Orell Valerian Liehr | -0/+0 |
| 2024-12-05 | Remove `//@ compare-output-lines-by-subset` directive (#2151) | 许杰友 Jieyou Xu (Joe) | -4/+0 |
| 2024-12-05 | Document `needs-target-has-atomic` directive (#2154) | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2024-12-04 | Update edition-guide and reference | Eric Huss | -0/+0 |
| 2024-12-05 | Fix "std" support status of some tier 3 targets | Taiki Endo | -8/+8 |
| 2024-12-03 | Rollup merge of #133777 - the8472:document-randomize-layout, r=jieyouxu | Matthias Krüger | -0/+23 |
| 2024-12-03 | Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser | bors | -0/+7 |
| 2024-12-03 | document -Zrandomize-layout in the unstable book | The 8472 | -0/+23 |
| 2024-12-02 | Update books | rustbot | -0/+0 |
| 2024-12-02 | Spell out `git submodule deinit -f --all` (#2153) | 许杰友 Jieyou Xu (Joe) | -0/+8 |
| 2024-12-02 | Explain how to deal with exploded git submodules (#2152) | 许杰友 Jieyou Xu (Joe) | -0/+21 |
| 2024-12-02 | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | Andrew Zhogin | -0/+15 |
| 2024-12-01 | Rollup merge of #133595 - GuillaumeGomez:missing_doc_code_examples, r=notriddle | Matthias Krüger | -0/+4 |
| 2024-11-30 | Extend documentation for `missing_doc_code_examples` rustdoc lint in the rust... | Guillaume Gomez | -0/+4 |
| 2024-11-30 | Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxu | bors | -2/+4 |
| 2024-11-30 | Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -2/+4 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -10/+0 |
| 2024-11-29 | Rollup merge of #133577 - uweigand:s390x-doc-cloudaccess, r=jieyouxu | Matthias Krüger | -0/+16 |
| 2024-11-29 | Rollup merge of #133565 - longxiangqiao:master, r=ehuss | Matthias Krüger | -1/+1 |
| 2024-11-29 | Update `//@ proc-macro` aux build directive docs (#2149) | 许杰友 Jieyou Xu (Joe) | -25/+46 |
| 2024-11-29 | Support floats in input/output in vector registers of PowerPC inline assembly | Taiki Endo | -1/+1 |
| 2024-11-28 | Document s390x machine access via community cloud | Ulrich Weigand | -0/+16 |
| 2024-11-29 | Support #[repr(simd)] types in input/output of PowerPC inline assembly | Taiki Endo | -2/+4 |
| 2024-11-28 | Rollup merge of #133452 - taiki-e:hexagon-asm-pred, r=Amanieu | Guillaume Gomez | -0/+2 |
| 2024-11-28 | chore: fix 404 status URL | longxiangqiao | -1/+1 |
| 2024-11-28 | Remove `pretty-expanded` as it no longer exists (#2147) | 许杰友 Jieyou Xu (Joe) | -14/+0 |
| 2024-11-27 | Fix trivial typo | Keith Wansbrough | -1/+1 |
| 2024-11-27 | Stabilize `extended_varargs_abi_support` | Soveu | -10/+0 |
| 2024-11-27 | Remove -Zfuel. (#2032) | Camille Gillot | -23/+0 |
| 2024-11-25 | Update books | Eric Huss | -0/+0 |
| 2024-11-25 | Support predicate registers (clobber-only) in Hexagon inline assembly | Taiki Endo | -0/+2 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -0/+40 |
| 2024-11-25 | Rollup merge of #133297 - DianQK:embed-bitcode-ios, r=nikic | 许杰友 Jieyou Xu (Joe) | -8/+5 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -0/+40 |
| 2024-11-24 | embed-bitcode is no longer used in iOS | DianQK | -8/+5 |
| 2024-11-23 | Update TRPL to latest, including new Chapter 17: Async and Await | Chris Krycho | -0/+0 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -2/+2 |
| 2024-11-22 | Remove constants section as it is outdated | Boxy | -83/+0 |
| 2024-11-22 | Flatten generic parameter defs section | Boxy | -68/+88 |
| 2024-11-22 | Updates Solaris target information, adds Solaris maintainer | Petr Sumbera | -2/+36 |
| 2024-11-21 | Add instructions to test error code docs (#2145) | Taylor Cramer | -0/+9 |
| 2024-11-21 | Reorganize the "Source Code Representation" chapters (#2142) | Boxy | -354/+80 |
| 2024-11-21 | Rollup merge of #131544 - nbdd0121:asm_goto_safe_block, r=petrochenkov | Matthias Krüger | -1/+3 |
| 2024-11-20 | Make `Diag` a clickable link in Suggestion section (#2140) | Yutaro Ohno | -1/+2 |
| 2024-11-19 | Correct the tier listing of `wasm32-wasip2` | Alex Crichton | -1/+1 |
| 2024-11-19 | Rollup merge of #133191 - aDotInTheVoid:whoops-thats-not-stable-and-might-nev... | León Orell Valerian Liehr | -29/+33 |
| 2024-11-19 | Rollup merge of #133186 - uweigand:s390x-maintainer, r=wesleywiser | León Orell Valerian Liehr | -2/+200 |