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-11-05
Register snapshots.
Eduard Burtescu
-6
/
+0
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-4
/
+19
2014-11-03
Ignore whitespace tokens when re-computing spans in save_analysis
Nick Cameron
-0
/
+13
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-6
/
+6
2014-10-29
Rename fail! to panic!
Steve Klabnik
-7
/
+7
2014-10-28
Move token-to-string functions into print::pprust
Brendan Zabarauskas
-2
/
+2
2014-10-28
Use an enum rather than a bool in token::Ident
Brendan Zabarauskas
-25
/
+36
2014-10-28
Convert some token functions into methods
Brendan Zabarauskas
-6
/
+5
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-94
/
+94
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
-11
/
+11
2014-09-30
librustc: Forbid `..` in range patterns.
Patrick Walton
-1
/
+1
2014-09-18
Fix fallout in tests from removing the use of Gc in ExpnInfo.
Eduard Burtescu
-3
/
+3
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-1
/
+1
2014-08-14
librustc: Implement simple `where` clauses.
Patrick Walton
-12
/
+12
2014-08-13
quote_expr macro: embed Ident using special encoding that preserves hygiene.
Felix S. Klock II
-0
/
+105
2014-08-06
Use byte literals in libsyntax
nham
-2
/
+2
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo OchagavĂa
-1
/
+1
2014-07-11
Add scaffolding for assigning alpha-numeric codes to rustc diagnostics
Jakub Wieczorek
-1
/
+1
2014-07-09
Fix all the test fallout
Corey Richardson
-7
/
+17
2014-07-09
ast: make Name its own type
Corey Richardson
-25
/
+25
2014-07-09
lexer: lex WS/COMMENT/SHEBANG rather than skipping
Corey Richardson
-57
/
+85
2014-07-09
syntax: don't parse numeric literals in the lexer
Corey Richardson
-180
/
+162
2014-07-09
syntax: don't process string/char/byte/binary lits
Corey Richardson
-47
/
+53
2014-07-09
lexer: add ident_from and ident_from_to methods
Corey Richardson
-0
/
+14
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