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
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-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
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-4
/
+4
2011-07-12
rustc: Complete the transition of pprust to interior vectors
Patrick Walton
-13
/
+12
2011-07-11
Fix pretty-printing of literals again. Issue #672
Brian Anderson
-1
/
+6
2011-07-11
So... I can't spell 'ellipsis'.
Paul Stansifer
-1
/
+1
2011-07-11
Add elipses, reorganize the macro components into their own AST node.
Paul Stansifer
-1
/
+9
2011-07-11
Add nodes for embedding types and blocks in expressions for macros.
Paul Stansifer
-10
/
+16
2011-07-11
Pull file reading out of the lexer
Brian Anderson
-9
/
+9
2011-07-11
The lexer's get_mark_str should slice by byte position, not char. Closes #654
Brian Anderson
-3
/
+4
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-0
/
+758
[prev]