| Age | Commit message (Expand) | Author | Lines |
| 2024-04-22 | Stop using HirId for fn-like parents | Michael Goulet | -0/+63 |
| 2024-03-15 | Auto merge of #122517 - petrochenkov:bodihash, r=oli-obk | bors | -0/+11 |
| 2024-03-14 | Fill in HIR hash for associated opaque types | Vadim Petrochenkov | -0/+11 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -19/+8 |
| 2024-03-12 | Rollup merge of #122343 - compiler-errors:rando, r=fmease | Matthias Krüger | -23/+3 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -5/+0 |
| 2024-03-11 | Remove some unnecessary allow(incomplete_features) | Michael Goulet | -23/+3 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -5/+0 |
| 2024-03-10 | Ignore tests w/ current/next revisions from compare-mode=next-solver | Michael Goulet | -2/+8 |
| 2024-03-05 | Rollup merge of #121857 - compiler-errors:async-closure-signature-deduction, ... | Matthias Krüger | -0/+10 |
| 2024-03-05 | Rollup merge of #121826 - estebank:e0277-root-obligation-2, r=oli-obk | Matthias Krüger | -3/+0 |
| 2024-03-05 | Rollup merge of #121664 - compiler-errors:adjust-error-yield-lowering, r=spas... | Matthias Krüger | -0/+21 |
| 2024-03-03 | Use root obligation on E0277 for some cases | Esteban Küber | -3/+0 |
| 2024-03-01 | Rollup merge of #121475 - jieyouxu:tidy-stderr-check, r=the8472,compiler-errors | Matthias Krüger | -199/+0 |
| 2024-03-01 | Implement async closure signature deduction | Michael Goulet | -0/+10 |
| 2024-02-29 | Remove stray stdout/stderr files | 许杰友 Jieyou Xu (Joe) | -199/+0 |
| 2024-02-27 | Flesh out a few more tests | Michael Goulet | -9/+36 |
| 2024-02-27 | Also support `fnptr(): async Fn` in codegen | Michael Goulet | -0/+31 |
| 2024-02-27 | Support `{async closure}: Fn` in new solver | Michael Goulet | -2/+28 |
| 2024-02-27 | Adjust error yield/await lowering | Michael Goulet | -0/+21 |
| 2024-02-26 | Rollup merge of #121617 - compiler-errors:async-closure-kind-check, r=oli-obk | Matthias Krüger | -5/+30 |
| 2024-02-26 | Actually use the right closure kind when checking async Fn goals | Michael Goulet | -5/+30 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+2 |
| 2024-02-22 | Tweak wording of "implemented trait isn't imported" suggestion | Esteban Küber | -1/+1 |
| 2024-02-21 | Rollup merge of #121044 - compiler-errors:mbe-async-trait-bounds, r=fmease | León Orell Valerian Liehr | -4/+141 |
| 2024-02-20 | Support async trait bounds in macros | Michael Goulet | -4/+141 |
| 2024-02-20 | Fix stray trait mismatch in resolve_associated_item for AsyncFn | Michael Goulet | -1/+26 |
| 2024-02-18 | Add `Future` and `IntoFuture` to the 2024 prelude | Nilstrieb | -2/+0 |
| 2024-02-18 | Rollup merge of #121237 - Urgau:better-cargo-heuristic, r=compiler-errors | León Orell Valerian Liehr | -1/+1 |
| 2024-02-18 | Rollup merge of #121100 - estebank:issue-71252, r=compiler-errors | León Orell Valerian Liehr | -0/+5 |
| 2024-02-17 | Use better heuristic for printing Cargo specific diagnostics | Urgau | -1/+1 |
| 2024-02-17 | Allow newly added non_local_definitions lint in tests | Urgau | -0/+2 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -606/+606 |
| 2024-02-16 | Detect when method call on argument could be removed to fulfill failed trait ... | Esteban Küber | -0/+5 |
| 2024-02-15 | make better async fn kind errors | Michael Goulet | -7/+39 |
| 2024-02-12 | Properly handle `async` blocks and `fn`s in `if` exprs without `else` | Esteban Küber | -0/+79 |
| 2024-02-11 | Rollup merge of #120897 - compiler-errors:foreign-async-closure, r=oli-obk | Matthias Krüger | -0/+26 |
| 2024-02-10 | Print kind of coroutine closure | Michael Goulet | -3/+3 |
| 2024-02-10 | Encode coroutine_for_closure for foreign crates | Michael Goulet | -0/+26 |
| 2024-02-10 | Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obk | bors | -10/+71 |
| 2024-02-10 | Rollup merge of #120629 - c410-f3r:testsssssss, r=petrochenkov | Matthias Krüger | -0/+81 |
| 2024-02-10 | Rollup merge of #120584 - compiler-errors:u, r=lcnr | Matthias Krüger | -30/+5 |
| 2024-02-09 | Move some tests | Caio | -0/+81 |
| 2024-02-09 | Rollup merge of #120844 - compiler-errors:async-di, r=oli-obk | Matthias Krüger | -6/+0 |
| 2024-02-09 | Build DebugInfo for coroutine-closure | Michael Goulet | -6/+0 |
| 2024-02-09 | Don't ICE in ByMoveBody when coroutine is tainted | Michael Goulet | -0/+22 |
| 2024-02-09 | For a rigid projection, recursively look at the self type's item bounds | Michael Goulet | -30/+5 |
| 2024-02-08 | Add a couple more tests | Michael Goulet | -0/+40 |
| 2024-02-08 | Prefer AsyncFn* over Fn* for coroutine-closures | Michael Goulet | -9/+30 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -20/+51 |