about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-11-01nitsMichael Goulet-10/+20
2024-11-01And also suggest for qpathsMichael Goulet-0/+151
2024-11-01And locals tooMichael Goulet-6/+31
2024-11-01Suggest adding self type to methodMichael Goulet-7/+55
2024-11-01Suggest annotations for never type fallbackMichael Goulet-12/+125
2024-11-01nit: stop using TypeckRootCtxtMichael Goulet-12/+11
2024-10-31Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgill...bors-43/+192
2024-10-31Auto merge of #132401 - matthiaskrgr:rollup-599ieqr, r=matthiaskrgrbors-96/+283
2024-10-31Rollup merge of #132396 - MarcoIeni:ci-use-free-runners-for-x86_64-gnu-tools-...Matthias Krüger-2/+2
2024-10-31Rollup merge of #132395 - Zalathar:coverage-cx-ice, r=jieyouxuMatthias Krüger-2/+12
2024-10-31Rollup merge of #132354 - koute:master, r=workingjubileeMatthias Krüger-2/+4
2024-10-31Rollup merge of #132316 - MarcoIeni:ci-free-runners-windows, r=Mark-SimulacrumMatthias Krüger-3/+3
2024-10-31Rollup merge of #130693 - jieyouxu:minicore, r=bjorn3Matthias Krüger-87/+262
2024-10-31CI: use free runners for x86_64-gnu-tools and x86_64-rust-for-linuxMarcoIeni-2/+2
2024-10-31coverage: Avoid ICE when `coverage_cx` is unexpectedly unavailableZalathar-2/+12
2024-10-31tests: use minicore in `tests/ui/abi/compatibility.rs` as an example许杰友 Jieyou Xu (Joe)-74/+28
2024-10-31tests/ui: add `minicore` compiletest self-test许杰友 Jieyou Xu (Joe)-0/+20
2024-10-31tests/codegen: add `minicore` compiletest self-test许杰友 Jieyou Xu (Joe)-0/+20
2024-10-31tests/assembly: add `minicore` compiletest self-test许杰友 Jieyou Xu (Joe)-0/+5
2024-10-31compiletest: stamp `minicore.rs` to rerun tests on changes许杰友 Jieyou Xu (Joe)-0/+6
2024-10-31compiletest: conditionally build and provide `minicore` as extern prelude whe...许杰友 Jieyou Xu (Joe)-2/+48
2024-10-31compiletest: register `--minicore-path` flag and `//@ add-core-stubs` directive许杰友 Jieyou Xu (Joe)-1/+41
2024-10-31compiletest: localize `compile_test_and_save_assembly` to assembly test module许杰友 Jieyou Xu (Joe)-29/+31
2024-10-31bootstrap: pass minicore path when running compiletest step许杰友 Jieyou Xu (Joe)-0/+5
2024-10-31minicore: add minimal minicore test auxiliary许杰友 Jieyou Xu (Joe)-0/+77
2024-10-31Auto merge of #132301 - compiler-errors:adjust, r=lcnrbors-64/+65
2024-10-31CI: use free runners for 3 fast windows jobsMarcoIeni-3/+3
2024-10-31Add `lp64e` ABI to the spec tests matchJan Bujak-1/+2
2024-10-31Add a comment about `lp64e` still being unstableJan Bujak-0/+1
2024-10-31Auto merge of #132384 - matthiaskrgr:rollup-0ze5wc4, r=matthiaskrgrbors-511/+355
2024-10-31Add a mir-opt GVN test for #128299许杰友 Jieyou Xu (Joe)-0/+104
2024-10-31Mark `simplify_aggregate_to_copy` mir-opt as unsound许杰友 Jieyou Xu (Joe)-43/+63
2024-10-31Add a regression test for #132353许杰友 Jieyou Xu (Joe)-0/+25
2024-10-31Rollup merge of #132376 - ehuss:reference-input, r=traviscrossMatthias Krüger-33/+55
2024-10-31Rollup merge of #132366 - compiler-errors:do-not-const-check, r=fee1-deadMatthias Krüger-1/+18
2024-10-31Rollup merge of #132365 - onur-ozkan:less-rustc-overhead, r=KobzolMatthias Krüger-3/+1
2024-10-31Rollup merge of #132347 - nnethercote:rm-ValueAnalysisWrapper, r=cjgillotMatthias Krüger-474/+281
2024-10-31Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebankbors-45/+807
2024-10-31Reduce some visibilities.Nicholas Nethercote-3/+3
2024-10-31Remove `ValueAnalysis` and `ValueAnalysisWrapper`.Nicholas Nethercote-471/+278
2024-10-31Try to point out when edition 2024 lifetime capture rules cause borrowck issuesMichael Goulet-2/+754
2024-10-31Encode cross-crate opaque type originMichael Goulet-43/+53
2024-10-31Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgrbors-116/+27
2024-10-31Rollup merge of #132374 - fmease:rm-dead-eff-code, r=compiler-errorsMatthias Krüger-40/+4
2024-10-31Rollup merge of #132373 - compiler-errors:rpitit-bound, r=fmeaseMatthias Krüger-0/+23
2024-10-31Rollup merge of #132368 - compiler-errors:do-not-iterator, r=tgross35Matthias Krüger-76/+0
2024-10-30Annotate `input` reference testsEric Huss-33/+55
2024-10-30Remove dead code stemming from the old effects desugaringLeón Orell Valerian Liehr-40/+4
2024-10-30Make sure type_param_predicates resolves correctly for RPITITMichael Goulet-0/+23
2024-10-30Auto merge of #132371 - workingjubilee:rollup-aqd86tm, r=workingjubileebors-1506/+1580