| Age | Commit message (Expand) | Author | Lines |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -4/+2 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -1/+2 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+11 |
| 2024-04-10 | Add basic library support for `f16` and `f128` | Trevor Gross | -11/+11 |
| 2024-04-07 | Made changes in documentation | BALAGANESH | -1/+1 |
| 2024-03-25 | Extract helper, fix comment on DerefPure | Michael Goulet | -1/+9 |
| 2024-03-25 | Require DerefPure for patterns | Michael Goulet | -0/+14 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -2/+3 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -1/+1 |
| 2024-03-20 | step cfgs | Mark Rousskov | -1/+1 |
| 2024-03-19 | Only split by-ref/by-move futures for async closures | Michael Goulet | -19/+11 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -4/+5 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -2/+2 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -5/+5 |
| 2024-02-10 | Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obk | bors | -14/+37 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -4/+4 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2024-02-08 | Auto merge of #120381 - fee1-dead-contrib:reconstify-add, r=compiler-errors | bors | -1/+3 |
| 2024-02-06 | Harmonize blanket implementations for AsyncFn* traits | Michael Goulet | -14/+37 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -2/+19 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -0/+8 |
| 2024-02-04 | Reconstify `Add` | Deadbeef | -1/+3 |
| 2024-01-25 | Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obk | Matthias Krüger | -0/+112 |
| 2024-01-19 | Consolidate logic around resolving built-in coroutine trait impls | Michael Goulet | -0/+1 |
| 2024-01-16 | Rollup merge of #118361 - Dylan-DPC:80626/stab/bound-map, r=Amanieu | Matthias Krüger | -3/+1 |
| 2024-01-09 | Rollup merge of #119598 - Laura7089:fix/deref-typo, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-01-05 | Replace some usage of `#[rustc_on_unimplemented]` with | Georg Semmler | -19/+19 |
| 2024-01-05 | Fix a typo in core::ops::Deref's doc | Laura Demkowicz-Duffy | -1/+1 |
| 2023-12-25 | select AsyncFn traits during overloaded call op | Michael Goulet | -0/+3 |
| 2023-12-25 | We do not need impl_trait_in_assoc_ty | Michael Goulet | -6/+6 |
| 2023-12-25 | Add AsyncFn family of traits | Michael Goulet | -0/+109 |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 |
| 2023-11-29 | Auto merge of #114841 - bvanjoi:fix-114814, r=cuviper | bors | -0/+10 |
| 2023-11-27 | stabilise bound_map | Dylan DPC | -3/+1 |
| 2023-11-25 | Convert many `assert_unsafe_precondition` to `debug_assert_nounwind` | Gary Guo | -8/+5 |
| 2023-11-24 | add track_caller for arith ops | bohan | -0/+10 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -12/+9 |
| 2023-11-04 | Rollup merge of #110340 - jmaargh:jmaargh/deref-docs, r=Mark-Simulacrum | Matthias Krüger | -39/+123 |
| 2023-11-04 | Draft fleshed-out deref docs | jmaargh | -39/+123 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -2/+2 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -12/+12 |
| 2023-10-28 | Auto merge of #117038 - saethlin:inline-range-methods, r=workingjubilee | bors | -0/+7 |
| 2023-10-25 | Fix some coroutine sentences that don't make sense anymore. | Oli Scherer | -1/+1 |
| 2023-10-22 | Add #[inline] to some recalcitrant ops::range methods | Ben Kimock | -0/+7 |
| 2023-10-20 | Fix stage0 core tests | Oli Scherer | -1/+3 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -41/+43 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -16/+16 |
| 2023-10-16 | Make `rustc_onunimplemented` export path agnostic | Nilstrieb | -37/+10 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+2 |
| 2023-09-20 | Enable effects for libcore | Deadbeef | -4/+4 |