| Age | Commit message (Expand) | Author | Lines |
| 2024-10-31 | minicore: add minimal minicore test auxiliary | 许杰友 Jieyou Xu (Joe) | -0/+77 |
| 2024-10-31 | Auto merge of #132301 - compiler-errors:adjust, r=lcnr | bors | -8/+8 |
| 2024-10-31 | Auto merge of #132301 - compiler-errors:adjust, r=lcnr | bors | -64/+65 |
| 2024-10-31 | Update tests. | Mara Bos | -6/+3 |
| 2024-10-31 | Improve the missing_abi lint. | Mara Bos | -13/+14 |
| 2024-10-31 | Fix rustc test suite | bjorn3 | -0/+12 |
| 2024-10-31 | CI: use free runners for 3 fast windows jobs | MarcoIeni | -3/+3 |
| 2024-10-31 | tests: `ignore-debug` -> `ignore-std-debug-assertions` | 许杰友 Jieyou Xu (Joe) | -13/+16 |
| 2024-10-31 | bootstrap: pass `--with-{rustc,std}-debug-assertions` to compiletest | 许杰友 Jieyou Xu (Joe) | -21/+26 |
| 2024-10-31 | compiletest: add `{ignore,needs}-{rustc,std}-debug-assertions` directive support | 许杰友 Jieyou Xu (Joe) | -9/+77 |
| 2024-10-31 | Rustup to rustc 1.84.0-nightly (759e07f06 2024-10-30) | bjorn3 | -1/+1 |
| 2024-10-31 | Use protected symbols when building rustc_driver | David Lattimore | -0/+8 |
| 2024-10-31 | Auto merge of #13636 - GuillaumeGomez:extend-large_include_file, r=dswij | bors | -19/+63 |
| 2024-10-31 | Sync from rust 759e07f063fb8e6306ff1bdaeb70af56a878b415 | bjorn3 | -10/+11 |
| 2024-10-31 | Merge pull request #18448 from Veykril/push-zwuuoytnmnqz | Lukas Wirth | -90/+88 |
| 2024-10-31 | Move child_by_source from hir-def to hir | Lukas Wirth | -90/+88 |
| 2024-10-31 | Merge pull request #18437 from sam-mccall/publish_fixture | Lukas Wirth | -1/+1 |
| 2024-10-31 | Add `lp64e` ABI to the spec tests match | Jan Bujak | -1/+2 |
| 2024-10-31 | Add a comment about `lp64e` still being unstable | Jan Bujak | -0/+1 |
| 2024-10-31 | coverage: Use a standard depth-first search on a custom subgraph | Zalathar | -29/+31 |
| 2024-10-31 | Auto merge of #132384 - matthiaskrgr:rollup-0ze5wc4, r=matthiaskrgr | bors | -511/+355 |
| 2024-10-31 | coverage: Make `CoverageSuccessors` a struct | Zalathar | -44/+27 |
| 2024-10-31 | Add a mir-opt GVN test for #128299 | 许杰友 Jieyou Xu (Joe) | -0/+104 |
| 2024-10-31 | Mark `simplify_aggregate_to_copy` mir-opt as unsound | 许杰友 Jieyou Xu (Joe) | -43/+63 |
| 2024-10-30 | compiler: Switch to rustc_abi in hir_pretty, lint_defs, and mir_build | Jubilee Young | -23/+23 |
| 2024-10-30 | compiler: Lift `rustc_target::spec::abi::Abi` to `rustc_abi::ExternAbi` | Jubilee Young | -2/+24 |
| 2024-10-31 | Add a regression test for #132353 | 许杰友 Jieyou Xu (Joe) | -0/+25 |
| 2024-10-31 | Rollup merge of #132376 - ehuss:reference-input, r=traviscross | Matthias Krüger | -33/+55 |
| 2024-10-31 | Rollup merge of #132366 - compiler-errors:do-not-const-check, r=fee1-dead | Matthias Krüger | -1/+18 |
| 2024-10-31 | Rollup merge of #132365 - onur-ozkan:less-rustc-overhead, r=Kobzol | Matthias Krüger | -3/+1 |
| 2024-10-31 | Rollup merge of #132347 - nnethercote:rm-ValueAnalysisWrapper, r=cjgillot | Matthias Krüger | -474/+281 |
| 2024-10-31 | Double check the lowered predicates in type_param_predicates | Michael Goulet | -7/+24 |
| 2024-10-31 | Make SelfTraitThatDefines a tighter filter | Michael Goulet | -27/+55 |
| 2024-10-31 | Make predicate filter in `probe_ty_param_bounds_in_generics` more explicit | Michael Goulet | -17/+17 |
| 2024-10-31 | Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank | bors | -45/+807 |
| 2024-10-31 | Reduce some visibilities. | Nicholas Nethercote | -3/+3 |
| 2024-10-31 | Remove `ValueAnalysis` and `ValueAnalysisWrapper`. | Nicholas Nethercote | -471/+278 |
| 2024-10-31 | Try to point out when edition 2024 lifetime capture rules cause borrowck issues | Michael Goulet | -2/+754 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -43/+53 |
| 2024-10-31 | Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr | bors | -116/+27 |
| 2024-10-31 | Rollup merge of #132374 - fmease:rm-dead-eff-code, r=compiler-errors | Matthias Krüger | -40/+4 |
| 2024-10-31 | Rollup merge of #132373 - compiler-errors:rpitit-bound, r=fmease | Matthias Krüger | -0/+23 |
| 2024-10-31 | Rollup merge of #132368 - compiler-errors:do-not-iterator, r=tgross35 | Matthias Krüger | -76/+0 |
| 2024-10-31 | Validate associated type bounds on ? | Michael Goulet | -13/+58 |
| 2024-10-30 | Annotate `input` reference tests | Eric Huss | -33/+55 |
| 2024-10-30 | Actually do validation for poly trait refs with ? modifier | Michael Goulet | -46/+62 |
| 2024-10-30 | Remove dead code stemming from the old effects desugaring | León Orell Valerian Liehr | -40/+4 |
| 2024-10-30 | Make sure type_param_predicates resolves correctly for RPITIT | Michael Goulet | -0/+23 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -146/+10 |
| 2024-10-30 | Auto merge of #132371 - workingjubilee:rollup-aqd86tm, r=workingjubilee | bors | -1506/+1580 |