rust/src/libsyntax
Simonas Kazlauskas 471f5a1f9a Generalise associative operator parsing
This commit generalises parsing of associative operators from left-associative
only (with some ugly hacks to support right-associative assignment) to properly
left/right-associative operators.

Parsing still is not general enough to handle non-associative,
non-highest-precedence prefix or non-highest-precedence postfix operators (e.g.
`..` range syntax), though. That should be fixed in the future.

Lastly, this commit adds support for parsing right-associative `<-` (left arrow)
operator with precedence higher than assignment as the operator for placement-in
feature.
2015-10-27 21:55:04 +02:00
..
diagnostics Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
ext syntax/rustc_front: Simplify VariantData::fields 2015-10-25 18:33:51 +03:00
parse Generalise associative operator parsing 2015-10-27 21:55:04 +02:00
print Generalise associative operator parsing 2015-10-27 21:55:04 +02:00
util Generalise associative operator parsing 2015-10-27 21:55:04 +02:00
abi.rs Create "platform-intrinsic" ABI for SIMD/platform intrinsics. 2015-08-17 14:41:38 -07:00
ast.rs syntax/rustc_front: Simplify VariantData::fields 2015-10-25 18:33:51 +03:00
ast_util.rs Generalise associative operator parsing 2015-10-27 21:55:04 +02:00
attr.rs Refactor attr::Stability 2015-10-13 06:01:31 +03:00
codemap.rs Some cleanup of no longer used AST things 2015-10-09 11:53:42 +13:00
config.rs syntax/rustc_front: Simplify VariantData::fields 2015-10-25 18:33:51 +03:00
diagnostic.rs Some cleanup of no longer used AST things 2015-10-09 11:53:42 +13:00
entry.rs Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
feature_gate.rs syntax/rustc_front: Simplify VariantData::fields 2015-10-25 18:33:51 +03:00
fold.rs syntax/rustc_front: Simplify VariantData::fields 2015-10-25 18:33:51 +03:00
lib.rs Generalise associative operator parsing 2015-10-27 21:55:04 +02:00
owned_slice.rs Fill in some missing parts in the default AST visitor 2015-09-28 23:06:43 +03:00
ptr.rs syntax: remove #![feature(box_syntax, box_patterns)] 2015-04-21 10:07:48 -07:00
show_span.rs std: Stabilize FromStr and parse 2015-01-30 08:52:44 -08:00
std_inject.rs Stop re-exporting AttrStyle's variants and rename them. 2015-10-01 18:03:34 +02:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs Rollup merge of #28033 - Manishearth:compilerexpn, r=eddyb 2015-08-28 03:38:37 +05:30
visit.rs Provide span for visit_enum_def 2015-10-16 17:17:14 +03:00