| Age | Commit message (Expand) | Author | Lines |
| 2023-06-14 | Rollup merge of #109814 - est31:stabilize_string_leak, r=Amanieu | Matthias Krüger | -7/+8 |
| 2023-06-14 | Rollup merge of #107619 - stepancheg:hash-set-insert, r=Amanieu | Matthias Krüger | -1/+23 |
| 2023-06-14 | Rollup merge of #98202 - aticu:impl_tryfrom_osstr_for_str, r=Amanieu | Matthias Krüger | -14/+27 |
| 2023-06-14 | Auto merge of #112400 - WaffleLapkin:vtable_stats, r=compiler-errors | bors | -5/+232 |
| 2023-06-14 | Auto merge of #110662 - bryangarza:safe-transmute-reference-types, r=compiler... | bors | -206/+789 |
| 2023-06-14 | Auto merge of #112609 - matthiaskrgr:rollup-er6weld, r=matthiaskrgr | bors | -39/+331 |
| 2023-06-14 | Rollup merge of #112581 - TumoiYorozu:fix_url_encoding_of_percent_sign, r=not... | Matthias Krüger | -2/+0 |
| 2023-06-14 | Rollup merge of #112571 - notriddle:notriddle/never-search, r=GuillaumeGomez | Matthias Krüger | -24/+200 |
| 2023-06-14 | Rollup merge of #112520 - chenyukang:yukang-fix-112505, r=fee1-dead | Matthias Krüger | -1/+29 |
| 2023-06-14 | Rollup merge of #112495 - bvanjoi:fix-109153, r=petrochenkov | Matthias Krüger | -2/+55 |
| 2023-06-14 | Rollup merge of #112197 - compiler-errors:next-solver-erase, r=lcnr | Matthias Krüger | -10/+47 |
| 2023-06-14 | Auto merge of #112448 - nnethercote:no-tiny-cgus, r=wesleywiser | bors | -46/+201 |
| 2023-06-14 | Introduce a minimum CGU size in non-incremental builds. | Nicholas Nethercote | -18/+65 |
| 2023-06-14 | Add more measurements to the CGU debug printing. | Nicholas Nethercote | -23/+134 |
| 2023-06-13 | Auto merge of #112062 - lukas-code:unsized-layout, r=wesleywiser | bors | -44/+109 |
| 2023-06-13 | Move test | Michael Goulet | -12/+12 |
| 2023-06-13 | Erase regions even if normalization fails in writeback | Michael Goulet | -3/+40 |
| 2023-06-13 | Add test case for unsizing with niche | Wesley Wiser | -0/+30 |
| 2023-06-13 | Auto merge of #112314 - ferrocene:pa-core-alloc-abort, r=bjorn3 | bors | -48/+42 |
| 2023-06-14 | fix(resolve): update `shadowed_glob` more precision | bohan | -2/+55 |
| 2023-06-13 | Auto merge of #112017 - Nemo157:unsafe-block-rustfix, r=eholk | bors | -11/+292 |
| 2023-06-13 | Add a test for `-Zprint-vtable-sizes` | Maybe Waffle | -0/+72 |
| 2023-06-13 | use bug! for overflow of u128 | yukang | -1/+4 |
| 2023-06-13 | remove patch from cranelift backend to ignore unwinding tests | Pietro Albini | -36/+0 |
| 2023-06-13 | ignore core, alloc and test tests that require unwinding on panic=abort | Pietro Albini | -12/+42 |
| 2023-06-13 | Add test cases for suggestions with unsafe operations contained inside macros | Wim Looman | -11/+100 |
| 2023-06-13 | Add note about unsafe functions body not being unsafe | Wim Looman | -11/+78 |
| 2023-06-13 | Hide suggestion to wrap function in unsafe block | Wim Looman | -38/+1 |
| 2023-06-13 | Test that a couple more types of unsafe-ops get a wrapping unsafe block added | Wim Looman | -1/+69 |
| 2023-06-13 | Add MVP suggestion for `unsafe_op_in_unsafe_fn` | Léo Lanteri Thauvin | -11/+105 |
| 2023-06-13 | Auto merge of #112549 - jieyouxu:fix-tests-for-unit-bindings, r=Nilstrieb | bors | -117/+117 |
| 2023-06-13 | Tweak the sort of vtable sizes | Maybe Waffle | -2/+6 |
| 2023-06-13 | Tweak names and docs for vtable stats | Maybe Waffle | -29/+43 |
| 2023-06-13 | Simplify code as suggested by the review | Maybe Waffle | -15/+6 |
| 2023-06-13 | Fix URL encoding of % sign in Rust Doc. | TumoiYorozu | -2/+0 |
| 2023-06-13 | Auto merge of #112386 - loongarch-rs:reloc-static, r=eholk | bors | -6/+4 |
| 2023-06-13 | Remove `PartitioningCx::target_cgu_count`. | Nicholas Nethercote | -7/+4 |
| 2023-06-13 | Auto merge of #112575 - matthiaskrgr:rollup-7a8d7tg, r=matthiaskrgr | bors | -3/+41 |
| 2023-06-13 | Rollup merge of #112558 - eltociear:patch-21, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-06-13 | Rollup merge of #111885 - compiler-errors:rust-call-abi-sized, r=eholk | Matthias Krüger | -2/+40 |
| 2023-06-13 | Auto merge of #99339 - yanchith:binary-heap-ta, r=Amanieu | bors | -63/+175 |
| 2023-06-13 | Auto merge of #112524 - GuillaumeGomez:migrate-gui-test-color-14, r=notriddle | bors | -11/+11 |
| 2023-06-12 | rustdoc-search: search never type with `!` | Michael Howell | -24/+200 |
| 2023-06-12 | Safe Transmute: Refactor error handling and Answer type | Bryan Garza | -127/+167 |
| 2023-06-12 | Auto merge of #112563 - matthiaskrgr:rollup-ebetrzi, r=matthiaskrgr | bors | -10/+219 |
| 2023-06-12 | Collect VTable stats & add `-Zprint-vtable-sizes` | Maybe Waffle | -5/+151 |
| 2023-06-12 | Rollup merge of #112546 - lcnr:opaque-type-cleanup, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2023-06-12 | Rollup merge of #112527 - bdbai:fix/winarm32, r=ChrisDenton | Matthias Krüger | -0/+44 |
| 2023-06-12 | Rollup merge of #112416 - jieyouxu:issue-112363, r=wesleywiser | Matthias Krüger | -6/+85 |
| 2023-06-12 | Rollup merge of #112302 - jieyouxu:issue-85184, r=WaffleLapkin | Matthias Krüger | -0/+86 |