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
2015-02-09
Accept quantification of lifetimes outside the self type in where clauses.
Nick Cameron
-5
/
+28
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-4
/
+3
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-3
/
+4
2015-02-06
Auto merge of #21947 - bluss:full-range-syntax, r=brson
bors
-19
/
+14
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-2
/
+2
2015-02-04
register snapshots
Jorge Aparicio
-5
/
+3
2015-02-04
Implement `..` syntax for RangeFull as expression
Ulrik Sverdrup
-19
/
+14
2015-02-03
Update for new snapshot after rebasing.
Niko Matsakis
-1
/
+1
2015-02-03
Remove the explicit closure kind syntax from the parser and AST;
Niko Matsakis
-29
/
+33
2015-02-02
rollup merge of #21845: Potpourri/import-syntax
Alex Crichton
-3
/
+8
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-3
/
+3
2015-02-02
rollup merge of #21825: kmcallister/ttdelim-span
Alex Crichton
-1
/
+1
2015-02-02
rollup merge of #21710: alfie/libsyntax
Alex Crichton
-8
/
+8
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-8
/
+8
2015-02-02
Tweak some ‘expected…’ error messages
P1start
-56
/
+61
2015-02-01
Reject syntax like `use foo::bar::;` and `use foo:: as bar;` and keywords in ...
Potpourri
-3
/
+8
2015-01-31
Fix end of TtDelimited span
Keegan McAllister
-1
/
+1
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-2
/
+2
2015-01-30
Change from core::ops::RangeFull to std::ops
Nick Cameron
-1
/
+1
2015-01-30
Rename FullRange to RangeFull
Nick Cameron
-3
/
+3
2015-01-30
Use absolute path to FullRange, rather than assuming it is in the prelude
Nick Cameron
-4
/
+17
2015-01-28
Move return type an associated type of the `Fn*` traits. Mostly this involves...
Niko Matsakis
-1
/
+6
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-26
Adjust most comments and messages to not use "unboxed".
Eduard Burtescu
-1
/
+1
2015-01-26
Remove "unboxed" attribute in code referring to new closures.
Eduard Burtescu
-18
/
+15
2015-01-25
Tweak chained comparison errors.
Huon Wilson
-3
/
+4
2015-01-25
Add the span of the operator itself to ast::BinOp.
Huon Wilson
-5
/
+7
2015-01-22
Fix some grammar inconsistencies for the '..' range notation.
Daniel Grunwald
-17
/
+37
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-315
/
+119
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21463: sanxiyn/demut
Alex Crichton
-16
/
+16
2015-01-21
rollup merge of #21411: P1start/help-tweaks
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-28
/
+28
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-21
syntax: merge ast::ViewItem into ast::Item.
Eduard Burtescu
-315
/
+119
2015-01-21
De-mut the parser
Seo Sanghyeon
-16
/
+16
2015-01-20
Fix up some ‘help’ messages
P1start
-1
/
+1
2015-01-19
Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale...
bors
-25
/
+34
2015-01-19
Fixes #21033 with accompanying test.
Tom Chittenden
-25
/
+34
2015-01-19
Auto merge of #21099 - sanxiyn:opt-return-ty, r=alexcrichton
bors
-24
/
+5
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-9
/
+9
2015-01-18
libsyntax: int types -> isize
Paul Collier
-5
/
+5
2015-01-18
libsyntax: int => i32 in appropriate places
Paul Collier
-3
/
+3
2015-01-18
Make output type in ast::FnDecl optional
Seo Sanghyeon
-24
/
+5
2015-01-18
auto merge of #20901 : dgrunwald/rust/update-token-can-begin-expr, r=sanxiyn
bors
-9
/
+3
2015-01-17
libsyntax: uint types to usize
Paul Collier
-11
/
+11
2015-01-15
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-15
rollup merge of #21088: aochagavia/obsolete
Alex Crichton
-128
/
+4
[next]