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-05-31
Emit proper expectation for the "default" keyword.
Masaki Hara
-2
/
+11
2017-05-31
Parse macros named "default" correctly.
Masaki Hara
-19
/
+14
2017-05-25
Hygienize lifetimes.
Jeffrey Seyfried
-1
/
+1
2017-05-25
Declarative macros 2.0 without hygiene.
Jeffrey Seyfried
-21
/
+47
2017-05-25
Refactor out `ast::MacroDef`.
Jeffrey Seyfried
-1
/
+3
2017-05-18
Add an option to the parser to avoid parsing out of line modules
Nick Cameron
-2
/
+13
2017-05-15
adressed comments by @kennytm and @petrochenkov
Andre Bogus
-3
/
+3
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-38
/
+35
2017-05-08
Remove need for &format!(...) or &&"" dances in `span_label` calls
Oliver Schneider
-8
/
+8
2017-05-07
Auto merge of #41729 - ubsan:master, r=nrc
bors
-20
/
+20
2017-05-07
fix the easy features in libsyntax
ubsan
-20
/
+20
2017-05-06
Fix "an" usage
acdenisSK
-1
/
+1
2017-05-05
Suggest `!` for bitwise negation when encountering a `~`
F001
-0
/
+13
2017-05-02
Auto merge of #40851 - oli-obk:multisugg, r=jonathandturner
bors
-10
/
+7
2017-04-28
Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakis
bors
-2
/
+2
2017-04-27
Auto merge of #37860 - giannicic:defaultimpl, r=nagisa
bors
-7
/
+27
2017-04-26
support `default impl` for specialization
Gianni Ciccarelli
-9
/
+6
2017-04-25
Parse trait object types starting with a lifetime bound
Vadim Petrochenkov
-2
/
+2
2017-04-25
Add ui tests
Guillaume Gomez
-7
/
+4
2017-04-25
Improve E0178 suggestion placement
Oliver Schneider
-4
/
+5
2017-04-25
Address PR comments
Oliver Schneider
-3
/
+1
2017-04-25
Update affected tests
Oliver Schneider
-3
/
+1
2017-04-25
support `default impl` for specialization
Gianni Ciccarelli
-3
/
+11
2017-04-24
Remove strip prefix
Guillaume Gomez
-16
/
+2
2017-04-24
Add tests for module suggestions
Guillaume Gomez
-15
/
+28
2017-04-24
Fix invalid module suggestion
Guillaume Gomez
-13
/
+20
2017-04-24
support `default impl` for specialization
Gianni Ciccarelli
-7
/
+22
2017-04-21
Move parse_remaining_bounds into a separate function
Vadim Petrochenkov
-20
/
+21
2017-04-21
Fix issue with single question mark or paren
Vadim Petrochenkov
-23
/
+28
2017-04-21
syntax: Support parentheses around trait bounds
Vadim Petrochenkov
-4
/
+25
2017-04-17
Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkov
bors
-68
/
+99
2017-04-17
libsyntax/parse: improve associated item error reporting
Ariel Ben-Yehuda
-68
/
+99
2017-04-17
Auto merge of #41345 - frewsxcv:rollup, r=frewsxcv
bors
-1
/
+3
2017-04-17
Adjust description
alexey zabelin
-1
/
+1
2017-04-15
parse interpolated visibility tokens
Alex Burka
-0
/
+2
2017-04-15
update :vis implementation to current rust
Alex Burka
-1
/
+1
2017-04-13
Address the PR review
alexey zabelin
-2
/
+2
2017-04-12
Fix old docs
alexey zabelin
-2
/
+2
2017-04-12
Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1
Tim Neumann
-3
/
+3
2017-04-10
Point at only one char on `Span::next_point`
Esteban Küber
-2
/
+4
2017-04-07
Merge branch 'master' into ty-placeholder
Esteban Küber
-28
/
+88
2017-04-05
Rollup merge of #41050 - jseyfried:fix_derive_parsing, r=petrochenkov
Corey Farwell
-0
/
+20
2017-04-05
Rollup merge of #40815 - estebank:issue-40006, r=GuillaumeGomez
Ariel Ben-Yehuda
-15
/
+42
2017-04-05
Use proper span for tuple index parsed as float
Esteban Küber
-3
/
+3
2017-04-04
Merge branch 'master' into issue-32540
Esteban Küber
-388
/
+356
2017-04-03
Fix bug parsing `#[derive]` macro invocations.
Jeffrey Seyfried
-0
/
+20
2017-04-03
Merge branch 'master' into issue-40006
Esteban Küber
-389
/
+357
2017-04-02
Introduce `TyErr` independent from `TyInfer`
Esteban Küber
-1
/
+24
2017-03-30
Replace hardcoded forward slash with path::MAIN_SEPARATOR
Thomas Jespersen
-4
/
+5
2017-03-30
Improve `Path` spans.
Jeffrey Seyfried
-21
/
+35
[prev]
[next]