| Age | Commit message (Expand) | Author | Lines |
| 2023-05-02 | Auto merge of #111089 - Dylan-DPC:rollup-b8oj6du, r=Dylan-DPC | bors | -227/+452 |
| 2023-05-02 | Rollup merge of #111048 - compiler-errors:rpitit-not-incomplete, r=jackh726 | Dylan DPC | -2/+2 |
| 2023-05-02 | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errors | Dylan DPC | -22/+82 |
| 2023-05-02 | Rollup merge of #110512 - compiler-errors:fix-elaboration-with-associated-typ... | Dylan DPC | -73/+111 |
| 2023-05-02 | Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiser | Dylan DPC | -8/+8 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -122/+249 |
| 2023-05-02 | Mark RPITIT and AFIT as no longer incomplete | Michael Goulet | -2/+2 |
| 2023-05-02 | Auto merge of #109521 - tmiasko:const-prop-validation, r=wesleywiser | bors | -35/+11 |
| 2023-05-02 | Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplett | bors | -46/+13 |
| 2023-05-01 | Auto merge of #111066 - matthiaskrgr:rollup-4k6rj23, r=matthiaskrgr | bors | -6/+5 |
| 2023-05-01 | Don't use implied trait predicates in gather_explicit_predicates_of | Michael Goulet | -6/+11 |
| 2023-05-01 | Do not consider associated type bounds for super_predicates_that_define_assoc... | Michael Goulet | -16/+68 |
| 2023-05-01 | Simplify type_parameter_bounds_in_generics | Michael Goulet | -53/+34 |
| 2023-05-01 | Rollup merge of #111042 - Zalathar:no-coverage, r=wesleywiser | Matthias Krüger | -2/+4 |
| 2023-05-01 | Rollup merge of #111038 - tmiasko:untainted-promoteds, r=compiler-errors | Matthias Krüger | -4/+1 |
| 2023-05-01 | Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkin | bors | -0/+25 |
| 2023-05-01 | Auto merge of #111026 - compiler-errors:only-typeck-root, r=cjgillot | bors | -1/+1 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -0/+25 |
| 2023-05-01 | Add `#[no_coverage]` to the test harness's `fn main` | Zalathar | -2/+4 |
| 2023-05-01 | Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-05-01 | Rollup merge of #111032 - clubby789:migrate-asm-diagnostics, r=compiler-errors | Matthias Krüger | -72/+179 |
| 2023-05-01 | Rollup merge of #111015 - cjgillot:chained-let-and, r=compiler-errors | Matthias Krüger | -3/+0 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -78/+115 |
| 2023-04-30 | Leave promoteds untainted by errors when borrowck fails | Tomasz Miąsko | -4/+1 |
| 2023-04-30 | Close parentheses for `offset_of` in AST pretty printing | Nilstrieb | -1/+1 |
| 2023-04-30 | Migrate `builtin_macros::asm` diagnostics to translatable diagnostics | clubby789 | -72/+179 |
| 2023-04-30 | Only cache typeck results if it's the typeck root | Michael Goulet | -1/+1 |
| 2023-04-30 | Remove wrong assertion. | Camille GILLOT | -3/+0 |
| 2023-04-30 | Auto merge of #111001 - matthiaskrgr:rollup-u590scu, r=matthiaskrgr | bors | -6/+90 |
| 2023-04-30 | Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-04-30 | Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-04-30 | Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi... | Matthias Krüger | -2/+5 |
| 2023-04-30 | Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubilee | Matthias Krüger | -1/+82 |
| 2023-04-29 | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot | bors | -356/+342 |
| 2023-04-29 | Auto merge of #110994 - matthiaskrgr:rollup-wv4u5yi, r=matthiaskrgr | bors | -11/+31 |
| 2023-04-29 | add match to diagnostic messages | Deadbeef | -4/+9 |
| 2023-04-29 | Rollup merge of #110950 - JohnBobbo96:rustc_arena_unsafe_fn, r=Nilstrieb | Matthias Krüger | -11/+31 |
| 2023-04-29 | Change ABI order in is_stable | Gary Guo | -12/+11 |
| 2023-04-29 | Partial stabilisation of `c_unwind` | Gary Guo | -39/+7 |
| 2023-04-29 | Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202... | bjorn3 | -670/+1464 |
| 2023-04-29 | Do not force anonymous lifetimes in consts to be static. | Camille GILLOT | -2/+2 |
| 2023-04-29 | Make `repr` attribute local_only | Guillaume Gomez | -1/+1 |
| 2023-04-29 | Auto merge of #108106 - the8472:layout-opt, r=wesleywiser | bors | -210/+371 |
| 2023-04-29 | Rollup merge of #110965 - compiler-errors:anon-lt-dupe-oops, r=cjgillot | Dylan DPC | -5/+1 |
| 2023-04-29 | Rollup merge of #110962 - cjgillot:no-hash-drops, r=compiler-errors | Dylan DPC | -7/+8 |
| 2023-04-29 | Rollup merge of #110932 - sameer:master, r=michaelwoerister | Dylan DPC | -1/+9 |
| 2023-04-29 | Rollup merge of #110614 - compiler-errors:new-solver-overflow-response, r=lcnr | Dylan DPC | -20/+79 |
| 2023-04-28 | Deny the `unsafe_op_in_unsafe_fn` lint in | John Bobbo | -11/+31 |
| 2023-04-29 | Auto merge of #110643 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -5/+5 |
| 2023-04-28 | improve error notes for packed struct reference diagnostic | bindsdev | -2/+5 |