about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-08Rollup merge of #122171 - compiler-errors:next-solver-tests, r=lcnrMatthias Krüger-0/+49
2024-03-08Rollup merge of #122164 - beetrees:uefi-argv-align, r=workingjubileeMatthias Krüger-4/+6
2024-03-08Rollup merge of #122157 - dpaoliello:targetdesc, r=NilstriebMatthias Krüger-6/+7
2024-03-08Rollup merge of #122100 - compiler-errors:better-capture, r=oli-obkMatthias Krüger-116/+150
2024-03-08Rollup merge of #122076 - WaffleLapkin:mplace-args, r=RalfJungMatthias Krüger-37/+56
2024-03-08Rollup merge of #121201 - RalfJung:align_offset_contract, r=cuviperMatthias Krüger-16/+24
2024-03-08Improve error message for opaque capturesMichael Goulet-116/+150
2024-03-08Add the new description field to Target::to_json, and add descriptions for so...Daniel Paoliello-6/+7
2024-03-08Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgrbors-457/+821
2024-03-08align_offset, align_to: no longer allow implementations to spuriously fail to...Ralf Jung-16/+24
2024-03-08Add some new solver testsMichael Goulet-0/+49
2024-03-08Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkovbors-1087/+1076
2024-03-08Tweak the way we protect in-place function arguments in interpretersMaybe Waffle-37/+56
2024-03-08Rollup merge of #122183 - RalfJung:read-discriminant-uninhabited-variant, r=t...Matthias Krüger-1/+7
2024-03-08Rollup merge of #122181 - chenyukang:yukang-fix-late-lint-crash, r=oli-obkMatthias Krüger-7/+39
2024-03-08Rollup merge of #122179 - heiher:fix-typo, r=lcnrMatthias Krüger-1/+1
2024-03-08Rollup merge of #122175 - chenyukang:yukang-fix-tidy-issues, r=workingjubileeMatthias Krüger-100/+109
2024-03-08Rollup merge of #122173 - compiler-errors:ptr-equality-in-ctfe, r=lcnrMatthias Krüger-1/+16
2024-03-08Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkovMatthias Krüger-268/+238
2024-03-08Rollup merge of #121194 - beetrees:rustc-raw-args, r=petrochenkovMatthias Krüger-79/+303
2024-03-08Rollup merge of #121025 - oli-obk:taint_after_errors, r=petrochenkovMatthias Krüger-0/+108
2024-03-08Auto merge of #122078 - gurry:121443-ice-layout-is-sized-alt, r=oli-obkbors-8/+168
2024-03-08Fix crash in late internal checkingyukang-7/+39
2024-03-08interpret: update comment about read_discriminant on uninhabited variantsRalf Jung-1/+7
2024-03-08Auto merge of #122182 - matthiaskrgr:rollup-gzimi4c, r=matthiaskrgrbors-422/+1126
2024-03-08Rollup merge of #122143 - durin42:llvm-19-compression-options, r=workingjubileeMatthias Krüger-0/+16
2024-03-08Rollup merge of #122103 - compiler-errors:taits-capture-everything, r=oli-obkMatthias Krüger-185/+148
2024-03-08Rollup merge of #122099 - Urgau:btreemap-inline-new, r=AmanieuMatthias Krüger-0/+1
2024-03-08Rollup merge of #121938 - blyxxyz:quadratic-vectored-write, r=AmanieuMatthias Krüger-31/+50
2024-03-08Rollup merge of #121832 - heiher:loongarch64-musl, r=wesleywiserMatthias Krüger-0/+24
2024-03-08Rollup merge of #120608 - kornelski:slice-ptr-doc, r=cuviperMatthias Krüger-2/+26
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-200/+857
2024-03-08Rollup merge of #118623 - haydonryan:master, r=workingjubileeMatthias Krüger-4/+4
2024-03-08Auto merge of #120268 - DianQK:otherwise_is_last_variant_switchs, r=oli-obkbors-155/+1396
2024-03-08rustc: Fix typoWANG Rui-1/+1
2024-03-08Bless tidy issues orderyukang-100/+109
2024-03-08Auto merge of #122059 - nyurik:with-as-const-str, r=cuviperbors-10/+26
2024-03-08Don't ICE in CTFE if raw/fn-ptr types differMichael Goulet-1/+16
2024-03-08Rename some functions to represent their generalized behaviorMichael Goulet-13/+13
2024-03-08Simplify ImplTraitContextMichael Goulet-29/+22
2024-03-08Make TAITs capture all higher-ranked lifetimes in scopeMichael Goulet-152/+122
2024-03-08Auto merge of #122048 - erikdesjardins:inbounds, r=oli-obkbors-9/+88
2024-03-08Fix misaligned loads when loading UEFI arg pointersbeetrees-4/+6
2024-03-08Add a workaround for the `TailDuplicator` compile time overheadDianQK-5/+24
2024-03-08Update MIR with `MirPatch` in `UninhabitedEnumBranching`DianQK-165/+155
2024-03-07Auto merge of #122151 - GuillaumeGomez:rollup-hfxr9kv, r=GuillaumeGomezbors-639/+594
2024-03-07Add known-bug tests for `derive(PartialEq)` mismatches with `#[repr(packed)]`...Oli Scherer-0/+108
2024-03-07Auto merge of #119199 - dpaoliello:arm64ec, r=petrochenkovbors-46/+154
2024-03-07Rollup merge of #122147 - kadiwa4:private_impl_mods, r=workingjubileeGuillaume Gomez-48/+44
2024-03-07Rollup merge of #122142 - lcnr:rustc_infer-cleanup, r=compiler-errorsGuillaume Gomez-148/+139