rust/compiler/rustc_ast/src
Vadim Petrochenkov c30b41012d delegation: Implement list delegation
```rust
reuse prefix::{a, b, c}
```
2024-05-15 02:32:59 +03:00
..
attr Remove a `Span` from `TokenKind::Interpolated`. 2024-05-13 10:30:30 +10:00
expand Remove `extern crate rustc_macros` from numerous crates. 2024-04-29 10:21:54 +10:00
util Add classify::expr_is_complete 2024-05-11 18:18:20 -07:00
ast.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00
ast_traits.rs Remove `NtIdent` and `NtLifetime`. 2024-05-14 08:19:58 +10:00
entry.rs Various improvements to entrypoint code 2024-05-04 14:48:42 +02:00
format.rs Remove `extern crate rustc_macros` from numerous crates. 2024-04-29 10:21:54 +10:00
lib.rs Step bootstrap cfgs 2024-05-01 22:19:11 -04:00
mut_visit.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00
node_id.rs Replace `no_ord_impl` with `orderable`. 2023-11-22 18:38:17 +11:00
ptr.rs rustc_ast: Update `P<T>` docs to reflect mutable status. 2024-04-03 08:41:03 +00:00
token.rs Remove `NtIdent` and `NtLifetime`. 2024-05-14 08:19:58 +10:00
tokenstream.rs Remove `NtIdent` and `NtLifetime`. 2024-05-14 08:19:58 +10:00
visit.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00