rust/src/libsyntax
2018-01-01 14:44:12 +01:00
..
diagnostics Use PathBuf instead of String where applicable 2017-12-14 11:22:08 +01:00
ext Fix docs for future pulldown migration 2018-01-01 14:44:12 +01:00
parse Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfried 2018-01-01 07:21:23 +00:00
print Resurrecting #33135 2017-12-28 11:32:05 -05:00
util Add GenericParam, refactor Generics in ast, hir, rustdoc 2017-12-21 13:38:10 +01:00
abi.rs
ast.rs Fix docs for future pulldown migration 2018-01-01 14:44:12 +01:00
attr.rs Make mk_attr_id thread safe 2017-12-21 19:21:39 +01:00
build.rs
Cargo.toml
codemap.rs Fix docs for future pulldown migration 2018-01-01 14:44:12 +01:00
config.rs syntax: Rename P::unwrap into P::into_inner 2017-12-17 02:21:29 +03:00
diagnostic_list.rs
entry.rs
feature_gate.rs Fix docs for future pulldown migration 2018-01-01 14:44:12 +01:00
fold.rs Resurrecting #33135 2017-12-28 11:32:05 -05:00
json.rs Use PathBuf instead of String where applicable 2017-12-14 11:22:08 +01:00
lib.rs Make mk_attr_id thread safe 2017-12-21 19:21:39 +01:00
ptr.rs syntax: Rename P::unwrap into P::into_inner 2017-12-17 02:21:29 +03:00
README.md
show_span.rs
std_inject.rs Improve pretty printing $crate:: paths. 2017-12-12 22:32:19 -08:00
str.rs
test_snippet.rs Use PathBuf instead of String where applicable 2017-12-14 11:22:08 +01:00
test.rs Prefer to use attr::contains_name() and attr::find_by_name() 2017-12-28 12:32:24 +09:00
tokenstream.rs
visit.rs Add GenericParam, refactor Generics in ast, hir, rustdoc 2017-12-21 13:38:10 +01:00

NB: This crate is part of the Rust compiler. For an overview of the compiler as a whole, see the README.md file found in librustc.

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.