about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-10-31minicore: add minimal minicore test auxiliary许杰友 Jieyou Xu (Joe)-0/+77
2024-10-31Auto merge of #132301 - compiler-errors:adjust, r=lcnrbors-8/+8
2024-10-31Auto merge of #132301 - compiler-errors:adjust, r=lcnrbors-64/+65
2024-10-31Update tests.Mara Bos-6/+3
2024-10-31Improve the missing_abi lint.Mara Bos-13/+14
2024-10-31Fix rustc test suitebjorn3-0/+12
2024-10-31CI: use free runners for 3 fast windows jobsMarcoIeni-3/+3
2024-10-31tests: `ignore-debug` -> `ignore-std-debug-assertions`许杰友 Jieyou Xu (Joe)-13/+16
2024-10-31bootstrap: pass `--with-{rustc,std}-debug-assertions` to compiletest许杰友 Jieyou Xu (Joe)-21/+26
2024-10-31compiletest: add `{ignore,needs}-{rustc,std}-debug-assertions` directive support许杰友 Jieyou Xu (Joe)-9/+77
2024-10-31Rustup to rustc 1.84.0-nightly (759e07f06 2024-10-30)bjorn3-1/+1
2024-10-31Use protected symbols when building rustc_driverDavid Lattimore-0/+8
2024-10-31Auto merge of #13636 - GuillaumeGomez:extend-large_include_file, r=dswijbors-19/+63
2024-10-31Sync from rust 759e07f063fb8e6306ff1bdaeb70af56a878b415bjorn3-10/+11
2024-10-31Merge pull request #18448 from Veykril/push-zwuuoytnmnqzLukas Wirth-90/+88
2024-10-31Move child_by_source from hir-def to hirLukas Wirth-90/+88
2024-10-31Merge pull request #18437 from sam-mccall/publish_fixtureLukas Wirth-1/+1
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-31coverage: Use a standard depth-first search on a custom subgraphZalathar-29/+31
2024-10-31Auto merge of #132384 - matthiaskrgr:rollup-0ze5wc4, r=matthiaskrgrbors-511/+355
2024-10-31coverage: Make `CoverageSuccessors` a structZalathar-44/+27
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-30compiler: Switch to rustc_abi in hir_pretty, lint_defs, and mir_buildJubilee Young-23/+23
2024-10-30compiler: Lift `rustc_target::spec::abi::Abi` to `rustc_abi::ExternAbi`Jubilee Young-2/+24
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-31Double check the lowered predicates in type_param_predicatesMichael Goulet-7/+24
2024-10-31Make SelfTraitThatDefines a tighter filterMichael Goulet-27/+55
2024-10-31Make predicate filter in `probe_ty_param_bounds_in_generics` more explicitMichael Goulet-17/+17
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-31Validate associated type bounds on ?Michael Goulet-13/+58
2024-10-30Annotate `input` reference testsEric Huss-33/+55
2024-10-30Actually do validation for poly trait refs with ? modifierMichael Goulet-46/+62
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-31Remove support for `-Zprofile` (gcov-style coverage instrumentation)Zalathar-146/+10
2024-10-30Auto merge of #132371 - workingjubilee:rollup-aqd86tm, r=workingjubileebors-1506/+1580