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
/
comp
/
syntax
/
parse
/
lexer.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-16
Make 1.f parse as a field access on the integer 1
Marijn Haverbeke
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-5
/
+6
2011-12-08
Consider variant constructors pure functions for the purpose of purity checking
Marijn Haverbeke
-1
/
+0
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-69
/
+50
2011-12-02
Stop lexing -1 as a single token
Marijn Haverbeke
-49
/
+2
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-2
/
+1
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-16
/
+5
2011-10-07
Make 1-1 parse again
Marijn Haverbeke
-0
/
+37
2011-09-27
Patch to error instead of crashing when parsing unmatched double quotes
Wade Mealing
-0
/
+7
2011-09-16
Require body of else-less if expressions to be a value-less block
Marijn Haverbeke
-1
/
+1
2011-09-14
Add support for negative literals.
Josh Matthews
-6
/
+25
2011-09-13
Improve lexing of float literals
Marijn Haverbeke
-39
/
+36
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-8
/
+2
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-7
/
+6
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-28
/
+30
2011-09-02
Reformat. Issue #855
Brian Anderson
-78
/
+61
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-5
/
+5
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-28
/
+28
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-8
/
+7
2011-08-27
Convert rustc::syntax::codemap to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert parser to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert rustc::syntax::token to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert lexer to istrs. Issue #855
Brian Anderson
-83
/
+104
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-1
/
+1
2011-08-20
Reformat
Brian Anderson
-48
/
+44
2011-08-16
Remove dead send/recv operator tokens.
Graydon Hoare
-2
/
+0
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-6
/
+6
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-5
/
+5
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-2
/
+2
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-15
Make spans into stacks (to store expansion backtraces).
Paul Stansifer
-1
/
+1
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-2
/
+2
2011-08-12
Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytes
Brian Anderson
-4
/
+4
2011-08-12
Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivec
Brian Anderson
-3
/
+3
2011-08-12
Remove str::from_bytes
Brian Anderson
-3
/
+3
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-13
/
+13
2011-07-29
Remove unreachable statements
Marijn Haverbeke
-1
/
+0
2011-07-27
Make printing of comments inside bindings slightly less broken
Marijn Haverbeke
-11
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-402
/
+377
2011-07-26
Handle column-zero \n explicitly rather than looking for \n\n.
Graydon Hoare
-4
/
+1
2011-07-26
Consume EOL after line comment.
Graydon Hoare
-0
/
+3
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-9
/
+9
2011-07-25
Recognize and preserve first blank line if first line of file.
Graydon Hoare
-5
/
+13
2011-07-25
Adjust pp interface to that printing a crate (an reproducing literals/comment...
Graydon Hoare
-2
/
+2
2011-07-25
Make the lexer slightly less stateful
Marijn Haverbeke
-21
/
+18
2011-07-16
Make clear the differentiation between char pos and byte pos in filemaps. Fix...
Josh Matthews
-3
/
+9
2011-07-15
rustc: Remove a bunch of exterior vectors
Patrick Walton
-12
/
+12
2011-07-14
rustc: Move much of metadata reading over to interior vectors
Patrick Walton
-3
/
+3
[next]