about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-03Rollup merge of #139068 - a1phyr:less_uninit, r=joboetMatthias Krüger-2/+4
2025-04-03Rollup merge of #138767 - clubby789:check-cfg-bool, r=UrgauMatthias Krüger-24/+31
2025-04-03Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errorsMatthias Krüger-240/+295
2025-04-03Rollup merge of #138462 - ShE3py:mut-borrow-in-loop, r=oli-obkMatthias Krüger-17/+0
2025-04-03Rollup merge of #138017 - nnethercote:tighten-assignment-op, r=spastorinoMatthias Krüger-313/+470
2025-04-03Auto merge of #132527 - DianQK:gvn-stmt-iter, r=oli-obkbors-573/+566
2025-04-03Pass correct param-env to error_impliesMichael Goulet-29/+98
2025-04-03Use `eprint!` instead of `eprintln!`Guillaume Gomez-33/+23
2025-04-03Deduplicate some `rustc_middle` function bodies by calling the `rustc_type_ir...Oli Scherer-99/+67
2025-04-03Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgrbors-506/+737
2025-04-03Fix testing with randomized layouts enabledbjorn3-2/+3
2025-04-03Add regression test for #137970Guillaume Gomez-0/+44
2025-04-03Fix 2024 edition doctest panic outputGuillaume Gomez-3/+5
2025-04-03Invalid dereferences for all non-local mutationsdianqk-36/+75
2025-04-03Only preserving derefs for trivial terminators like SwitchInt and Gotodianqk-2/+8
2025-04-03Remove `unsound-mir-opts` for `simplify_aggregate_to_copy`dianqk-71/+65
2025-04-03Move `link-self-contained-consistency` test to a more reasonable locationJakub Beránek-1/+1
2025-04-03Add a helper function for checking if LLD was used to `run-make-support`Jakub Beránek-118/+68
2025-04-03compiletest: Encapsulate all of the code that touches libtestZalathar-98/+194
2025-04-03Run coretests and alloctests with cg_clif in CIbjorn3-22/+28
2025-04-03Auto merge of #139137 - petrochenkov:errwhere2, r=jieyouxubors-533/+681
2025-04-03Initial support for auto traits with default boundsBryanskiy-85/+829
2025-04-03compiletest: Allow `--fail-fast` as a command-line optionZalathar-8/+15
2025-04-03add Marco Ieni to mailmapMarcoIeni-0/+1
2025-04-03Allow boolean literals in `check-cfg`clubby789-24/+31
2025-04-03impl !PartialOrd for HirIdOli Scherer-32/+44
2025-04-03impl !PartialOrd for UpvarMigrationInfoOli Scherer-3/+8
2025-04-03Upvars HirIds always have the same owner, thus just use an ItemLocalIdOli Scherer-3/+7
2025-04-03Remove `LintExpectationId` from `Level` variantsOli Scherer-122/+123
2025-04-03Make LevelAndSource a structOli Scherer-86/+105
2025-04-03Split ExpectationLintId off LevelOli Scherer-34/+48
2025-04-03add `TypingMode::Borrowck`lcnr-740/+881
2025-04-03move `check_opaque_type_parameter_valid`lcnr-182/+189
2025-04-03rm RpitConstraintCheckerlcnr-72/+0
2025-04-03Auto merge of #137738 - Daniel-Aaron-Bloom:const_slice_make_iter, r=dtolnaybors-176/+185
2025-04-03Unset RUSTC_WRAPPER in cg_clif's build systembjorn3-1/+5
2025-04-03Fix up tests on wasm and msvc, and rebase conflictsVadim Petrochenkov-13/+35
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-530/+656
2025-04-03Rollup merge of #139294 - beetrees:fix-f16-f128-literal-feature-gate, r=fmeaseMatthias Krüger-22/+66
2025-04-03Rollup merge of #139283 - BoxyUwU:rdg-push, r=jieyouxuMatthias Krüger-410/+543
2025-04-03Rollup merge of #139282 - lolbinarycat:rustdoc-settings-checkbox-noshrink, r=...Matthias Krüger-0/+3
2025-04-03Rollup merge of #139273 - tgross35:cell-update-changes, r=jhprattMatthias Krüger-13/+6
2025-04-03Rollup merge of #139149 - mejrs:itaf, r=ehussMatthias Krüger-0/+22
2025-04-03Rollup merge of #139145 - okaneco:safe_splits, r=AmanieuMatthias Krüger-60/+58
2025-04-03Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscrossMatthias Krüger-1/+39
2025-04-03Auto merge of #139250 - dianqk:llvm-20.1.2, r=cuviperbors-0/+0
2025-04-02Remove creation of duplicate AnonPipeJake Wharton-1/+0
2025-04-03Auto merge of #139234 - compiler-errors:query-tweak, r=oli-obkbors-11/+8
2025-04-03Fix the `f16`/`f128` feature gate on integer literalsbeetrees-22/+66
2025-04-03Micro-optimize RegionEraserVisitorMichael Goulet-1/+23