rust/src/libsyntax
Alex Crichton c64b73e520 rollup merge of #21817: edwardw/symmetric-binop
For "symmetric" binary operators, meaning the types of two sides must be
equal, if the type of LHS doesn't know yet but RHS does, use that as an
hint to infer LHS' type.

Closes #21634
2015-02-02 10:58:10 -08:00
..
ast_map Auto merge of #21677 - japaric:no-range, r=alexcrichton 2015-01-29 16:28:52 +00:00
diagnostics Make diagnostic ordering deterministic 2015-01-21 20:25:19 -08:00
ext rollup merge of #21787: alexcrichton/std-env 2015-02-02 10:58:01 -08:00
parse rollup merge of #21710: alfie/libsyntax 2015-02-02 10:56:55 -08:00
print Omit integer suffix when unnecessary 2015-02-02 04:05:54 +00:00
util Kill more isizes 2015-01-31 17:40:40 +01:00
abi.rs openbsd support 2015-02-01 14:41:38 +01:00
ast.rs custom message for refutable patterns in for loops 2015-01-30 10:37:44 -05:00
ast_util.rs rollup merge of #21817: edwardw/symmetric-binop 2015-02-02 10:58:10 -08:00
attr.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
codemap.rs Omit integer suffix when unnecessary 2015-02-02 04:05:54 +00:00
config.rs syntax: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 16:27:26 +02:00
diagnostic.rs Omit integer suffix when unnecessary 2015-02-02 04:05:54 +00:00
feature_gate.rs Test fixes and rebase conflicts 2015-01-30 14:53:34 -08:00
fold.rs s/while let/for/g now that #21245 has been fixed 2015-01-30 10:37:45 -05:00
lib.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
owned_slice.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
ptr.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
show_span.rs std: Stabilize FromStr and parse 2015-01-30 08:52:44 -08:00
std_inject.rs syntax: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 16:27:26 +02:00
test.rs Omit integer suffix when unnecessary 2015-02-02 04:05:54 +00:00
visit.rs syntax: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 16:27:26 +02:00