rustc/compiler/rustc_ast
2025-02-17 11:14:05 +01:00
..
src New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
Cargo.toml New upstream version 1.83.0+dfsg1 2024-11-29 22:33:13 +01:00
README.md New upstream version 1.58.1+dfsg1 2022-03-08 11:28:32 +00:00

The rustc_ast crate contains those things concerned purely with syntax that is, the AST ("abstract syntax tree"), along with some definitions for tokens and token streams, data structures/traits for mutating ASTs, and shared definitions for other AST-related parts of the compiler (like the lexer and macro-expansion).

For more information about how these things work in rustc, see the rustc dev guide: