ast.rs
|
Implement MIR, CTFE, and codegen for unsafe binders
|
2025-01-31 17:19:53 +00:00 |
entry.rs
|
remove support for the #[start] attribute
|
2025-01-21 06:59:15 -07:00 |
lib.rs
|
Add hir::Attribute
|
2024-12-15 19:18:46 +01:00 |
mut_visit.rs
|
Refactor FnKind variant to hold &Fn
|
2025-01-28 11:22:25 -08:00 |
node_id.rs
|
Reformat use declarations.
|
2024-07-29 08:26:52 +10:00 |
ptr.rs
|
Convert some Into impls into From impls
|
2024-12-31 01:56:33 +00:00 |
token.rs
|
simplify similar_tokens from Vec<_> to &[_]
|
2025-01-23 11:45:42 +01:00 |
tokenstream.rs
|
Overhaul TokenTreeCursor .
|
2024-12-18 12:50:22 +11:00 |
visit.rs
|
Refactor FnKind variant to hold &Fn
|
2025-01-28 11:22:25 -08:00 |