| Age | Commit message (Expand) | Author | Lines |
| 2024-02-06 | Add some tests | Michael Goulet | -4/+386 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -97/+94 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -0/+2 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -15/+22 |
| 2024-02-06 | Make sure that async closures (and fns) only capture their parent callable's ... | Michael Goulet | -32/+71 |
| 2024-02-05 | Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-02-05 | Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-Simulacrum | Matthias Krüger | -6/+6 |
| 2024-02-05 | Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot | Matthias Krüger | -371/+257 |
| 2024-02-05 | Rollup merge of #120569 - Zalathar:fn-sig, r=oli-obk | Matthias Krüger | -32/+218 |
| 2024-02-05 | coverage: Make unexpansion of closure bodies more precise | Zalathar | -32/+48 |
| 2024-02-05 | coverage: Add a test for `#[coverage(..)]` on closures | Zalathar | -0/+119 |
| 2024-02-05 | coverage: Test for closure body that is a single bang-macro | Zalathar | -0/+51 |
| 2024-02-04 | Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgr | bors | -411/+908 |
| 2024-02-04 | Auto merge of #120624 - matthiaskrgr:rollup-3gvcl20, r=matthiaskrgr | bors | -29/+162 |
| 2024-02-04 | Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obk | Matthias Krüger | -114/+246 |
| 2024-02-04 | Rollup merge of #120552 - GuillaumeGomez:never-type-feature-gate, r=compiler-... | Matthias Krüger | -1/+47 |
| 2024-02-04 | Rollup merge of #120547 - matthewjasper:complete-inline-const-pat, r=compiler... | Matthias Krüger | -52/+27 |
| 2024-02-04 | Rollup merge of #120540 - Fishrock123:test-try-block-in-match-arm, r=compiler... | Matthias Krüger | -0/+11 |
| 2024-02-04 | Rollup merge of #120473 - estebank:issue-114329, r=TaKO8Ki | Matthias Krüger | -0/+46 |
| 2024-02-04 | Rollup merge of #120323 - estebank:issue-120178, r=fmease | Matthias Krüger | -157/+137 |
| 2024-02-04 | Rollup merge of #119759 - sfzhu93:master, r=cjgillot | Matthias Krüger | -87/+394 |
| 2024-02-03 | Rollup merge of #120531 - oli-obk:track_errors7, r=estebank | Matthias Krüger | -25/+120 |
| 2024-02-03 | Rollup merge of #120529 - nikic:llvm-18-datalayout-fixes, r=cuviper | Matthias Krüger | -4/+4 |
| 2024-02-03 | Rollup merge of #120484 - Teapot4195:issue-120480-fix, r=compiler-errors | Matthias Krüger | -0/+38 |
| 2024-02-03 | Rollup merge of #120616 - fmease:fix-ice-const-eval-fail-undef-field-access, ... | Matthias Krüger | -0/+22 |
| 2024-02-03 | Rollup merge of #120571 - nnethercote:misc-diagnostics, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-03 | Rollup merge of #120570 - fmease:change-ty-to-ct-param-sugg, r=compiler-errors | Matthias Krüger | -0/+93 |
| 2024-02-03 | Rollup merge of #120566 - Zalathar:edition, r=compiler-errors | Matthias Krüger | -40/+40 |
| 2024-02-03 | Rollup merge of #120562 - oli-obk:revert_stuff, r=cuviper | Matthias Krüger | -55/+0 |
| 2024-02-03 | Rollup merge of #119543 - usamoi:avx512fp16, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-03 | Check for presence of field in typeck results before visiting it | León Orell Valerian Liehr | -0/+22 |
| 2024-02-02 | Suggest changing ty to const params if appropriate | León Orell Valerian Liehr | -0/+93 |
| 2024-02-02 | coverage: Use normal `edition:` headers in coverage tests | Zalathar | -40/+40 |
| 2024-02-01 | Revert unsound libcore changes of #119911 | Oli Scherer | -55/+0 |
| 2024-02-01 | fix rebase | Esteban Küber | -1/+1 |
| 2024-02-01 | Update `never_type` feature gate ui test | Guillaume Gomez | -1/+47 |
| 2024-02-01 | add test for try-block-in-match-arm | Jeremiah Senkpiel | -0/+11 |
| 2024-02-01 | Improve the diagnostics for unused generic parameters | León Orell Valerian Liehr | -114/+246 |
| 2024-02-01 | `#![feature(inline_const_pat)]` is no longer incomplete | Matthew Jasper | -52/+27 |
| 2024-02-01 | A small fix in `enforce_slug_naming.rs`. | Nicholas Nethercote | -2/+2 |
| 2024-02-01 | review comment: change wording | Esteban Küber | -52/+52 |
| 2024-02-01 | Change incr comp test when adding explicit `Sized` bound | Esteban Küber | -2/+2 |
| 2024-02-01 | On E0277 be clearer about implicit `Sized` bounds on type params and assoc types | Esteban Küber | -151/+131 |
| 2024-01-31 | Remove a has_errors check that doesn't actually prevent noisy follow up errors | Oli Scherer | -2/+10 |
| 2024-01-31 | Remove a has_errors check that does not prevent follow up error noise | Oli Scherer | -4/+21 |
| 2024-01-31 | Remove a has_errors check that only hides errors after unrelated items have e... | Oli Scherer | -19/+89 |
| 2024-01-31 | Update data layouts in custom target tests for LLVM 18 | Nikita Popov | -4/+4 |
| 2024-01-31 | Rollup merge of #120501 - GuillaumeGomez:glob-reexport-attr-merge-bugfix, r=n... | Nadrieril | -0/+32 |
| 2024-01-31 | Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obk | Nadrieril | -226/+53 |
| 2024-01-31 | Rollup merge of #120490 - nnethercote:Diagnostic-hashing, r=estebank | Nadrieril | -5/+0 |