rust/src/libsyntax
Christopher Vittal bdff9463a0 Add universal_impl_trait feature gate
Move feature gate check to inside HIR lowering. Change error messages
and update tests.
2017-11-15 15:46:01 -05:00
..
diagnostics Make the difference between lint codes and error codes explicit 2017-11-02 10:19:41 +01:00
ext Lifting Generics from MethodSig to TraitItem and ImplItem since we want to support generics in each variant of TraitItem and ImplItem 2017-10-17 22:14:14 -04:00
parse Accept interpolated patterns in trait method parameters 2017-11-11 15:44:19 +03:00
print Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkov 2017-11-10 01:40:21 +00:00
util Using ... in expressions is now an error 2017-11-06 20:33:51 +01:00
abi.rs
ast.rs add auto keyword, parse auto trait, lower to HIR 2017-11-03 16:13:20 -02:00
attr.rs
build.rs
Cargo.toml
codemap.rs Display spans correctly when there are non-half-width characters 2017-11-03 03:15:39 +09:00
config.rs
diagnostic_list.rs
entry.rs
feature_gate.rs Add universal_impl_trait feature gate 2017-11-15 15:46:01 -05:00
fold.rs add auto keyword, parse auto trait, lower to HIR 2017-11-03 16:13:20 -02:00
json.rs Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebank 2017-11-09 15:42:26 +00:00
lib.rs
ptr.rs
README.md
show_span.rs
std_inject.rs
str.rs
test_snippet.rs Add short message-format 2017-10-20 16:04:32 +02:00
test.rs
tokenstream.rs
visit.rs add auto keyword, parse auto trait, lower to HIR 2017-11-03 16:13:20 -02: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.