summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-03Auto merge of #132527 - DianQK:gvn-stmt-iter, r=oli-obkbors-573/+566
2025-04-03Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgrbors-506/+737
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-03Auto merge of #139137 - petrochenkov:errwhere2, r=jieyouxubors-533/+681
2025-04-03Auto merge of #137738 - Daniel-Aaron-Bloom:const_slice_make_iter, r=dtolnaybors-176/+185
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-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-02Mark super_let feature as incomplete.Mara Bos-1/+1
2025-04-02rustdoc: make settings checkboxes always squarebinarycat-0/+3
2025-04-02Auto merge of #139269 - matthiaskrgr:rollup-pk78gig, r=matthiaskrgrbors-262/+475
2025-04-02Apply requested API changes to `cell_update`Trevor Gross-13/+6
2025-04-02Rollup merge of #139264 - freyacodes:fix/bad-turbofish-hints, r=petrochenkovMatthias Krüger-7/+58
2025-04-02Rollup merge of #139260 - dianqk:dianqk-codegen-reviewers, r=UrgauMatthias Krüger-1/+1
2025-04-02Rollup merge of #139237 - Zoxc:anon-0-deps-kind, r=compiler-errorsMatthias Krüger-5/+21
2025-04-02Rollup merge of #139235 - nnethercote:AstValidator-tweaks, r=compiler-errorsMatthias Krüger-188/+189
2025-04-02Rollup merge of #139211 - RalfJung:interpret-run-for-validation, r=oli-obkMatthias Krüger-13/+34
2025-04-02Rollup merge of #138992 - dianne:simplify-byte-string-to-pat, r=oli-obkMatthias Krüger-48/+172
2025-04-02Make slice iterator constructors unstably constDaniel Bloom-176/+185
2025-04-02Fix two incorrect turbofish suggestionsFreya Arbjerg-7/+58
2025-04-02Merge pull request #2313 from jieyouxu/rustc-pull许杰友 Jieyou Xu (Joe)-19809/+30316
2025-04-02Merge from rustcJieyou Xu-19808/+30315
2025-04-02Preparing for merge from rustcJieyou Xu-1/+1
2025-04-02Add dianqk to codegen reviewersdianqk-1/+1
2025-04-02Auto merge of #139257 - TaKO8Ki:rollup-vjzdas7, r=TaKO8Kibors-238/+397
2025-04-02Rollup merge of #139239 - jieyouxu:run-make-aux-build, r=KobzolTakayuki Maeda-19/+5
2025-04-02Rollup merge of #139232 - nnethercote:remove-Map-5, r=ZalatharTakayuki Maeda-208/+175
2025-04-02Rollup merge of #139215 - clubby789:std-size-tweaks, r=joboetTakayuki Maeda-0/+3
2025-04-02Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxuTakayuki Maeda-9/+213
2025-04-02Rollup merge of #139178 - apiraino:remove-cjgillot-automated-assighment, r=cj...Takayuki Maeda-2/+1
2025-04-02Update to LLVM 20.1.2dianqk-0/+0
2025-04-02Bless testsdianqk-322/+301
2025-04-02Partially revert "Do not unify dereferences in GVN."dianqk-3/+1
2025-04-02Revert "comment out the old tests instead of adjusting them"dianqk-49/+48
2025-04-02Invalidate all dereferences for non-local assignmentsdianqk-13/+35
2025-04-02`next_opaque` is no longer an `Option`dianqk-37/+32
2025-04-02Do not use `for_each_assignment_mut` to iterate over assignment statementsdianqk-80/+41
2025-04-02Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errorsbors-94/+97
2025-04-02Update `run-make` tests to no longer use `aux_build`Jieyou Xu-4/+4