about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-31Do not give function allocations alignment in consteval or miri.Zachary S-27/+6
2025-07-31Auto merge of #144731 - samueltardieu:rollup-36y30k2, r=samueltardieubors-50/+203
2025-07-31Rollup merge of #144721 - a4lg:riscv-hwprobe-linux-6.16, r=AmanieuSamuel Tardieu-4/+10
2025-07-31Rollup merge of #144297 - GuillaumeGomez:ERROR_EXIT_CODE, r=AmanieuSamuel Tardieu-3/+4
2025-07-31Rollup merge of #144053 - Kobzol:ci-remove-install-rust, r=marcoieniSamuel Tardieu-18/+0
2025-07-31Rollup merge of #136840 - Flakebi:linker-plugin-lto-fat, r=dianqkSamuel Tardieu-25/+189
2025-07-31Auto merge of #144723 - Zalathar:rollup-f9e0rfo, r=Zalatharbors-152/+244
2025-07-31Rollup merge of #144713 - nnethercote:rustc_middle-ty-cleanups, r=lcnrStuart Cook-149/+141
2025-07-31Rollup merge of #144665 - scottmcm:restore-sroa-simd-check, r=compiler-errorsStuart Cook-1/+55
2025-07-31Rollup merge of #144657 - Muscraft:fix-unicode-close-window, r=fee1-deadStuart Cook-2/+48
2025-07-31Fix CI build failure when using new libtest public constantGuillaume Gomez-2/+3
2025-07-31Make `libtest::ERROR_EXIT_CODE` const public to not redefine it in rustdocGuillaume Gomez-3/+3
2025-07-31Fix linker-plugin-lto only doing thin ltoFlakebi-25/+189
2025-07-31std_detect: Linux 6.16 support for RISC-VTsukasa OI-4/+10
2025-07-31fix: Only "close the window" when its the last annotated fileScott Schafer-3/+6
2025-07-31Auto merge of #144718 - Zalathar:rollup-76lrtf2, r=Zalatharbors-334/+1215
2025-07-31Rollup merge of #144717 - nnethercote:mv-rustc_middle-parameterized, r=compil...Stuart Cook-189/+170
2025-07-31Rollup merge of #144685 - jdonszelmann:lang-items-once, r=wafflelapkinStuart Cook-5/+3
2025-07-31Rollup merge of #144663 - Zalathar:empty-span, r=petrochenkovStuart Cook-73/+57
2025-07-31Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkinStuart Cook-12/+191
2025-07-31Rollup merge of #143672 - beepster4096:box_drop_flags_again, r=oli-obkStuart Cook-26/+551
2025-07-31Rollup merge of #135975 - balt-dev:master, r=tgross35Stuart Cook-29/+243
2025-07-31Fix up size asserts.Nicholas Nethercote-14/+26
2025-07-31Move `InferVarInfo` out of `rustc_middle`.Nicholas Nethercote-15/+16
2025-07-31Remove `TyCtxt::get_attrs_unchecked`.Nicholas Nethercote-19/+8
2025-07-31Remove `ParamEnvAnd::into_parts`.Nicholas Nethercote-14/+8
2025-07-31Move `TermVid` out of `rustc_middle`.Nicholas Nethercote-28/+26
2025-07-31Move `rustc_middle::parameterized` to `rustc_metadata`.Nicholas Nethercote-176/+170
2025-07-31Remove unused `ParameterizedOverTcx` impls.Nicholas Nethercote-13/+0
2025-07-31Move `ParamTerm` out of `rustc_middle`.Nicholas Nethercote-20/+20
2025-07-31Move an `EarlyParamRegion` impl block.Nicholas Nethercote-9/+9
2025-07-31Move `ImplHeader` out of `rustc_middle`.Nicholas Nethercote-18/+19
2025-07-31Move `ResolverOutputs` out of `rustc_middle`.Nicholas Nethercote-9/+9
2025-07-31Remove unused `impl_decodable_via_ref!` entries.Nicholas Nethercote-3/+0
2025-07-31Auto merge of #144405 - lcnr:hir-typeck-uniquify, r=BoxyUwUbors-57/+353
2025-07-30test: Check close window renderingScott Schafer-0/+43
2025-07-30Auto merge of #116316 - cjgillot:incr-privacy, r=petrochenkovbors-1/+0
2025-07-30Auto merge of #144692 - samueltardieu:rollup-0j1y08x, r=samueltardieubors-378/+665
2025-07-30Rollup merge of #144675 - jieyouxu:compiletest-staging, r=KobzolSamuel Tardieu-14/+56
2025-07-30Rollup merge of #144655 - jdonszelmann:cleanup-codegen-fn-attrs, r=WaffleLapkinSamuel Tardieu-237/+289
2025-07-30Rollup merge of #144308 - GuillaumeGomez:merged-doctest-times, r=lolbinarycatSamuel Tardieu-114/+212
2025-07-30Rollup merge of #143465 - kornelski:extern-name, r=petrochenkovSamuel Tardieu-13/+108
2025-07-30Implement push_mutBalt-29/+243
2025-07-30only extract lang items onceJana Dönszelmann-5/+3
2025-07-30clean up codegen fn attrsJana Dönszelmann-237/+289
2025-07-30extend commentlcnr-0/+13
2025-07-30add comment and opaque type fixmelcnr-0/+11
2025-07-30handle region dependent goals due to infer varslcnr-19/+128
2025-07-30Add change tracker entryJieyou Xu-0/+5
2025-07-30Run `compiletest` self-tests against stage 1 rustcJieyou Xu-2/+2