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
2018-02-17
Fix span bug.
Jeffrey Seyfried
-1
/
+1
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-2
/
+2
2018-02-18
Change ast::Visibility to Spanned type
Seiichi Uchida
-22
/
+28
2018-02-18
Add a span field to Visibility::Restricted
Seiichi Uchida
-2
/
+10
2018-02-18
Add a closing parenthesis to the span of Visibility::Crate
Seiichi Uchida
-2
/
+3
2018-02-11
Continue parsing function after finding `...` arg
Esteban Küber
-5
/
+16
2018-02-08
Fix span bug.
Jeffrey Seyfried
-5
/
+3
2018-02-07
Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis
Manish Goregaokar
-17
/
+14
2018-02-01
Fix test after rebase
Esteban Küber
-4
/
+0
2018-02-01
Remove support for `Self` in attributes
Esteban Küber
-7
/
+1
2018-02-01
Fix tests
Esteban Küber
-1
/
+1
2018-02-01
Rework `parse_ident_attr`
Esteban Küber
-25
/
+26
2018-02-01
Add filtering options to `rustc_on_unimplemented`
Esteban Küber
-5
/
+11
2018-01-30
stabilize match_beginning_vert
Jonathan Goodman
-6
/
+1
2018-01-30
Auto merge of #45294 - petrochenkov:prioplus, r=nikomatsakis
bors
-10
/
+25
2018-01-28
Auto merge of #47767 - estebank:as-suggestion, r=petrochenkov
bors
-0
/
+1
2018-01-27
Make `+` in `impl/dyn Trait` non-associative
Vadim Petrochenkov
-3
/
+19
2018-01-27
syntax: Permit `+` in return types of function declarations
Vadim Petrochenkov
-6
/
+6
2018-01-27
syntax: Lower priority of `+` in `impl Trait`/`dyn Trait`
Vadim Petrochenkov
-4
/
+3
2018-01-27
end_point handling multibyte characters correctly.
David Wood
-3
/
+5
2018-01-26
Instead of modifying the item's span synthesize it
Esteban Küber
-2
/
+1
2018-01-25
Correctly format `extern crate` conflict resolution help
Cldfire
-1
/
+3
2018-01-25
Rollup merge of #47502 - petrochenkov:label, r=eddyb
Alex Crichton
-41
/
+23
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-10
/
+35
2018-01-22
AST/HIR: Add a separate structure for labels
Vadim Petrochenkov
-41
/
+23
2018-01-15
Point at unused arguments for format string
Esteban Küber
-10
/
+15
2018-01-14
syntax: Disambiguate generics and qualified paths
Vadim Petrochenkov
-15
/
+33
2018-01-14
syntax: Rewrite parsing of impls
Vadim Petrochenkov
-154
/
+125
2018-01-13
Re-add support for `impl Trait for ..` to the parser
Vadim Petrochenkov
-1
/
+5
2018-01-13
Address review.
leonardo.yvens
-4
/
+4
2018-01-13
Parse `auto trait` inside fns.
leonardo.yvens
-12
/
+16
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-38
/
+19
2018-01-13
Auto merge of #47242 - estebank:issue-15980, r=petrochenkov
bors
-11
/
+42
2018-01-13
Rollup merge of #47298 - cramertj:path-as-modrs, r=nikomatsakis
kennytm
-4
/
+8
2018-01-09
Treat #[path] files as mod.rs files
Taylor Cramer
-4
/
+8
2018-01-08
Auto merge of #47232 - keatinge:master, r=petrochenkov
bors
-2
/
+14
2018-01-07
`struct` pattern parsing and diagnostic tweaks
Esteban Küber
-11
/
+42
2018-01-06
Fix tidy error
keatinge
-2
/
+5
2018-01-06
Use span_suggestion instead of span_err_help
keatinge
-3
/
+3
2018-01-06
fix style
keatinge
-4
/
+2
2018-01-06
Emit non-fatal error instead
keatinge
-8
/
+10
2018-01-06
fix capitalization
keatinge
-2
/
+2
2018-01-06
Add help message for incorrect pattern syntax
keatinge
-1
/
+10
2018-01-03
Support `extern` in paths
Vadim Petrochenkov
-4
/
+11
2018-01-01
Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfried
bors
-8
/
+10
2017-12-30
in which leading zeroes on tuple-struct accesses are abjured
Zack M. Davis
-3
/
+12
2017-12-30
refactor lifetime out of is_lifetime
Matt Peterson
-13
/
+6
2017-12-28
Cleanup
Matt Peterson
-4
/
+3
2017-12-28
Fix tests
Matt Peterson
-7
/
+17
2017-12-28
replace parse_lifetime with expect_lifetime
Michael Hewson
-1
/
+1
[prev]
[next]