| Age | Commit message (Expand) | Author | Lines |
| 2024-04-15 | rustdoc: move tests into applicable subdirectories | Michael Howell | -0/+0 |
| 2024-04-15 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -0/+0 |
| 2024-04-15 | Move ice tests to rustdoc-ui | Michael Howell | -1/+3 |
| 2024-04-15 | Add URL and crate_name to test cases | Michael Howell | -16/+50 |
| 2024-04-15 | Simplify shallow resolver to just fold ty/consts | Michael Goulet | -125/+96 |
| 2024-04-15 | Rebase fallout | Michael Goulet | -8/+8 |
| 2024-04-15 | Auto merge of #123451 - Kobzol:arbitrary-try-build, r=pietroalbini | bors | -51/+120 |
| 2024-04-15 | Update how WASI toolchains are used in CI and bootstrap | Alex Crichton | -102/+94 |
| 2024-04-15 | Just use type_dependent_def_id to figure out what the method is for an expr | Michael Goulet | -53/+21 |
| 2024-04-15 | nits | Michael Goulet | -25/+15 |
| 2024-04-15 | Account for Self params properly | Michael Goulet | -20/+19 |
| 2024-04-15 | Remove ConstVariableOriginKind | Michael Goulet | -63/+26 |
| 2024-04-15 | Remove TypeVariableOriginKind | Michael Goulet | -2/+2 |
| 2024-04-15 | Remove TypeVariableOriginKind | Michael Goulet | -307/+154 |
| 2024-04-15 | Rustfmt, clippy | Michael Goulet | -1/+10 |
| 2024-04-15 | Rustfmt, clippy | Michael Goulet | -3/+17 |
| 2024-04-15 | More polishing | Michael Goulet | -5/+79 |
| 2024-04-15 | Use a path instead of an ident (and stop manually resolving) | Michael Goulet | -84/+81 |
| 2024-04-15 | Some ordering and duplication checks | Michael Goulet | -15/+140 |
| 2024-04-15 | Add hir::Node::PreciseCapturingNonLifetimeArg | Michael Goulet | -38/+110 |
| 2024-04-15 | Validation and other things | Michael Goulet | -19/+418 |
| 2024-04-15 | Lower and resolve precise captures in HIR | Michael Goulet | -46/+108 |
| 2024-04-15 | Implement resolution, parse use<Self> | Michael Goulet | -3/+29 |
| 2024-04-15 | Use dedicated PreciseCapturingArg for representing what goes in use<> | Michael Goulet | -56/+146 |
| 2024-04-15 | Begin AST lowering for precise captures | Michael Goulet | -29/+106 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -15/+41 |
| 2024-04-15 | Auto merge of #3467 - RossSmyth:bumpSysroot, r=RalfJung | bors | -3/+3 |
| 2024-04-15 | Auto merge of #17078 - Veykril:diags-perf, r=Veykril | bors | -158/+176 |
| 2024-04-15 | Generally optimize diagnostics performance | Lukas Wirth | -85/+115 |
| 2024-04-15 | Auto merge of #3462 - eduardosm:chunk-128, r=RalfJung | bors | -44/+33 |
| 2024-04-15 | lint-docs: Add redirects for renamed lints. | Eric Huss | -0/+89 |
| 2024-04-15 | Move --check-cfg documentation to stable books | Urgau | -134/+137 |
| 2024-04-15 | Stabilize checking of cfgs at compile-time: --check-cfg option | Urgau | -95/+60 |
| 2024-04-15 | mention json target specs in `run_make_support` | Rémy Rakic | -2/+1 |
| 2024-04-15 | crashes: readme: add reminder to add Fixes #abcde to prs to automatically clo... | Matthias Krüger | -0/+7 |
| 2024-04-15 | sanitizers: Add rustc_sanitizers to triagebot.toml | Ramon de C Valle | -2/+2 |
| 2024-04-15 | Add comments | Jakub Beránek | -1/+7 |
| 2024-04-15 | Auto merge of #123982 - compiler-errors:rollup-m2v4epp, r=compiler-errors | bors | -318/+270 |
| 2024-04-15 | Rollup merge of #123970 - risc0:erik/zkvm-fix-os-str, r=joboet | Michael Goulet | -2/+4 |
| 2024-04-15 | Rollup merge of #123943 - saethlin:less-sysroot-libc, r=workingjubilee | Michael Goulet | -125/+88 |
| 2024-04-15 | Rollup merge of #123924 - compiler-errors:tuple-sugg, r=estebank | Michael Goulet | -130/+139 |
| 2024-04-15 | Rollup merge of #123900 - compiler-errors:nobound, r=lcnr | Michael Goulet | -61/+39 |
| 2024-04-15 | Verify we are not in a macro attempt 2 | Wyatt Herkamp | -5/+8 |
| 2024-04-15 | add `link_arg` helper to `run_make_support` | Rémy Rakic | -5/+11 |
| 2024-04-15 | port `rust-lld-custom-target` test to rmake | Rémy Rakic | -8/+51 |
| 2024-04-15 | Use fake libc in core test | Chris Denton | -2/+6 |
| 2024-04-15 | Optimize exhaustiveness checking perf a bit | Lukas Wirth | -89/+77 |
| 2024-04-15 | port `rust-lld` test to rmake | Rémy Rakic | -13/+64 |
| 2024-04-15 | add regex to run_make_support | Rémy Rakic | -0/+3 |
| 2024-04-15 | add missing lld directive to compiletest | Rémy Rakic | -0/+1 |