| Age | Commit message (Expand) | Author | Lines |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -877/+1006 |
| 2024-09-20 | Auto merge of #130615 - GuillaumeGomez:rollup-tq0ff7y, r=GuillaumeGomez | bors | -2067/+2303 |
| 2024-09-20 | Rollup merge of #130607 - GnomedDev:remove-seekfrom-paths, r=compiler-errors | Guillaume Gomez | -25/+20 |
| 2024-09-20 | Rollup merge of #130605 - clubby789:change-test, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2024-09-20 | Rollup merge of #130585 - GuillaumeGomez:add-rustdoc-template-tidy-check, r=n... | Guillaume Gomez | -0/+60 |
| 2024-09-20 | Rollup merge of #130566 - jieyouxu:breakup-runtest, r=compiler-errors | Guillaume Gomez | -2041/+2156 |
| 2024-09-20 | Rollup merge of #129755 - vincenzopalazzo:macros/recursive-macros-between-edi... | Guillaume Gomez | -0/+52 |
| 2024-09-20 | Rollup merge of #129542 - zachs18:cow-self-test, r=compiler-errors | Guillaume Gomez | -0/+14 |
| 2024-09-20 | Auto merge of #130506 - nnethercote:rustc_codegen_llvm-cleanups, r=jieyouxu | bors | -648/+515 |
| 2024-09-20 | [Clippy] Remove final std paths for diagnostic item | GnomedDev | -25/+20 |
| 2024-09-20 | Fix feature name in test | clubby789 | -1/+1 |
| 2024-09-20 | Auto merge of #130508 - adwinwhite:niche-not-depend-on-order, r=the8472 | bors | -13/+29 |
| 2024-09-20 | Auto merge of #130597 - matthiaskrgr:rollup-9ls4066, r=matthiaskrgr | bors | -34/+85 |
| 2024-09-20 | Rollup merge of #130582 - notriddle:notriddle/doctest-span, r=GuillaumeGomez | Matthias Krüger | -12/+41 |
| 2024-09-20 | Rollup merge of #130567 - jieyouxu:tool-docs-compiletest, r=Kobzol | Matthias Krüger | -6/+14 |
| 2024-09-20 | Rollup merge of #130485 - compiler-errors:impossible-types, r=BoxyUwU | Matthias Krüger | -16/+30 |
| 2024-09-20 | Auto merge of #130593 - ytmimi:sync-from-rustfmt, r=ytmimi | bors | -1557/+4709 |
| 2024-09-19 | Merge commit 'b23b69900eab1260be510b2bd8922f4b6de6cf1e' into sync-from-rustfmt | Yacin Tmimi | -1557/+4709 |
| 2024-09-19 | chore: prep v1.8.0 release | Yacin Tmimi | -3/+3 |
| 2024-09-20 | Auto merge of #130561 - lukas-code:perf-normalize-env, r=compiler-errors | bors | -0/+3 |
| 2024-09-19 | Add tidy check for rustdoc templates to ensure the whitespace characters are ... | Guillaume Gomez | -0/+60 |
| 2024-09-19 | rustdoc: use the correct span for doctests | Michael Howell | -12/+41 |
| 2024-09-19 | Auto merge of #130572 - matthiaskrgr:rollup-0q3qyg9, r=matthiaskrgr | bors | -199/+265 |
| 2024-09-19 | Rollup merge of #130558 - taiki-e:s390x-atomic-128, r=cuviper | Matthias Krüger | -2/+2 |
| 2024-09-19 | Rollup merge of #130556 - Urgau:link_cfg_internal, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-09-19 | Rollup merge of #130554 - ShE3py:unsupported-exitcode, r=Noratrieb | Matthias Krüger | -7/+4 |
| 2024-09-19 | Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errors | Matthias Krüger | -163/+203 |
| 2024-09-19 | Rollup merge of #128001 - Krappa322:master, r=scottmcm | Matthias Krüger | -26/+55 |
| 2024-09-19 | Fix compiletest doc comments | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2024-09-19 | Register tool docs for compiletest | 许杰友 Jieyou Xu (Joe) | -0/+8 |
| 2024-09-19 | Break up compiletest runtest.rs into smaller helper modules | 许杰友 Jieyou Xu (Joe) | -2041/+2156 |
| 2024-09-19 | Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddle | bors | -38/+44 |
| 2024-09-19 | Make `link_cfg` internal because it's in perme-unstable | Urgau | -1/+1 |
| 2024-09-19 | skip normalizing param env if it is already normalized | Lukas Markeffsky | -0/+3 |
| 2024-09-19 | Auto merge of #130529 - onur-ozkan:better-ci-llvm-default, r=Kobzol | bors | -8/+12 |
| 2024-09-19 | `pal::unsupported::process::ExitCode`: use an `u8` instead of a `bool` | Lieselotte | -7/+4 |
| 2024-09-19 | Categorise paths in `clippy_utils::paths` | GnomedDev | -13/+20 |
| 2024-09-19 | [Clippy] Swap `open_options` to use diagnostic items instead of paths | GnomedDev | -13/+16 |
| 2024-09-19 | [Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of paths | GnomedDev | -32/+30 |
| 2024-09-19 | [Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ... | GnomedDev | -4/+3 |
| 2024-09-19 | [Clippy] Swap `unnecessary_owned_empty_strings` to use diagnostic item instea... | GnomedDev | -3/+3 |
| 2024-09-19 | [Clippy] Swap `manual_strip` to use diagnostic items instead of paths | GnomedDev | -8/+11 |
| 2024-09-19 | [Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of path | GnomedDev | -3/+4 |
| 2024-09-19 | [Clippy] Swap `instant_subtraction` to use diagnostic item instead of path | GnomedDev | -2/+3 |
| 2024-09-19 | [Clippy] Swap `waker_clone_wake` to use diagnostic item instead of path | GnomedDev | -3/+4 |
| 2024-09-19 | [Clippy] Swap `filter_map_bool_then` to use diagnostic item instead of path | GnomedDev | -4/+4 |
| 2024-09-19 | [Clippy] Swap `manual_while_let_some` to use diagnostic items instead of paths | GnomedDev | -11/+15 |
| 2024-09-19 | [Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of path | GnomedDev | -7/+8 |
| 2024-09-19 | [Clippy] Swap `VecArgs::hir` to use diagnostic items instead of paths | GnomedDev | -8/+11 |
| 2024-09-19 | [Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it... | GnomedDev | -7/+9 |