| Age | Commit message (Expand) | Author | Lines |
| 2023-09-19 | Rollup merge of #113383 - joshtriplett:style-bugs, r=compiler-errors | Guillaume Gomez | -0/+13 |
| 2023-09-19 | line length limit | Boxy | -19/+39 |
| 2023-09-19 | add doc and move existing stuff around | Boxy | -1/+113 |
| 2023-09-19 | Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomez | Guillaume Gomez | -50/+243 |
| 2023-09-18 | rustdoc: hide repr(transparent) if it isn't part of the public ABI | León Orell Valerian Liehr | -0/+20 |
| 2023-09-18 | explain the MIR const vs TY const situation | Ralf Jung | -46/+75 |
| 2023-09-15 | Update documentation for `custom_code_classes_in_docs` feature | Guillaume Gomez | -2/+6 |
| 2023-09-15 | Add support for double quotes in markdown codeblock attributes | Guillaume Gomez | -0/+11 |
| 2023-09-15 | Add documentation for `custom_code_classes_in_docs` feature | Guillaume Gomez | -0/+29 |
| 2023-09-15 | fix type name (#1792) | Tshepang Mbambo | -2/+2 |
| 2023-09-14 | Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk | bors | -6/+6 |
| 2023-09-12 | Clarify that `run-coverage` only runs in some of the CI jobs | Zalathar | -1/+1 |
| 2023-09-12 | Rollup merge of #115687 - mati865:i686-pc-windows-gnullvm-triple, r=wesleywiser | Matthias Krüger | -1/+3 |
| 2023-09-11 | Revise the docs for coverage instrumentation tests | Zalathar | -11/+21 |
| 2023-09-11 | Document the `coverage-map` and `run-coverage` test suites | Zalathar | -0/+55 |
| 2023-09-11 | Update books | rustbot | -0/+0 |
| 2023-09-11 | make link more pleasant to eye too (#1778) | Tshepang Mbambo | -2/+2 |
| 2023-09-10 | Fixed typo in re-exports.md | PhilVoel | -1/+1 |
| 2023-09-09 | rustdoc-doc: add `next_chunk` to list of `vec::intoiter<T> -> [T]` | Michael Howell | -1/+1 |
| 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 | grammar | Tshepang Mbambo | -1/+1 |
| 2023-09-08 | typo | Tshepang Mbambo | -1/+1 |
| 2023-09-08 | Updated index.md to add a command which can show unoptimized MIR | Prashant-Shekhar-Rao | -0/+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-05 | Review changes | Jakub Beránek | -8/+11 |
| 2023-09-05 | Add section about building an optimized version of `rustc` | Jakub Beránek | -0/+132 |
| 2023-09-05 | Set max line length in `.editorconfig` to 100 (#1788) | Jakub Beránek | -0/+1 |
| 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-31 | Update minor how-to-build-and-run.md spelling mistake | Ken | -1/+1 |
| 2023-08-30 | 1675 move 'failed to push some refs' into its own section | zahash | -16/+18 |
| 2023-08-30 | 1675 add a 'Squash your commits' header to 'Advanced Rebasing' section in git | zahash | -0/+2 |
| 2023-08-29 | Rollup merge of #114923 - cuishuang:master, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-08-29 | move placement of std-dev-guide link (#1699) | zahash | -4/+4 |
| 2023-08-29 | link std-dev-guide from landing page (#1699) | zahash | -0/+4 |
| 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-28 | Reword sentence about using `./x` over `./x.py` | Ethan Brierley | -2/+2 |
| 2023-08-27 | Clarify "as normal" -> "lexicographically" | Josh Triplett | -4/+5 |
| 2023-08-27 | remove (excessive) indentation (#1781) | Tshepang Mbambo | -1/+1 |
| 2023-08-27 | coverage tests have moved, twice (#1780) | Tshepang Mbambo | -4/+5 |
| 2023-08-27 | remove extraneous word (#1779) | Tshepang Mbambo | -1/+1 |
| 2023-08-27 | llvm updates (#1761) | Tshepang Mbambo | -3/+4 |
| 2023-08-27 | make link more pleasant to eye (#1777) | Tshepang Mbambo | -2/+2 |
| 2023-08-27 | date-check: test suites/classes using "revisions" (#1738) | Tshepang Mbambo | -3/+9 |