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
2014-07-09
lexer: shuffle around some functions
Corey Richardson
-99
/
+100
2014-07-09
syntax: use a better Show impl for Ident
Corey Richardson
-1
/
+1
2014-07-09
syntax: doc comments all the things
Corey Richardson
-13
/
+17
2014-07-08
auto merge of #15493 : brson/rust/tostr, r=pcwalton
bors
-1
/
+1
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-07-08
Change DST syntax: type -> Sized?
Nick Cameron
-0
/
+1
2014-07-01
rustc: Remove `&str` indexing from the language.
Brian Anderson
-2
/
+2
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-1
/
+1
2014-06-24
Remove the quad_precision_float feature gate
Alex Crichton
-8
/
+1
2014-06-18
Handle CRLF properly in the lexer
Kevin Ballard
-23
/
+118
2014-06-18
Don't require mutable StringReader to emit lexer errors
Kevin Ballard
-42
/
+52
2014-06-18
Fix spans for doc comments
Kevin Ballard
-3
/
+3
2014-06-18
Fix some violations of stronger guarantees for mutable borrows.
Simon Sapin
-9
/
+17
2014-06-17
Refactor backslash-escape parsing to share similar code.
Simon Sapin
-151
/
+69
2014-06-17
Add br##"xx"## raw byte string literals.
Simon Sapin
-3
/
+53
2014-06-17
Add a b"xx" byte string literal of type &'static [u8].
Simon Sapin
-48
/
+111
2014-06-17
Add a b'x' byte literal of type u8.
Simon Sapin
-3
/
+65
2014-06-13
Fix all violations of stronger guarantees for mutable borrows
Cameron Zwarich
-28
/
+54
2014-06-13
librustc: Fix the issue with labels shadowing variable names by making
Patrick Walton
-12
/
+27
2014-06-04
syntax: methodify the lexer
Corey Richardson
-0
/
+1577
[prev]