| Age | Commit message (Expand) | Author | Lines |
| 2024-05-03 | Rollup merge of #124613 - GuillaumeGomez:fmt-run-make, r=onur-ozkan | Matthias Krüger | -68/+37 |
| 2024-05-03 | Rollup merge of #124612 - Urgau:run-make-stdin, r=jieyouxu | Matthias Krüger | -7/+26 |
| 2024-05-03 | Allow `fmt` to run on `rmake.rs` test files | Guillaume Gomez | -68/+37 |
| 2024-05-03 | run-make: port stdin-rustc to Rust-based rmake.rs | Urgau | -7/+26 |
| 2024-05-02 | Rollup merge of #124622 - fmease:yeet-extern-crate-run_make_support, r=jieyouxu | Matthias Krüger | -55/+0 |
| 2024-05-02 | Rollup merge of #124138 - mati865:ignore-llvm-abi-in-dlltool-tests, r=davidtwco | Matthias Krüger | -7/+2 |
| 2024-05-02 | Cleanup: Rid the `rmake` test runners of `extern crate run_make_support;` | León Orell Valerian Liehr | -55/+0 |
| 2024-05-02 | Rollup merge of #124597 - cuviper:x86-64-v3, r=workingjubilee | Guillaume Gomez | -25/+34 |
| 2024-05-02 | Rollup merge of #124568 - Urgau:non-local-defs-doctest, r=michaelwoerister,Gu... | Guillaume Gomez | -0/+30 |
| 2024-05-02 | Auto merge of #123939 - WaffleLapkin:never-fallback-unsafe-lint, r=compiler-e... | bors | -0/+228 |
| 2024-05-02 | Add proper support for all kinds of unsafe ops to the lint | Waffle Lapkin | -5/+175 |
| 2024-05-02 | Add a lint against never type fallback affecting unsafe code | Maybe Waffle | -0/+58 |
| 2024-05-02 | Auto merge of #124529 - compiler-errors:select, r=lcnr | bors | -0/+9 |
| 2024-05-01 | Use an outlandish target feature for the negative case | Josh Stone | -3/+3 |
| 2024-05-01 | Add inline comments why we're forcing the target cpu | Josh Stone | -19/+25 |
| 2024-05-01 | Use an explicit x86-64 cpu in tests that are sensitive to it | Josh Stone | -23/+26 |
| 2024-05-01 | Rewrite select to use a ProofTreeVisitor | Michael Goulet | -0/+9 |
| 2024-05-01 | Rollup merge of #124566 - lcnr:normalizes-to-proof-tree, r=compiler-errors | Matthias Krüger | -2/+59 |
| 2024-05-01 | Adjust `#[macro_export]`/doctest help suggestion for non_local_defs lint | Urgau | -0/+30 |
| 2024-05-01 | Auto merge of #124539 - Urgau:non-local-defs_modulo_modules, r=lcnr | bors | -0/+38 |
| 2024-05-01 | Auto merge of #124356 - fmease:fewer-magic-numbers-in-names, r=lcnr | bors | -15/+15 |
| 2024-04-30 | Auto merge of #117164 - fmease:orphan-norm, r=lcnr | bors | -1/+594 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -15/+15 |
| 2024-04-30 | fix `NormalizesTo` proof tree issue | lcnr | -2/+59 |
| 2024-04-30 | Normalize trait ref before orphan check & consider ty params in alias types t... | León Orell Valerian Liehr | -1/+594 |
| 2024-04-30 | Rollup merge of #124299 - clubby789:106269-test, r=nikic | 许杰友 Jieyou Xu (Joe) | -0/+22 |
| 2024-04-30 | Rollup merge of #124280 - beetrees:repr128-test-rmake, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -17/+79 |
| 2024-04-30 | Port repr128-dwarf run-make test to rmake | beetrees | -17/+79 |
| 2024-04-30 | Add test for efficient codegen of manual `eq` implementations of a small struct | clubby789 | -0/+22 |
| 2024-04-30 | Auto merge of #124547 - matthiaskrgr:rollup-9tv8upg, r=matthiaskrgr | bors | -16/+16 |
| 2024-04-30 | Rollup merge of #124543 - maurer:llvm-range, r=nikic | Matthias Krüger | -3/+3 |
| 2024-04-30 | Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obk | Matthias Krüger | -10/+10 |
| 2024-04-30 | Rollup merge of #124519 - krasimirgg:test-ranges, r=nikic | Matthias Krüger | -3/+3 |
| 2024-04-30 | Auto merge of #124507 - Zalathar:coverage-level, r=compiler-errors | bors | -8/+5 |
| 2024-04-30 | Auto merge of #124398 - klensy:trailing-ws, r=compiler-errors | bors | -47/+47 |
| 2024-04-30 | codegen tests: Tolerate `range()` qualifications in enum tests | Matthew Maurer | -3/+3 |
| 2024-04-29 | Consider inner modules to be local in the `non_local_definitions` lint | Urgau | -0/+38 |
| 2024-04-29 | Rollup merge of #124488 - est31:arbitrary_expressions_error, r=pnkfelix | Matthias Krüger | -0/+31 |
| 2024-04-29 | Rollup merge of #124522 - blyxyas:refactor-is-loaded, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-04-29 | Rollup merge of #124504 - gurry:123710-union-ICE, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -17/+51 |
| 2024-04-29 | Rollup merge of #124484 - GKFX:offset_of_must_use, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -527/+212 |
| 2024-04-29 | Rollup merge of #124269 - scrabsha:sasha/fix-124206, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -0/+68 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -10/+10 |
| 2024-04-29 | [Refactor] Rename Lint and LintGroup\'s is_loaded to is_externally_loaded | blyxyas | -2/+2 |
| 2024-04-29 | adapt a codegen test for llvm 19 | Krasimir Georgiev | -3/+3 |
| 2024-04-29 | Change wording | est31 | -8/+8 |
| 2024-04-29 | Auto merge of #124255 - RenjiSann:renji/mcdc-nested-expressions, r=Zalathar | bors | -0/+506 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -8/+5 |
| 2024-04-29 | Pretty-print parenthesis around binary in postfix match | Sasha Pourcelot | -0/+68 |
| 2024-04-29 | Auto merge of #124505 - Enselic:aux-bin-fix, r=jieyouxu | bors | -1/+1 |