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
Age
Commit message (
Expand
)
Author
Lines
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
/
+5
2017-04-17
Adjust description
alexey zabelin
-1
/
+1
2017-04-15
move NtVis enum variant to stave off comment rot
Alex Burka
-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-15
Implementation of the `vis` macro matcher.
Daniel Keep
-0
/
+2
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
-456
/
+422
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
-457
/
+423
2017-04-02
Introduce `TyErr` independent from `TyInfer`
Esteban Küber
-1
/
+24
2017-03-31
Auto merge of #40620 - laumann:slash-in-diagnostics-path, r=BurntSushi
bors
-4
/
+5
2017-03-30
port the match code to use `CoerceMany`
Niko Matsakis
-0
/
+1
2017-03-30
Replace hardcoded forward slash with path::MAIN_SEPARATOR
Thomas Jespersen
-4
/
+5
2017-03-30
Improve `Path` spans.
Jeffrey Seyfried
-48
/
+60
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-377
/
+321
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-5
/
+1
2017-03-27
Fix unittests
Esteban Küber
-1
/
+1
2017-03-27
Simplify error output
Esteban Küber
-11
/
+6
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-3
/
+3
2017-03-25
Improve wording and spans for unexpected token
Esteban Küber
-6
/
+19
2017-03-24
Point at last valid token on failed `expect_one_of`
Esteban Küber
-14
/
+14
2017-03-24
Identify missing item category in `impl`s
Esteban Küber
-15
/
+47
2017-03-22
Add diagnostic for incorrect `pub (restriction)`
Esteban Küber
-26
/
+38
2017-03-21
Refactor parsing of trait object types
Vadim Petrochenkov
-242
/
+206
2017-03-19
Rollup merge of #40589 - topecongiro:floating-point-literal, r=nagisa
Corey Farwell
-1
/
+1
2017-03-19
Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc
bors
-101
/
+154
2017-03-18
Parse 0e+10 as a valid floating-point literal
topecongiro
-1
/
+1
2017-03-14
Point out correct turbofish usage on `Foo<Bar<Baz>>`
Esteban Küber
-1
/
+4
2017-03-14
Auto merge of #39921 - cramertj:add-catch-to-ast, r=nikomatsakis
bors
-0
/
+28
2017-03-14
Liberalize attributes.
Jeffrey Seyfried
-7
/
+36
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-85
/
+110
2017-03-14
Cleanup.
Jeffrey Seyfried
-11
/
+10
[prev]
[next]