| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -1/+2 | |
| 2025-04-28 | AsyncDrop implementation using shim codegen of ↵ | Andrew Zhogin | -0/+8 | |
| async_drop_in_place::{closure}, scoped async drop added. | ||||
| 2025-03-06 | Account for UseCloned on expr_use_visitor | Santiago Pastorino | -1/+15 | |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -9/+8 | |
| 2024-10-29 | TypingMode :thinking: | lcnr | -2/+2 | |
| 2024-05-29 | Start implementing needs_async_drop and related | Daria Sukhonina | -20/+1 | |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -1/+20 | |
| Explainer: https://zetanumbers.github.io/book/async-drop-design.html https://github.com/rust-lang/rust/pull/121801 | ||||
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -8/+3 | |
| 2023-03-21 | remove some trait solver helpers | lcnr | -2/+1 | |
| they add more complexity then they are worth. It's confusing which of these helpers should be used in which context. | ||||
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -9/+2 | |
| 2021-03-21 | Don't consider !Unpin references as noalias | Nikita Popov | -1/+11 | |
| Such structures may contain self-references, in which case the same location may be accessible through a pointer that is not based-on the noalias pointer. This is still grey area as far as language semantics are concerned, but checking for !Unpin as an indicator for self-referential sturctures seems like a good approach for the meantime. | ||||
| 2020-11-19 | Move `rustc_ty` -> `rustc_ty_utils` | LeSeulArtichaut | -0/+41 | |
