| Age | Commit message (Expand) | Author | Lines |
| 2024-02-12 | check uniqueness of nested fields | Frank King | -1/+6 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -5/+41 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -2/+8 |
| 2024-02-11 | is_closure_like | Michael Goulet | -14/+13 |
| 2024-02-11 | Rollup merge of #120896 - compiler-errors:coro-closure-kind, r=oli-obk | Matthias Krüger | -1/+18 |
| 2024-02-11 | Rollup merge of #120874 - gurry:120838-extra-where-in-suggestion, r=fmease | Matthias Krüger | -1/+7 |
| 2024-02-10 | Print kind of coroutine closure | Michael Goulet | -1/+18 |
| 2024-02-10 | Take empty `where` into account when suggesting predicates | Gurinder Singh | -1/+7 |
| 2024-02-09 | Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnr | Matthias Krüger | -16/+32 |
| 2024-02-08 | Rollup merge of #120801 - oli-obk:drop_recursion_ice, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-02-08 | Avoid ICE in drop recursion check in case of invalid drop impls | Oli Scherer | -0/+1 |
| 2024-02-08 | Auto merge of #120544 - BoxyUwU:enter_forall, r=lcnr | bors | -0/+1 |
| 2024-02-08 | introduce `enter_forall` | Boxy | -0/+1 |
| 2024-02-08 | Rollup merge of #120739 - lukas-code:pp-dyn-assoc, r=compiler-errors | Matthias Krüger | -13/+47 |
| 2024-02-08 | Auto merge of #120381 - fee1-dead-contrib:reconstify-add, r=compiler-errors | bors | -0/+4 |
| 2024-02-07 | Do not create param types that differ only by name when comparing intrinsic s... | Michael Goulet | -1/+1 |
| 2024-02-07 | Assert that ParamTy and ParamConst have identical names for identical indices | Michael Goulet | -2/+8 |
| 2024-02-07 | address review comments and add more tests | Lukas Markeffsky | -10/+15 |
| 2024-02-07 | Record coroutine kind in generics | Michael Goulet | -1/+8 |
| 2024-02-07 | improve pretty printing for trait objects | Lukas Markeffsky | -12/+41 |
| 2024-02-06 | Rollup merge of #120707 - compiler-errors:suitable-region, r=nnethercote | Matthias Krüger | -1/+1 |
| 2024-02-06 | Don't expect early-bound region to be local in RPITIT well-formedness | Michael Goulet | -1/+1 |
| 2024-02-06 | Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure | Michael Goulet | -16/+33 |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -9/+48 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -4/+39 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -13/+56 |
| 2024-02-06 | Build a shim to call async closures with different AsyncFn trait kinds | Michael Goulet | -1/+23 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -5/+130 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -8/+220 |
| 2024-02-05 | old solver: improve normalization of `Pointee::Metadata` | Lukas Markeffsky | -16/+32 |
| 2024-02-05 | Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot | Matthias Krüger | -27/+44 |
| 2024-02-05 | Auto merge of #120497 - compiler-errors:modulize, r=lcnr | bors | -1456/+1491 |
| 2024-02-04 | make effect infer variables suggestable in diagnostics | Deadbeef | -0/+4 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -1/+1 |
| 2024-01-31 | Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obk | Nadrieril | -1/+0 |
| 2024-01-30 | Move predicate, region, and const stuff into their own modules in middle | Michael Goulet | -1456/+1491 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -1/+0 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -13/+13 |
| 2024-01-26 | make matching on NaN a hard error | Ralf Jung | -27/+44 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -5/+4 |
| 2024-01-25 | Auto merge of #120335 - matthiaskrgr:rollup-2a0y3rd, r=matthiaskrgr | bors | -1/+1 |
| 2024-01-25 | Rollup merge of #119895 - oli-obk:track_errors_3, r=matthewjasper | Matthias Krüger | -1/+1 |
| 2024-01-25 | Auto merge of #119955 - kamalesh0406:master, r=WaffleLapkin | bors | -18/+56 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -5/+4 |
| 2024-01-23 | Auto merge of #120283 - fmease:rollup-rk0f6r5, r=fmease | bors | -10/+8 |
| 2024-01-23 | Rollup merge of #120139 - compiler-errors:fnonce-shim, r=BoxyUwU | León Orell Valerian Liehr | -10/+8 |
| 2024-01-23 | Rollup merge of #120270 - compiler-errors:randos, r=lcnr | León Orell Valerian Liehr | -50/+33 |
| 2024-01-23 | Remove track_errors entirely | Oli Scherer | -1/+1 |
| 2024-01-23 | Random type checker changes | Michael Goulet | -50/+33 |