| Age | Commit message (Expand) | Author | Lines |
| 2024-05-16 | Rollup merge of #125130 - aDotInTheVoid:id-docs, r=GuillaumeGomez | Matthias Krüger | -1/+13 |
| 2024-05-16 | Rollup merge of #125018 - sagudev:patch-2, r=Amanieu | Matthias Krüger | -1/+2 |
| 2024-05-16 | rustdoc-json-types: Document `Id` | Alona Enraght-Moony | -1/+13 |
| 2024-05-15 | Set `debuginfo-level = "line-tables-only"` for compiler profile | Jubilee Young | -0/+7 |
| 2024-05-15 | Rollup merge of #125146 - Oneirical:panic-impl, r=jieyouxu | León Orell Valerian Liehr | -1/+0 |
| 2024-05-15 | Rollup merge of #125142 - GuillaumeGomez:migrate-rustdoc-themes, r=jieyouxu | León Orell Valerian Liehr | -1/+6 |
| 2024-05-15 | Auto merge of #125134 - compiler-errors:negative-traits-are-not-notable, r=fm... | bors | -0/+8 |
| 2024-05-15 | rewrite panic-impl-transitive | Oneirical | -1/+0 |
| 2024-05-15 | Auto merge of #125144 - fmease:rollup-4uft293, r=fmease | bors | -9/+24 |
| 2024-05-15 | Rollup merge of #125104 - Oneirical:test6, r=jieyouxu | León Orell Valerian Liehr | -1/+0 |
| 2024-05-15 | Rollup merge of #125027 - Oneirical:c-test-with-remove, r=jieyouxu | León Orell Valerian Liehr | -1/+0 |
| 2024-05-15 | Rollup merge of #124975 - lu-zero:move_file, r=clubby789 | León Orell Valerian Liehr | -7/+24 |
| 2024-05-15 | Auto merge of #123413 - petrochenkov:delegmulti2, r=fmease | bors | -3/+3 |
| 2024-05-15 | Migrate `run-make/rustdoc-themes` to new rmake | Guillaume Gomez | -1/+0 |
| 2024-05-15 | Add new `htmldocck` function to `run-make-support` | Guillaume Gomez | -0/+6 |
| 2024-05-15 | Auto merge of #125032 - compiler-errors:crash-dump-dir, r=onur-ozkan | bors | -8/+14 |
| 2024-05-14 | rustdoc: Negative impls are not notable | Michael Goulet | -0/+8 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -3/+3 |
| 2024-05-14 | Port issue-11908 to rmake | Oneirical | -13/+49 |
| 2024-05-14 | port no-cdylib-as-rdylib test | Oneirical | -1/+0 |
| 2024-05-14 | rewrite c-link-to-rust-staticlib | Oneirical | -1/+0 |
| 2024-05-14 | feat(tools/opt-dist): allow local builds to specify a rustc-perf checkout | Bernardo Meurer Costa | -0/+6 |
| 2024-05-14 | Auto merge of #125120 - compiler-errors:rollup-mnjybwv, r=compiler-errors | bors | -1/+46 |
| 2024-05-14 | Rollup merge of #125047 - Oneirical:test5, r=jieyouxu | Michael Goulet | -1/+13 |
| 2024-05-14 | Rollup merge of #119838 - joshtriplett:style-guide-binop-indent, r=compiler-e... | Michael Goulet | -0/+33 |
| 2024-05-14 | Auto merge of #123816 - tgross35:f16-f128-mangling, r=michaelwoerister | bors | -0/+2 |
| 2024-05-14 | Add v0 symbol mangling for `f16` and `f128` | Trevor Gross | -0/+2 |
| 2024-05-14 | Auto merge of #125023 - morr0ne:linux-none-target, r=Nilstrieb | bors | -0/+42 |
| 2024-05-14 | fix typo in x86_64-unknown-linux-none docs | Federico Maria Morrone | -1/+1 |
| 2024-05-14 | Auto merge of #125026 - Oneirical:clink-tests, r=jieyouxu | bors | -1/+0 |
| 2024-05-14 | Wording improvement | Josh Triplett | -1/+1 |
| 2024-05-14 | Fix missing word | Josh Triplett | -1/+1 |
| 2024-05-14 | style-guide: When breaking binops handle multi-line first operand better | Josh Triplett | -0/+33 |
| 2024-05-13 | lto function, static_library call, rename | Oneirical | -4/+3 |
| 2024-05-13 | Rollup merge of #125090 - erickt:bump-fuchsia, r=tmandry | Jacob Pratt | -14/+11 |
| 2024-05-13 | Auto merge of #125076 - compiler-errors:alias-term, r=lcnr | bors | -18/+36 |
| 2024-05-13 | Apply nits | Michael Goulet | -3/+3 |
| 2024-05-13 | Migrate fuchsia docs from `pm` to `ffx` | Erick Tryzelaar | -14/+11 |
| 2024-05-13 | Rollup merge of #125071 - GuillaumeGomez:migrate-rustdoc-target-spec-json-pat... | Matthias Krüger | -1/+14 |
| 2024-05-13 | Use an helper to move the files | Luca Barbato | -7/+24 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -18/+36 |
| 2024-05-13 | Reword formatting for where clauses | Josh Triplett | -1/+1 |
| 2024-05-13 | style-guide: Also format where clauses on one line for short function decls | Josh Triplett | -5/+15 |
| 2024-05-13 | style-guide: Not all where clauses can be written as inline bounds | Josh Triplett | -1/+1 |
| 2024-05-13 | style-guide: Give a second example for associated type formatting | Josh Triplett | -0/+1 |
| 2024-05-13 | style-guide: Format single associated type `where` clauses on the same line | Josh Triplett | -1/+13 |
| 2024-05-13 | Migrate `run-make/rustdoc-target-spec-json-path` to rmake | Guillaume Gomez | -1/+0 |
| 2024-05-13 | Add `library_search_path` to `Rustdoc` | Guillaume Gomez | -0/+8 |
| 2024-05-13 | Add `target` method to `Rustdoc` type | Guillaume Gomez | -0/+6 |
| 2024-05-13 | Auto merge of #125024 - Oneirical:master, r=jieyouxu | bors | -3/+0 |