| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 |
| 2024-05-12 | Auto merge of #124902 - compiler-errors:mem-cat-but-better, r=lcnr | bors | -68/+33 |
| 2024-05-12 | docs: fix typo in platform-support docs | Federico Maria Morrone | -1/+1 |
| 2024-05-12 | Propagate errors rather than using return_if_err | Michael Goulet | -13/+17 |
| 2024-05-12 | Make LateCtxt be a type info delegate for EUV for clippy | Michael Goulet | -60/+21 |
| 2024-05-12 | Inline MemCategorization into ExprUseVisitor | Michael Goulet | -3/+3 |
| 2024-05-12 | Auto merge of #125040 - ickk:patch-1, r=notriddle | bors | -1/+1 |
| 2024-05-12 | Rollup merge of #125022 - GuillaumeGomez:migrate-rustdoc-scrape-examples-orde... | Guillaume Gomez | -2/+47 |
| 2024-05-12 | Migrate `rustdoc-scrape-examples-ordering` to `rmake` | Guillaume Gomez | -6/+6 |
| 2024-05-12 | fix hidden title in command-line-arguments docs | ickk | -1/+1 |
| 2024-05-12 | Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrum | bors | -582/+627 |
| 2024-05-11 | Rollup merge of #124963 - GuillaumeGomez:migrate-rustdoc-shared-flags, r=jiey... | Matthias Krüger | -1/+0 |
| 2024-05-11 | Rollup merge of #124939 - Urgau:hide-private-fields-aliased-type, r=Guillaume... | Matthias Krüger | -0/+62 |
| 2024-05-11 | Rollup merge of #124829 - briansmith:b/armv7-profiler, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-05-11 | Port c-link-to-rust-va-list-fn to Rust | Oneirical | -1/+0 |
| 2024-05-11 | make tidy happy | Oneirical | -3/+0 |
| 2024-05-11 | docs: Document x86_64-unknown-linux-none target | Federico Maria Morrone | -0/+42 |
| 2024-05-11 | Add `extern_` method to `Rustdoc` | Guillaume Gomez | -0/+15 |
| 2024-05-11 | Add `python_command` and `source_path` functions | Guillaume Gomez | -0/+9 |
| 2024-05-11 | Add `crate_name` method to `Rustdoc` and `Rustc` | Guillaume Gomez | -0/+14 |
| 2024-05-11 | Add `crate_type` method to `Rustdoc` | Guillaume Gomez | -0/+7 |
| 2024-05-11 | move comments position in `src/stage0` | onur-ozkan | -12/+15 |
| 2024-05-11 | remove outdated stage0.json parts | onur-ozkan | -456/+0 |
| 2024-05-11 | use shared stage0 parser from `build_helper` | onur-ozkan | -140/+119 |
| 2024-05-11 | Auto merge of #124213 - rust-lang:cargo_update, r=Mark-Simulacrum | bors | -0/+1 |
| 2024-05-11 | Add windows_i686_gnullvm to the list | Mark Rousskov | -0/+1 |
| 2024-05-11 | Rollup merge of #125005 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -1166/+1182 |
| 2024-05-11 | Rollup merge of #124969 - onur-ozkan:test-tests-remap, r=Mark-Simulacrum | Matthias Krüger | -0/+23 |
| 2024-05-11 | Always hide private fields in aliased type | Urgau | -0/+62 |
| 2024-05-11 | Migrate `run-make/rustdoc-shared-flags` to rmake | Guillaume Gomez | -1/+0 |
| 2024-05-11 | Auto merge of #3598 - RalfJung:heap, r=RalfJung | bors | -38/+74 |