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
/
parse
/
parser.rs
Age
Commit message (
Expand
)
Author
Lines
2017-10-11
Add error for comma after base struct field
Badel2
-0
/
+11
2017-10-09
Fix a bug in diagnostics for `x as usize < y`
Vadim Petrochenkov
-3
/
+16
2017-10-06
Add a semicolon to span for ast::Local
Seiichi Uchida
-1
/
+6
2017-10-03
Rename FileMap::path and change to an Option
Philip Craig
-1
/
+1
2017-09-30
Don't use remapped path when loading modules and include files
Philip Craig
-1
/
+1
2017-09-27
Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov
bors
-17
/
+40
2017-09-22
Add information about the syntax used in ranges
Badel2
-4
/
+7
2017-09-22
Add support for `..=` syntax
Alex Burka
-15
/
+35
2017-09-22
Include unary operator to span for ExprKind::Unary
Seiichi Uchida
-7
/
+7
2017-09-17
Remove rustc_bitflags; use the bitflags crate
Tamir Duberstein
-23
/
+23
2017-09-14
Auto merge of #44484 - tirr-c:issue-44332, r=petrochenkov
bors
-6
/
+38
2017-09-11
Auto merge of #44375 - topecongiro:macrodef-span, r=petrochenkov
bors
-5
/
+5
2017-09-11
Parse nested closure with two consecutive parameter lists properly
Wonwoo Choi
-6
/
+38
2017-09-07
Add visibility to span for macros 2.0
topecongiro
-5
/
+5
2017-09-05
Expect pipe symbol after closure parameter lists
Wonwoo Choi
-1
/
+1
2017-09-01
Implement RFC 1925
Matt Ickstadt
-0
/
+7
2017-08-31
Auto merge of #43425 - matklad:lambda-restrictions, r=eddyb
bors
-1
/
+4
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-22
/
+17
2017-08-25
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+19
2017-08-22
Ensure that generic arguments don't end up in attribute paths.
Jeffrey Seyfried
-1
/
+7
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-21
/
+18
2017-08-22
Auto merge of #43854 - estebank:missing-cond, r=nikomatsakis
bors
-0
/
+12
2017-08-21
Auto merge of #43540 - petrochenkov:pathrelax, r=nikomatsakis
bors
-21
/
+18
2017-08-17
Verify that an `if` condition block returns a value
Esteban Küber
-1
/
+6
2017-08-17
Check for `else` keyword on missing `if` condition
Esteban Küber
-16
/
+11
2017-08-17
Point out missing if conditional
Esteban Küber
-4
/
+16
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-84
/
+84
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-84
/
+84
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-12
Include 'let' keyword to the span for ast::Local
topecongiro
-1
/
+1
2017-08-11
Issue warnings for unnecessary path disambiguators
Vadim Petrochenkov
-10
/
+18
2017-08-11
syntax: Relax path grammar
Vadim Petrochenkov
-13
/
+2
2017-08-10
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-10
/
+13
2017-08-10
Reword error hint
Kornel
-1
/
+2
2017-08-10
Better diagnostics and recovery for `const` in extern blocks
Vadim Petrochenkov
-12
/
+12
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-9
/
+133
2017-08-07
Hint correct extern constant syntax
Kornel
-1
/
+3
2017-07-30
Auto merge of #43551 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
bors
-0
/
+4
2017-07-29
Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrc
Mark Simulacrum
-0
/
+4
2017-07-29
Auto merge of #43009 - GuillaumeGomez:unused-doc-comments, r=nrc
bors
-5
/
+4
2017-07-28
syntax: Capture a `TokenStream` when parsing items
Alex Crichton
-5
/
+125
2017-07-29
Add Span to ast::WhereClause
topecongiro
-0
/
+4
2017-07-28
syntax: Add `tokens: Option<TokenStream>` to Item
Alex Crichton
-0
/
+1
2017-07-28
Remove support for `gen arg`
Alex Crichton
-13
/
+1
2017-07-28
Fix tidy warnings
Alex Crichton
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-1
/
+21
2017-07-27
Give span to angle bracketed generic arguments
Vadim Petrochenkov
-3
/
+3
2017-07-27
Simplify parsing of paths
Vadim Petrochenkov
-249
/
+124
2017-07-27
Make a lint instead
Guillaume Gomez
-32
/
+0
2017-07-27
Throw errors when doc comments are added where they're unused
Guillaume Gomez
-5
/
+36
[prev]
[next]