rust/src/librustc_ast
Nicholas Nethercote 5930081f34 Remove lots of Symbol::as_str() calls.
In various ways, such as changing functions to take a `Symbol` instead
of a `&str`.
2020-07-15 09:01:35 +10:00
..
2020-07-15 08:42:59 +10:00
2020-07-02 15:11:03 -07:00
2020-06-02 20:38:24 +03:00
2020-07-01 13:40:46 +03:00
2020-06-09 18:51:08 +02:00

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: