| Age | Commit message (Expand) | Author | Lines |
| 2023-06-21 | Rollup merge of #112886 - clubby789:revert-user-dist, r=albertlarsan68 | Guillaume Gomez | -7/+7 |
| 2023-06-21 | Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obk | Guillaume Gomez | -4/+17 |
| 2023-06-21 | Rollup merge of #112836 - GuillaumeGomez:rustdoc-invalid-file-creation, r=not... | Guillaume Gomez | -18/+57 |
| 2023-06-21 | Correctly handle Weak type aliases in rustdoc | Guillaume Gomez | -4/+17 |
| 2023-06-21 | Revert 'Rename profile=user to profile=dist' | clubby789 | -7/+7 |
| 2023-06-21 | Remove outdated import in r-a proc macro server. | Mara Bos | -4/+1 |
| 2023-06-21 | change edition to 2021, fix clippy warns | klensy | -11/+11 |
| 2023-06-21 | rust-installer: drop clap v3, migrate to v4 | klensy | -36/+36 |
| 2023-06-21 | Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstrieb | bors | -57/+61 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -0/+3 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -57/+58 |
| 2023-06-21 | Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieu | bors | -28/+8 |
| 2023-06-20 | Delete use of proc_macro_span_shrink from proc-macro2 | David Tolnay | -12/+12 |
| 2023-06-20 | Add `Span::{line, column}` | Jacob Pratt | -0/+10 |
| 2023-06-20 | `Span::{before, after}` → `Span::{start, end}` | Jacob Pratt | -2/+2 |
| 2023-06-20 | Remove `LineColumn`, `Span::start`, `Span::end` | Jacob Pratt | -8/+0 |
| 2023-06-20 | Update cargo | Weihang Lo | -3/+0 |
| 2023-06-20 | Fix invalid creation of files in rustdoc | Guillaume Gomez | -9/+44 |
| 2023-06-20 | add support for needs-dynamic-linking | Pietro Albini | -0/+5 |
| 2023-06-20 | avoid dynamic linking on targets that do not support dynamic linking | Pietro Albini | -1/+3 |
| 2023-06-20 | merge target spec and --print=cfg for compiletest target info | Pietro Albini | -64/+24 |
| 2023-06-20 | Auto merge of #2520 - saethlin:mmap-shim, r=RalfJung | bors | -12/+521 |
| 2023-06-20 | Improve organization | Ben Kimock | -83/+90 |
| 2023-06-20 | Make munmap throw unsup errors instead of trying to work | Ben Kimock | -64/+68 |
| 2023-06-20 | mmap/munmap/mremamp shims | Ben Kimock | -12/+510 |
| 2023-06-20 | wrap `else {` for long, single-lined initializer expressions | Yacin Tmimi | -2/+4 |
| 2023-06-20 | Prevent single-line `let-else` if it would exceed `max_width` | Yacin Tmimi | -7/+27 |
| 2023-06-20 | Implement wrapping rules to force `else` on a newline in `let-else` | Yacin Tmimi | -1/+50 |
| 2023-06-20 | Implement `let-else` rewriting in terms of rewrite_let_else_block | Yacin Tmimi | -2/+19 |
| 2023-06-20 | Allow callers to determine if blocks can be formatted on a single line | Yacin Tmimi | -1/+12 |
| 2023-06-20 | Initial pass at implementing let-else | Yacin Tmimi | -5/+15 |
| 2023-06-20 | Extract logic for rewriting `else` keyword into function | Yacin Tmimi | -34/+46 |
| 2023-06-20 | Rollup merge of #112720 - poliorcetics:rustdoc-item-type-color-same-as-item-c... | Guillaume Gomez | -1/+7 |
| 2023-06-20 | Add `Item::def_id` helper | Guillaume Gomez | -9/+13 |
| 2023-06-20 | Auto merge of #112821 - calebcartwright:rustfmt-sync, r=calebcartwright | bors | -366/+1622 |
| 2023-06-19 | Merge commit '3f7c366fc0464e01ddcaefbd70647cb3da4202be' into rustfmt-sync | Caleb Cartwright | -366/+1622 |
| 2023-06-20 | doc: loongarch: Update maintainers | WANG Rui | -1/+1 |
| 2023-06-19 | chore: address merge and bump toolchain | Caleb Cartwright | -1/+1 |
| 2023-06-19 | Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-06-19 | Caleb Cartwright | -92/+328 |
| 2023-06-19 | Handling of numbered markdown lists. | Lukasz Anforowicz | -21/+153 |
| 2023-06-19 | Rollup merge of #112799 - GuillaumeGomez:clean-up-doc-hidden-check, r=notriddle | Michael Goulet | -10/+17 |
| 2023-06-19 | Rollup merge of #112787 - oli-obk:gha_tinder_for_problems, r=jyn514 | Michael Goulet | -0/+40 |
| 2023-06-19 | Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-Simulacrum | Michael Goulet | -43/+53 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -1/+1 |
| 2023-06-20 | Update LLVM submodule | Amanieu d'Antras | -0/+0 |
| 2023-06-19 | rustdoc: js: change color and reduce size of typename in search result | Alexis (Poliorcetics) Bourget | -1/+7 |
| 2023-06-19 | Rollup merge of #112780 - compiler-errors:tait-is-ambig, r=lcnr | Matthias Krüger | -14/+25 |
| 2023-06-19 | update some dependencies | KaDiWa | -14/+15 |
| 2023-06-19 | Add gha problem matcher | Oli Scherer | -0/+40 |
| 2023-06-19 | Adjust enum variant spans to exclude any explicit discriminant | Yacin Tmimi | -3/+22 |