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
2016-01-04
address review comment
Tshepang Lekhonkhobe
-10
/
+2
2016-01-03
run rustfmt on syntax::parse::lexer
Tshepang Lekhonkhobe
-51
/
+71
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-2
/
+2
2015-10-27
Start pushing panics outward in lexer.
Eli Friedman
-1
/
+1
2015-10-01
Stop re-exporting AttrStyle's variants and rename them.
Ms2ger
-2
/
+2
2015-09-03
std: Account for CRLF in {str, BufRead}::lines
Alex Crichton
-1
/
+1
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-1
/
+1
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-21
syntax: Copy unstable str::char_at into libsyntax
Erick Tryzelaar
-3
/
+4
2015-04-21
syntax: Replace String::from_str with the stable String::from
Erick Tryzelaar
-1
/
+1
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-4
/
+3
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-4
/
+4
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-20
Addressed PR comments
Marvin Löbel
-2
/
+2
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-3
/
+3
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-3
/
+3
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-2
/
+2
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-2
/
+2
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
-3
/
+3
2015-01-26
Fallout of io => old_io
Alex Crichton
-2
/
+2
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