about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-09-09Rollup merge of #113807 - mojingran:master, r=WaffleLapkinMatthias Krüger-0/+17
2023-09-08Auto merge of #115641 - durin42:llvm-18-fatlto-take-2, r=nikicbors-16/+89
2023-09-08Auto merge of #115418 - Zoxc:freeze-source, r=oli-obkbors-229/+298
2023-09-08Auto merge of #115612 - cjgillot:const-prop-int, r=oli-obkbors-188/+1979
2023-09-08Auto merge of #115672 - GuillaumeGomez:rollup-mjiy56f, r=GuillaumeGomezbors-22/+173
2023-09-08Add Freeze::cloneJohn Kåre Alsaker-8/+12
2023-09-08Rollup merge of #115643 - bvanjoi:fix-115203, r=RalfJung,oli-obkGuillaume Gomez-0/+34
2023-09-08Rollup merge of #115638 - ldm0:ldm/llvm-args-fix, r=nikicGuillaume Gomez-1/+4
2023-09-08Rollup merge of #115633 - compiler-errors:PRIVATE_BOUNDS-lint-node, r=petroch...Guillaume Gomez-3/+11
2023-09-08Rollup merge of #115201 - notriddle:notriddle/type-alias-impl-list, r=Guillau...Guillaume Gomez-13/+111
2023-09-08Rollup merge of #115088 - LuuuXXX:issue-112009, r=albertlarsan68Guillaume Gomez-5/+8
2023-09-08Rollup merge of #104299 - mkrasnitski:discriminant-transmute-docs, r=oli-obkGuillaume Gomez-0/+5
2023-09-08Auto merge of #115372 - RalfJung:abi-assert-eq, r=davidtwcobors-170/+1300
2023-09-08need to disable part of this test on armRalf Jung-1/+8
2023-09-08Auto merge of #113492 - nebulark:pr_96475, r=petrochenkovbors-1/+117
2023-09-08Fix Issue 112009LuuuX-5/+8
2023-09-08Auto merge of #115665 - matthiaskrgr:rollup-azdjs2r, r=matthiaskrgrbors-82/+246
2023-09-08turns out Layout has some more things to worry about -- move ABI comparison i...Ralf Jung-25/+38
2023-09-08the wasm ABI behavior is a bugRalf Jung-11/+15
2023-09-08add a testcase for another MIPS64 bugRalf Jung-0/+1
2023-09-08also ensure that size and alignment are the sameRalf Jung-6/+161
2023-09-08merge transparent-abi test into general abi compatibility test, and test repr...Ralf Jung-81/+42
2023-09-08add tests for RFC 3391Ralf Jung-0/+25
2023-09-08accept some differences for rustc_abi(assert_eq), so that we can test more th...Ralf Jung-64/+449
2023-09-08Rollup merge of #115655 - notriddle:notriddle/rustdoc-fe-cleanup, r=Guillaume...Matthias Krüger-3/+1
2023-09-08Rollup merge of #115649 - notriddle:notriddle/82038, r=compiler-errorsMatthias Krüger-0/+18
2023-09-08Rollup merge of #115634 - nnethercote:IntVid-FloatVid, r=oli-obkMatthias Krüger-26/+14
2023-09-08Rollup merge of #115629 - compiler-errors:sugg-deref-unsize, r=oli-obkMatthias Krüger-14/+61
2023-09-08Rollup merge of #115624 - compiler-errors:rtn-path, r=WaffleLapkinMatthias Krüger-2/+75
2023-09-08Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri...Matthias Krüger-22/+53
2023-09-08Rollup merge of #115345 - g0djan:godjan/tier2-wasi-threads, r=WaffleLapkinMatthias Krüger-15/+24
2023-09-08Auto merge of #115608 - RalfJung:fn-arg-validity, r=oli-obkbors-4/+108
2023-09-08Auto merge of #115586 - Zalathar:query, r=cjgillotbors-72/+51
2023-09-08fix: return ealry when has tainted in mir-lintbohan-0/+34
2023-09-08Auto merge of #114299 - clarfonthey:char-min, r=dtolnay,BurntSushibors-1/+51
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-1/+117
2023-09-07rustdoc: remove unused ID `mainThemeStyle`Michael Howell-3/+1
2023-09-07Auto merge of #115527 - oli-obk:drop_maybe_uninit_in_const, r=lcnrbors-2/+39
2023-09-07diagnostics: add test case for trait bounds diagnosticMichael Howell-0/+18
2023-09-07Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,...Oli Scherer-2/+39
2023-09-07Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomezbors-146/+636
2023-09-07Add test where slice is a const.Camille GILLOT-17/+136
2023-09-07lto: handle Apple platforms correctly by eliding __LLVM, from section nameAugie Fackler-1/+4
2023-09-07Correct comment and assumption.Camille GILLOT-6/+5
2023-09-07Auto merge of #114183 - Urgau:stabilize-print-with-path, r=oli-obkbors-34/+8
2023-09-07lto: load bitcode sections by nameAugie Fackler-16/+86
2023-09-07Stabilize `PATH` option for `--print KIND=PATH`Urgau-34/+8
2023-09-07Use `Freeze` for `SourceFile.lines`John Kåre Alsaker-183/+203
2023-09-07Use `Freeze` for `SourceFile.external_src`John Kåre Alsaker-46/+91
2023-09-07Auto merge of #115602 - oli-obk:lower_intrinsics, r=petrochenkovbors-29/+30