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
/
lexer
Age
Commit message (
Expand
)
Author
Lines
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-16
/
+16
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-2
/
+2
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-4
/
+4
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+4
2015-01-26
Fallout of io => old_io
Alex Crichton
-3
/
+3
2015-01-21
More test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-3
/
+3
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-4
/
+4
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-2
/
+2
2015-01-21
Fallout from stabilization.
Aaron Turon
-3
/
+3
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-4
/
+4
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-2
/
+2
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-20
/
+20
2015-01-18
libsyntax: int types -> isize
Paul Collier
-2
/
+2
2015-01-18
libsyntax: int => i32 in appropriate places
Paul Collier
-2
/
+2
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-9
/
+9
2015-01-17
libsyntax: uint types to usize
Paul Collier
-9
/
+9
2015-01-07
use slicing sugar
Jorge Aparicio
-16
/
+16
2015-01-06
rollup merge of #19430: pczarn/interp_tt-cleanup
Alex Crichton
-1
/
+1
2015-01-07
Cleanup and followup to PR #17830: parsing changes
Piotr Czarnecki
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-14
/
+14
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-14
/
+14
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-16
/
+16
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-17
/
+17
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-2
/
+2
2014-12-13
libsyntax: use unboxed closures
Jorge Aparicio
-2
/
+6
2014-12-11
Register new snapshots
Alex Crichton
-8
/
+4
2014-12-09
auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis
bors
-0
/
+2
2014-12-08
Revert "Register new snapshots"
Alex Crichton
-3
/
+3
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-22
/
+20
2014-12-06
libsyntax: remove unnecessary `to_string()` calls
Jorge Aparicio
-11
/
+11
2014-12-06
libsyntax: remove unnecessary `as_slice()` calls
Jorge Aparicio
-11
/
+9
2014-12-05
Register new snapshots
Alex Crichton
-3
/
+3
2014-12-03
syntax: support ES6-style unicode escapes
Corey Richardson
-3
/
+78
2014-11-30
Adjust some error messages to start with a lowercase letter and not finish wi...
P1start
-1
/
+1
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-4
/
+4
2014-11-21
unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continue
Brian Anderson
-3
/
+3
2014-11-21
unicode: Add stability attributes to u_char
Brian Anderson
-2
/
+2
2014-11-21
core: Convert Char::escape_default, escape_unicode to iterators
Brian Anderson
-2
/
+2
2014-11-21
Fix various deprecation warnings from char changes
Brian Anderson
-3
/
+3
2014-11-20
Switch numeric suffix parsing to use the new system.
Huon Wilson
-70
/
+4
[next]