Skip to content

Files

Latest commit

58ad251 · Apr 18, 2020

History

History
This branch is 188105 commits behind rust-lang/rust:master.

librustc_ast

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 29, 2020
Mar 21, 2020
Mar 30, 2020
Apr 18, 2020
Feb 29, 2020
Mar 10, 2020
Mar 29, 2020
Feb 29, 2020
Mar 21, 2020
Mar 30, 2020
Apr 18, 2020
Apr 18, 2020
Mar 17, 2020
Feb 29, 2020
Mar 20, 2020
Mar 9, 2020
Mar 27, 2020

The rustc_ast crate contains those things concerned purely with syntax – that is, the AST ("abstract syntax tree"), parser, pretty-printer, lexer, macro expander, and utilities for traversing ASTs.

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