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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-07
Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton
bors
-4
/
+4
2015-02-06
librustdoc has been updated
GuillaumeGomez
-4
/
+4
2015-02-06
Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik
Manish Goregaokar
-1
/
+1
2015-02-05
make codemap more robust in face of ill-formed spans.
Felix S. Klock II
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-8
/
+8
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-5
/
+5
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
-1
/
+1
2015-02-02
rollup merge of #21825: kmcallister/ttdelim-span
Alex Crichton
-0
/
+23
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-5
/
+5
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-2
/
+2
2015-01-31
Fix end of TtDelimited span
Keegan McAllister
-0
/
+23
2015-01-31
Kill more `isize`s
Tobias Bucher
-1
/
+1
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-4
/
+4
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-29
Rollup merge of 21662 - oli-obk:hashmap_enum_json, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
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
-1
/
+1
2015-01-26
fallout
Oliver Schneider
-1
/
+1
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-12
/
+10
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
-1
/
+1
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-26
/
+26
2015-01-21
syntax: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-12
/
+10
2015-01-21
De-mut the parser
Seo Sanghyeon
-1
/
+1
2015-01-20
Test fixes and rebase conflicts
Alex Crichton
-3
/
+1
2015-01-21
Rollup merge of #21336 - rylev:better-nofile-error, r=brson
Barosl LEE
-2
/
+3
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-6
/
+6
2015-01-18
libsyntax: int => i32 in appropriate places
Paul Collier
-5
/
+5
2015-01-18
Make output type in ast::FnDecl optional
Seo Sanghyeon
-3
/
+1
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-2
/
+2
2015-01-18
Improve the error message when source file cannot be read
Ryan Levick
-2
/
+3
2015-01-17
libsyntax: uint types to usize
Paul Collier
-13
/
+13
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-4
/
+4
2015-01-07
use slicing sugar
Jorge Aparicio
-24
/
+24
2015-01-06
More test fixes
Alex Crichton
-4
/
+4
2015-01-06
rollup merge of #19430: pczarn/interp_tt-cleanup
Alex Crichton
-1
/
+3
2015-01-07
Cleanup and followup to PR #17830: parsing changes
Piotr Czarnecki
-1
/
+3
2015-01-06
Register new snapshots
Alex Crichton
-2
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-7
/
+7
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-2
/
+4
2015-01-07
fallout
Nick Cameron
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-7
/
+7
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-23
/
+23
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-2
/
+4
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-0
/
+4
[next]