| Age | Commit message (Expand) | Author | Lines |
| 2024-11-01 | nits | Michael Goulet | -10/+20 |
| 2024-11-01 | And also suggest for qpaths | Michael Goulet | -0/+151 |
| 2024-11-01 | And locals too | Michael Goulet | -6/+31 |
| 2024-11-01 | Suggest adding self type to method | Michael Goulet | -7/+55 |
| 2024-11-01 | Suggest annotations for never type fallback | Michael Goulet | -12/+125 |
| 2024-11-01 | nit: stop using TypeckRootCtxt | Michael Goulet | -12/+11 |
| 2024-10-31 | Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgill... | bors | -43/+192 |
| 2024-10-31 | Auto merge of #132401 - matthiaskrgr:rollup-599ieqr, r=matthiaskrgr | bors | -96/+283 |
| 2024-10-31 | Rollup merge of #132396 - MarcoIeni:ci-use-free-runners-for-x86_64-gnu-tools-... | Matthias Krüger | -2/+2 |
| 2024-10-31 | Rollup merge of #132395 - Zalathar:coverage-cx-ice, r=jieyouxu | Matthias Krüger | -2/+12 |
| 2024-10-31 | Rollup merge of #132354 - koute:master, r=workingjubilee | Matthias Krüger | -2/+4 |
| 2024-10-31 | Rollup merge of #132316 - MarcoIeni:ci-free-runners-windows, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-10-31 | Rollup merge of #130693 - jieyouxu:minicore, r=bjorn3 | Matthias Krüger | -87/+262 |
| 2024-10-31 | CI: use free runners for x86_64-gnu-tools and x86_64-rust-for-linux | MarcoIeni | -2/+2 |
| 2024-10-31 | coverage: Avoid ICE when `coverage_cx` is unexpectedly unavailable | Zalathar | -2/+12 |
| 2024-10-31 | tests: use minicore in `tests/ui/abi/compatibility.rs` as an example | 许杰友 Jieyou Xu (Joe) | -74/+28 |
| 2024-10-31 | tests/ui: add `minicore` compiletest self-test | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2024-10-31 | tests/codegen: add `minicore` compiletest self-test | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2024-10-31 | tests/assembly: add `minicore` compiletest self-test | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-10-31 | compiletest: stamp `minicore.rs` to rerun tests on changes | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-10-31 | compiletest: conditionally build and provide `minicore` as extern prelude whe... | 许杰友 Jieyou Xu (Joe) | -2/+48 |
| 2024-10-31 | compiletest: register `--minicore-path` flag and `//@ add-core-stubs` directive | 许杰友 Jieyou Xu (Joe) | -1/+41 |
| 2024-10-31 | compiletest: localize `compile_test_and_save_assembly` to assembly test module | 许杰友 Jieyou Xu (Joe) | -29/+31 |
| 2024-10-31 | bootstrap: pass minicore path when running compiletest step | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 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 | -64/+65 |
| 2024-10-31 | CI: use free runners for 3 fast windows jobs | MarcoIeni | -3/+3 |
| 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 | Auto merge of #132384 - matthiaskrgr:rollup-0ze5wc4, r=matthiaskrgr | bors | -511/+355 |
| 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-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 | 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-30 | Annotate `input` reference tests | Eric Huss | -33/+55 |
| 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-30 | Auto merge of #132371 - workingjubilee:rollup-aqd86tm, r=workingjubilee | bors | -1506/+1580 |