about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-06-14Rollup merge of #112612 - sginnett:issue-105150, r=compiler-errorsMatthias Krüger-8/+36
2023-06-14Rollup merge of #112611 - compiler-errors:unconstrained-lt-in-rpitit, r=oli-obkMatthias Krüger-102/+188
2023-06-14Rollup merge of #112605 - compiler-errors:negative-docs, r=spastorinoMatthias Krüger-83/+85
2023-06-14Rollup merge of #112600 - celinval:stable-mir-rvalue, r=oli-obkMatthias Krüger-194/+203
2023-06-14Rollup merge of #112584 - loongarch-rs:remove-env, r=petrochenkovMatthias Krüger-1/+1
2023-06-14Auto merge of #112400 - WaffleLapkin:vtable_stats, r=compiler-errorsbors-5/+232
2023-06-14Auto merge of #110662 - bryangarza:safe-transmute-reference-types, r=compiler...bors-206/+789
2023-06-13Fix explicit-outlives-requirements lint spanSam Ginnett-8/+36
2023-06-14Auto merge of #112609 - matthiaskrgr:rollup-er6weld, r=matthiaskrgrbors-39/+331
2023-06-14Error on unconstrained lifetime in RPITITMichael Goulet-102/+188
2023-06-14Rollup merge of #112581 - TumoiYorozu:fix_url_encoding_of_percent_sign, r=not...Matthias Krüger-2/+0
2023-06-14Rollup merge of #112571 - notriddle:notriddle/never-search, r=GuillaumeGomezMatthias Krüger-24/+200
2023-06-14Rollup merge of #112520 - chenyukang:yukang-fix-112505, r=fee1-deadMatthias Krüger-1/+29
2023-06-14Rollup merge of #112495 - bvanjoi:fix-109153, r=petrochenkovMatthias Krüger-2/+55
2023-06-14Rollup merge of #112197 - compiler-errors:next-solver-erase, r=lcnrMatthias Krüger-10/+47
2023-06-14Auto merge of #112448 - nnethercote:no-tiny-cgus, r=wesleywiserbors-46/+201
2023-06-14Improve docs/clean up negative overlap functionsMichael Goulet-83/+85
2023-06-14Introduce a minimum CGU size in non-incremental builds.Nicholas Nethercote-18/+65
2023-06-14Add more measurements to the CGU debug printing.Nicholas Nethercote-23/+134
2023-06-13Auto merge of #112062 - lukas-code:unsized-layout, r=wesleywiserbors-44/+109
2023-06-13Use a Stable trait to translate mir -> smirCelina G. Val-194/+203
2023-06-13Move testMichael Goulet-12/+12
2023-06-13Erase regions even if normalization fails in writebackMichael Goulet-3/+40
2023-06-13Add test case for unsizing with nicheWesley Wiser-0/+30
2023-06-13Auto merge of #112314 - ferrocene:pa-core-alloc-abort, r=bjorn3bors-48/+42
2023-06-14fix(resolve): update `shadowed_glob` more precisionbohan-2/+55
2023-06-13Auto merge of #112017 - Nemo157:unsafe-block-rustfix, r=eholkbors-11/+292
2023-06-13Add a test for `-Zprint-vtable-sizes`Maybe Waffle-0/+72
2023-06-13use bug! for overflow of u128yukang-1/+4
2023-06-13remove patch from cranelift backend to ignore unwinding testsPietro Albini-36/+0
2023-06-13ignore core, alloc and test tests that require unwinding on panic=abortPietro Albini-12/+42
2023-06-13Add test cases for suggestions with unsafe operations contained inside macrosWim Looman-11/+100
2023-06-13Add note about unsafe functions body not being unsafeWim Looman-11/+78
2023-06-13Hide suggestion to wrap function in unsafe blockWim Looman-38/+1
2023-06-13Test that a couple more types of unsafe-ops get a wrapping unsafe block addedWim Looman-1/+69
2023-06-13Add MVP suggestion for `unsafe_op_in_unsafe_fn`Léo Lanteri Thauvin-11/+105
2023-06-13Auto merge of #112549 - jieyouxu:fix-tests-for-unit-bindings, r=Nilstriebbors-117/+117
2023-06-13Tweak the sort of vtable sizesMaybe Waffle-2/+6
2023-06-13loongarch64-none*: Remove environment component from llvm targetWANG Rui-1/+1
2023-06-13Tweak names and docs for vtable statsMaybe Waffle-29/+43
2023-06-13Simplify code as suggested by the reviewMaybe Waffle-15/+6
2023-06-13Fix URL encoding of % sign in Rust Doc.TumoiYorozu-2/+0
2023-06-13Auto merge of #112386 - loongarch-rs:reloc-static, r=eholkbors-6/+4
2023-06-13Remove `PartitioningCx::target_cgu_count`.Nicholas Nethercote-7/+4
2023-06-13Auto merge of #112575 - matthiaskrgr:rollup-7a8d7tg, r=matthiaskrgrbors-3/+41
2023-06-13Rollup merge of #112558 - eltociear:patch-21, r=thomccMatthias Krüger-1/+1
2023-06-13Rollup merge of #111885 - compiler-errors:rust-call-abi-sized, r=eholkMatthias Krüger-2/+40
2023-06-13Auto merge of #99339 - yanchith:binary-heap-ta, r=Amanieubors-63/+175
2023-06-13Auto merge of #112524 - GuillaumeGomez:migrate-gui-test-color-14, r=notriddlebors-11/+11
2023-06-12rustdoc-search: search never type with `!`Michael Howell-24/+200