Files
rust/src/libsyntax
Mazdak Farrokhzad 4737095416 Rollup merge of #65040 - Centril:items-cleanup, r=estebank
syntax: more cleanups in item and function signature parsing

Follow up to https://github.com/rust-lang/rust/pull/64910.

Best read commit-by-commit.

r? @estebank
2019-10-08 05:02:35 +02:00
..
2019-09-26 18:21:09 +01:00
2019-10-01 01:10:12 +03:00
2019-09-26 18:21:48 +01:00
2019-09-18 23:17:36 -06:00
2019-09-22 20:38:02 +03:00

The syntax 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 guide: