index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
util
/
parser.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-17
/
+3
2018-06-21
async await desugaring and tests
Taylor Cramer
-0
/
+2
2018-05-24
restore emplacement syntax (obsolete)
Niko Matsakis
-5
/
+11
2018-04-12
AST/HIR: Merge field access expressions for named and numeric fields
Vadim Petrochenkov
-3
/
+0
2018-04-03
Remove all unstable placement features
Aidan Hobson Sayers
-10
/
+4
2018-01-15
Move `ExprPrecedence` to `libsyntax/util/parser.rs`
Esteban Küber
-0
/
+126
2018-01-15
Use single source of truth for expr precedence
Esteban Küber
-61
/
+1
2017-11-06
Using `...` in expressions is now an error
Badel2
-1
/
+2
2017-09-22
Add support for `..=` syntax
Alex Burka
-8
/
+9
2017-09-07
pprust: increase precedence of block-like exprs
Stuart Pernsteiner
-11
/
+9
2017-09-06
pprust: fix parenthesization of exprs
Stuart Pernsteiner
-1
/
+105
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-1
/
+2
2016-02-27
libsyntax: parse inclusive ranges
Alex Burka
-5
/
+9
2016-02-11
[breaking-change] don't glob export ast::BinOp_
Oliver Schneider
-40
/
+40
2015-12-16
Add ExprType to HIR and make everything compile
Vadim Petrochenkov
-7
/
+9
2015-10-27
Fix restrictions when parsing rhs of equalities
Simonas Kazlauskas
-0
/
+10
2015-10-27
Fix prefix range expressions being not parsed
Simonas Kazlauskas
-0
/
+9
2015-10-27
Generalise associative operator parsing
Simonas Kazlauskas
-0
/
+191