rust/src/libsyntax
2018-03-08 08:34:14 +01:00
..
diagnostics
ext Turn features() into a query. 2018-03-05 11:05:01 +01:00
parse Rollup merge of #48546 - GuillaumeGomez:raw-string-error-note, r=estebank 2018-03-06 16:25:31 +08:00
print Support parentheses in patterns under feature gate 2018-03-01 01:47:56 +03:00
util Replace Rc with Lrc for shared data 2018-03-02 10:48:52 +01:00
abi.rs
ast.rs Replace Rc with Lrc for shared data 2018-03-02 10:48:52 +01:00
attr.rs Add inline to TransFnAttrs 2018-03-06 19:58:02 -05:00
build.rs
Cargo.toml
codemap.rs Replace Rc with Lrc for shared data 2018-03-02 10:48:52 +01:00
config.rs
diagnostic_list.rs Add inline to TransFnAttrs 2018-03-06 19:58:02 -05:00
entry.rs
feature_gate.rs Stabilize const_indexing feature 2018-03-08 08:34:14 +01:00
fold.rs Replace Rc with Lrc for shared data 2018-03-02 10:48:52 +01:00
json.rs Replace Rc with Lrc for shared data 2018-03-02 10:48:52 +01:00
lib.rs
ptr.rs
README.md
show_span.rs
std_inject.rs
str.rs
test_snippet.rs Replace Rc with Lrc for shared data 2018-03-02 10:48:52 +01:00
test.rs Replace Rc with Lrc for shared data 2018-03-02 10:48:52 +01:00
tokenstream.rs
visit.rs Support parentheses in patterns under feature gate 2018-03-01 01:47:56 +03: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.