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
/
comments.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-2
/
+2
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-2
/
+2
2015-01-18
libsyntax: 0u -> 0us, 0i -> 0is
Paul Collier
-4
/
+4
2015-01-18
libsyntax: int types -> isize
Paul Collier
-1
/
+1
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
-1
/
+1
2015-01-17
libsyntax: uint types to usize
Paul Collier
-4
/
+4
2015-01-07
use slicing sugar
Jorge Aparicio
-8
/
+8
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-8
/
+8
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-8
/
+8
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-12-06
libsyntax: remove unnecessary `to_string()` calls
Jorge Aparicio
-11
/
+11
2014-12-06
libsyntax: remove unnecessary `as_slice()` calls
Jorge Aparicio
-8
/
+7
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-28
Move token-to-string functions into print::pprust
Brendan Zabarauskas
-2
/
+2
2014-10-28
Convert some token functions into methods
Brendan Zabarauskas
-1
/
+1
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-8
/
+8
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo OchagavĂa
-1
/
+1
2014-07-09
lexer: lex WS/COMMENT/SHEBANG rather than skipping
Corey Richardson
-4
/
+4
2014-07-09
syntax: doc comments all the things
Corey Richardson
-7
/
+11
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-1
/
+1
2014-06-04
syntax: methodify the lexer
Corey Richardson
-0
/
+424