| Age | Commit message (Expand) | Author | Lines |
| 2024-08-14 | Rollup merge of #128954 - zachs18:fromresidual-no-default, r=scottmcm | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2024-08-12 | Add must_use attribute to Coroutine trait | Henry Sloan | -0/+1 |
| 2024-08-12 | Explicitly specify type parameter on FromResidual impls in stdlib. | Zachary S | -1/+3 |
| 2024-08-01 | Rollup merge of #128497 - Bryanskiy:fix-dropck-doc, r=lcnr | Matthias Krüger | -3/+4 |
| 2024-08-01 | fix dropck documentation for `[T;0]` special-case | Bryanskiy | -3/+4 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -2/+2 |
| 2024-07-29 | Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2024-07-29 | Remove spurious backticks detected by `rustdoc::unescaped_backticks` | Miguel Ojeda | -1/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -38/+17 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -2/+2 |
| 2024-07-26 | Fix doc nits | John Arundel | -2/+2 |
| 2024-07-23 | Gate AsyncFn* under async_closure feature | Michael Goulet | -3/+3 |
| 2024-06-21 | Remove `feature(effects)` from the standard library | Deadbeef | -3/+1 |
| 2024-06-13 | LangItem-ify Coroutine trait in solvers | Michael Goulet | -0/+2 |
| 2024-06-12 | Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -4/+4 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -4/+4 |
| 2024-06-11 | Simplify `[T; N]::try_map` signature | Jubilee Young | -1/+3 |
| 2024-05-29 | Add lang item for AsyncFnKindHelper::Upvars | Michael Goulet | -0/+1 |
| 2024-05-29 | Add lang items for AsyncFn's associated types | Michael Goulet | -0/+3 |
| 2024-05-23 | Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methods | ltdk | -6/+5 |
| 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 |