| Age | Commit message (Expand) | Author | Lines |
| 2023-09-09 | Add i686-pc-windows-gnullvm triple | Mateusz Mikuła | -1/+3 |
| 2023-09-08 | Rename the feature, but not the attribute, to `coverage_attribute` | Andy Caldwell | -2/+2 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -6/+6 |
| 2023-09-08 | Rollup merge of #115345 - g0djan:godjan/tier2-wasi-threads, r=WaffleLapkin | Matthias Krüger | -13/+22 |
| 2023-09-07 | Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomez | bors | -0/+16 |
| 2023-09-07 | Stabilize `PATH` option for `--print KIND=PATH` | Urgau | -11/+4 |
| 2023-09-03 | Update docs since path-based type search works now | Michael Howell | -3/+3 |
| 2023-09-03 | rustdoc: write detailed chapter on search engine | Michael Howell | -50/+243 |
| 2023-09-02 | make it more clear what 'Tier 2' (without host tools) means | Ralf Jung | -5/+7 |
| 2023-08-29 | Rollup merge of #114923 - cuishuang:master, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-08-28 | rustdoc: start new "Sections" section in the book with Aliased Type | Urgau | -0/+16 |
| 2023-08-28 | Rollup merge of #114919 - joshtriplett:style-guide-macros, r=calebcartwright | Matthias Krüger | -1/+6 |
| 2023-08-25 | Fixup sparc-unknown-none-elf table spacing | Jubilee Young | -1/+1 |
| 2023-08-23 | Remove opinions from style guide about where clauses in type alias items | Michael Goulet | -6/+9 |
| 2023-08-23 | MCP661: Move wasm32-wasi-preview1-threads to Tier2 | Georgii Rylov | -13/+22 |
| 2023-08-22 | Auto merge of #115075 - workingjubilee:retier-sparc-none, r=compiler-errors | bors | -1/+1 |
| 2023-08-22 | Auto merge of #115055 - Kriskras99:master, r=ehuss | bors | -3/+4 |
| 2023-08-21 | Reassign sparc-unknown-none-elf to tier 3 | Jubilee Young | -1/+1 |
| 2023-08-21 | Fix table issues in platform support documentation | Christiaan Biesterbosch | -3/+4 |
| 2023-08-21 | Auto merge of #106561 - GuillaumeGomez:warning-block, r=rustdoc | bors | -0/+13 |
| 2023-08-20 | feat(docs): add cargo-pgo to PGO documentation 📝 | Meysam Azad | -0/+22 |
| 2023-08-18 | Fix resolution caching | Kyle Lin | -7/+19 |
| 2023-08-18 | Add warn level lint `redundant_explicit_links` | Kyle Lin | -0/+22 |
| 2023-08-17 | Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitor | Josh Stone | -252/+118 |
| 2023-08-17 | style-guide: Add guidance for defining formatting for specific macros | Josh Triplett | -1/+6 |
| 2023-08-17 | doc: update lld-flavor ref | cui fliter | -1/+1 |
| 2023-08-16 | Describe how to format trailing where clauses | Michael Goulet | -2/+25 |
| 2023-08-16 | bugfix: reflect how rustfmt formats type aliases | Michael Goulet | -3/+3 |
| 2023-08-16 | rustc book: make more pleasant to search | Tshepang Mbambo | -0/+3 |
| 2023-08-15 | Rollup merge of #114826 - xzmeng:fix-typos, r=JohnTitor | Matthias Krüger | -7/+7 |
| 2023-08-15 | Fix typos in rustc doc platform x86_64h-apple-darwin | Meng Xiangzhuo | -2/+2 |
| 2023-08-15 | Fix typos in rustc doc platform loongarch-linux | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in rustc doc codegen-options | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in rustc doc platform aarch64-unknown-teeos | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in rustc doc platform netbsd | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in unstable-book | Meng Xiangzhuo | -1/+1 |
| 2023-08-14 | Auto merge of #113658 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | bors | -0/+97 |
| 2023-08-14 | Update books | rustbot | -0/+0 |
| 2023-08-14 | add details for csky-unknown-linux-gnuabiv2 and add docs | Dirreke | -13/+66 |
| 2023-08-14 | add `rustc_codegen_ssa` support for csky and correct some code | Dirreke | -1/+1 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+44 |
| 2023-08-14 | Add GUI test for warning blocks | Guillaume Gomez | -1/+2 |
| 2023-08-14 | Add documentation for warning blocks in rustdoc book | Guillaume Gomez | -0/+12 |
| 2023-08-10 | Update profile_sample_use.md | Alexander Zaitsev | -1/+1 |
| 2023-08-09 | Rollup merge of #114634 - chriswailes:android-platform-doc-update, r=Mark-Sim... | Matthias Krüger | -0/+2 |
| 2023-08-08 | Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkov | Matthias Krüger | -0/+102 |
| 2023-08-08 | Mention riscv64-linux-android support in Android documentation | Chris Wailes | -0/+2 |
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -12/+0 |
| 2023-08-04 | update rust book | kadiwa | -0/+0 |
| 2023-08-04 | unstable book: update lang_items page and split it | kadiwa | -252/+118 |