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-04-21
syntax: Copy unstable str::char_at into libsyntax
Erick Tryzelaar
-12
/
+14
2015-04-21
syntax: Replace String::from_str with the stable String::from
Erick Tryzelaar
-1
/
+1
2015-04-21
syntax: remove uses of `.into_cow()`
Erick Tryzelaar
-4
/
+4
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-13
Added a help span which informs the user about the escaping of curly braces i...
Manuel Hoffmann
-1
/
+7
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-2
/
+2
2015-03-31
rollup merge of #23872: huonw/eager-lexing
Alex Crichton
-14
/
+26
2015-03-31
Stabilize std::num
Aaron Turon
-4
/
+3
2015-03-31
Lex binary and octal literals more eagerly.
Huon Wilson
-13
/
+25
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-27
Prevent ICEs when parsing invalid escapes, closes #23620
Florian Hahn
-11
/
+29
2015-03-25
Add trivial cast lints.
Nick Cameron
-2
/
+2
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-2
/
+2
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-11
/
+12
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-2
/
+2
2015-03-06
syntax: Remove deprecated unicode escapes
Alex Crichton
-22
/
+2
2015-03-05
Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw
Manish Goregaokar
-1
/
+1
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-4
/
+4
2015-03-04
Encode codemap and span information in crate metadata.
Michael Woerister
-12
/
+21
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-2
/
+3
2015-03-03
Change span_help calls to fileline_help where appropriate
Ivan Radanov Ivanov
-1
/
+1
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-22
Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon
bors
-2
/
+2
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-20
Addressed PR comments
Marvin Löbel
-2
/
+2
2015-02-18
Round 3 test fixes and conflicts
Alex Crichton
-3
/
+2
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-7
/
+7
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-7
/
+7
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-2
/
+2
2015-02-15
Rollup merge of #22339 - petrochenkov:int, r=huonw
Manish Goregaokar
-1
/
+1
2015-02-15
Fix the fallout
Vadim Petrochenkov
-1
/
+1
2015-02-12
Made `Self` a keyword.
Marvin Löbel
-1
/
+1
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
[next]