| Age | Commit message (Expand) | Author | Lines |
| 2024-07-22 | Auto merge of #127442 - saethlin:alloc-decoding-lock, r=oli-obk | bors | -89/+25 |
| 2024-07-22 | Auto merge of #128048 - workingjubilee:rollup-gehtjxd, r=workingjubilee | bors | -23/+59 |
| 2024-07-21 | Rollup merge of #128033 - Nadrieril:explain-empty-wildcards, r=compiler-errors | Jubilee | -17/+27 |
| 2024-07-21 | Rollup merge of #128020 - compiler-errors:nlb-no-const, r=BoxyUwU | Jubilee | -6/+32 |
| 2024-07-21 | Auto merge of #120812 - compiler-errors:impl-sorting, r=lcnr | bors | -78/+59 |
| 2024-07-21 | Explain why the new setup can't deadlock | Ben Kimock | -1/+13 |
| 2024-07-21 | Explain why we require `_` for empty patterns | Nadrieril | -0/+4 |
| 2024-07-21 | Tweak `collect_non_exhaustive_tys` | Nadrieril | -17/+23 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -58/+237 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -6/+32 |
| 2024-07-20 | Rollup merge of #127720 - c410-f3r:concat-rep, r=cjgillot | Matthias Krüger | -45/+72 |
| 2024-07-20 | Auto merge of #128002 - matthiaskrgr:rollup-21p0cue, r=matthiaskrgr | bors | -149/+191 |
| 2024-07-20 | Rollup merge of #127917 - Zalathar:after-or, r=Nadrieril | Matthias Krüger | -91/+129 |
| 2024-07-20 | Rollup merge of #127779 - momvart:should_codegen_hook, r=cjgillot | Matthias Krüger | -58/+62 |
| 2024-07-20 | Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm... | bors | -0/+50 |
| 2024-07-20 | Rollup merge of #127987 - estebank:impl-trait-sugg, r=cjgillot | Matthias Krüger | -14/+34 |
| 2024-07-20 | Rollup merge of #127980 - nyurik:compiler-refs, r=oli-obk | Matthias Krüger | -65/+61 |
| 2024-07-20 | Rollup merge of #127948 - surechen:fix_127915, r=compiler-errors | Matthias Krüger | -4/+9 |
| 2024-07-20 | Rollup merge of #127556 - Zalathar:autoref, r=Nadrieril | Matthias Krüger | -81/+84 |
| 2024-07-20 | Inline `finalize_or_candidate` | Zalathar | -17/+7 |
| 2024-07-20 | Improve `test_remaining_match_pairs_after_or` | Zalathar | -0/+13 |
| 2024-07-20 | Split out `test_remaining_match_pairs_after_or` | Zalathar | -43/+58 |
| 2024-07-20 | Improve `merge_trivial_subcandidates` | Zalathar | -5/+15 |
| 2024-07-20 | Split out `remove_never_subcandidates` | Zalathar | -37/+47 |
| 2024-07-19 | Allow concat in repetitions | Caio | -45/+72 |
| 2024-07-19 | More accurate suggestion for `-> Box<dyn Trait>` or `-> impl Trait` | Esteban Küber | -14/+34 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -65/+61 |
| 2024-07-19 | Auto merge of #127982 - matthiaskrgr:rollup-nzyvphj, r=matthiaskrgr | bors | -137/+394 |
| 2024-07-19 | Rollup merge of #127976 - fmease:lta-cyclic-bivariant-param-better-err, r=com... | Matthias Krüger | -36/+37 |
| 2024-07-19 | Rollup merge of #127966 - oli-obk:structured_diag, r=compiler-errors | Matthias Krüger | -56/+39 |
| 2024-07-19 | Rollup merge of #127949 - princess-entrapta:master, r=tgross35 | Matthias Krüger | -8/+16 |
| 2024-07-19 | Rollup merge of #127814 - folkertdev:c-cmse-nonsecure-call-error-messages, r=... | Matthias Krüger | -0/+244 |
| 2024-07-19 | Rollup merge of #127295 - maurer:default-impl-cfi, r=estebank | Matthias Krüger | -37/+58 |
| 2024-07-19 | LTA: Diag: Detect bivariant ty params that are only used recursively | León Orell Valerian Liehr | -36/+37 |
| 2024-07-19 | Auto merge of #127969 - matthiaskrgr:rollup-nhxmwhn, r=matthiaskrgr | bors | -49/+107 |
| 2024-07-19 | Rollup merge of #127856 - RalfJung:interpret-cast-sanity, r=oli-obk | Matthias Krüger | -49/+107 |
| 2024-07-19 | Use structured suggestions for unconstrained generic parameters on impl blocks | Oli Scherer | -56/+39 |
| 2024-07-19 | Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgr | bors | -83/+206 |
| 2024-07-19 | fix: explain E0120 better cover cases when its raised | Princess Entrapta | -8/+16 |
| 2024-07-19 | Auto merge of #127956 - tgross35:rollup-8ten7pk, r=tgross35 | bors | -153/+508 |
| 2024-07-19 | Rollup merge of #127943 - compiler-errors:no-unsafe, r=spastorino | Matthias Krüger | -0/+18 |
| 2024-07-19 | Rollup merge of #127903 - nnethercote:force_collect-improvements, r=petrochenkov | Matthias Krüger | -43/+47 |
| 2024-07-19 | Rollup merge of #127662 - estebank:gate-span, r=TaKO8Ki | Matthias Krüger | -1/+18 |
| 2024-07-19 | Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnr | Matthias Krüger | -39/+123 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -281/+617 |
| 2024-07-19 | Rollup merge of #127935 - tgross35:binary_asm_labels-x86-only, r=estebank,Urgau | Trevor Gross | -21/+45 |
| 2024-07-19 | Rollup merge of #127902 - nnethercote:collect_tokens_trailing_token-cleanups,... | Trevor Gross | -98/+155 |
| 2024-07-19 | Rollup merge of #127891 - estebank:enum-type-sugg, r=estebank | Trevor Gross | -25/+272 |
| 2024-07-19 | Rollup merge of #121533 - ratmice:wasm_init_fini_array, r=nnethercote | Trevor Gross | -9/+36 |
| 2024-07-19 | Update the `binary_asm_label` documentation | Trevor Gross | -9/+23 |