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
2015-02-04
Implement `..` syntax for RangeFull as expression
Ulrik Sverdrup
-19
/
+14
2015-02-03
rollup merge of #21899: nikomatsakis/closure-unify-anyhow
Alex Crichton
-29
/
+38
2015-02-04
Replace `be` with `become`
Andrea Canciani
-1
/
+1
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
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
/
+38
2015-02-02
rollup merge of #21845: Potpourri/import-syntax
Alex Crichton
-3
/
+8
2015-02-02
rollup merge of #21842: alexcrichton/issue-21839
Alex Crichton
-2
/
+2
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-7
/
+7
2015-02-02
rollup merge of #21825: kmcallister/ttdelim-span
Alex Crichton
-1
/
+24
2015-02-02
rollup merge of #21710: alfie/libsyntax
Alex Crichton
-29
/
+29
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
-6
/
+6
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-29
/
+29
2015-02-02
Tweak some ‘expected…’ error messages
P1start
-60
/
+68
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-2
/
+2
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
/
+24
2015-01-31
Kill more `isize`s
Tobias Bucher
-1
/
+1
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-8
/
+8
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
-53
/
+65
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-13
/
+13
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-7
/
+7
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-6
/
+6
2015-01-29
Rollup merge of 21662 - oli-obk:hashmap_enum_json, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-01-28
Move return type an associated type of the `Fn*` traits. Mostly this involves...
Niko Matsakis
-1
/
+6
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-6
/
+6
2015-01-26
Make '-A warnings' apply to all warnings, including feature gate warnings
Brian Anderson
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-5
/
+5
2015-01-26
fallout
Oliver Schneider
-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
-6
/
+8
2015-01-22
Fix some grammar inconsistencies for the '..' range notation.
Daniel Grunwald
-17
/
+37
2015-01-21
More test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-327
/
+129
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-4
/
+4
2015-01-21
tests: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-8
/
+8
2015-01-21
rollup merge of #21463: sanxiyn/demut
Alex Crichton
-17
/
+17
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-9
/
+9
2015-01-21
rollup merge of #21411: P1start/help-tweaks
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-2
/
+2
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-101
/
+101
2015-01-21
Fallout from stabilization.
Aaron Turon
-4
/
+4
2015-01-21
syntax: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-12
/
+10
2015-01-21
syntax: merge ast::ViewItem into ast::Item.
Eduard Burtescu
-315
/
+119
2015-01-21
De-mut the parser
Seo Sanghyeon
-17
/
+17
[prev]
[next]