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
/
front
/
lexer.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-739
/
+0
2011-06-30
Preserve hard \n\n pairs from source when pretty-printing, as explicit format...
Graydon Hoare
-4
/
+20
2011-06-30
Kill unused variables
Tim Chevalier
-1
/
+0
2011-06-24
Remove uses of variable name 'res' from rustc
Marijn Haverbeke
-7
/
+7
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-1
/
+1
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-1
/
+1
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-1
/
+1
2011-06-16
Reformat a bunch of recent churn.
Graydon Hoare
-1
/
+1
2011-06-16
Add "<->" to the token definition and the lexer.
Michael Sullivan
-1
/
+7
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-379
/
+169
2011-06-14
Fix bug in detecting trailing comments when at beginning-of-file.
Graydon Hoare
-1
/
+3
2011-06-09
Further support for predicate constraints
Tim Chevalier
-27
/
+1
2011-06-07
Add multiline, whitespace-eating strings.
Josh Matthews
-0
/
+3
2011-06-02
Pretty-print literals exactly as we saw them in the source.
Graydon Hoare
-5
/
+29
2011-05-31
Fix comment-scanning logic in lexer.
Graydon Hoare
-2
/
+4
2011-05-31
Improve comment handling in pp.
Graydon Hoare
-57
/
+162
2011-05-31
rustc: Remove unneeded type params from alt patterns
Brian Anderson
-4
/
+4
2011-05-27
Fix missing bump in RECV lexer case.
Michael Sullivan
-0
/
+1
2011-05-27
Lex '|>' as the RECV token.
Michael Sullivan
-6
/
+13
2011-05-23
Get test-pass/utf8.rs to run
Marijn Haverbeke
-43
/
+23
2011-05-20
rustc: Move the interner to a new module intended to be used for general data...
Patrick Walton
-2
/
+2
2011-05-17
Alias-ify the parser and lexer
Marijn Haverbeke
-12
/
+12
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-30
/
+30
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-6
/
+6
2011-05-16
rustc: Make the parser use the interner
Patrick Walton
-21
/
+21
2011-05-14
Mark IDENT tokens that are followed by ::
Marijn Haverbeke
-1
/
+2
2011-05-13
Make the parser more careful about keywords
Marijn Haverbeke
-146
/
+1
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-198
/
+198
2011-05-12
Change module dereference syntax from . to ::
Marijn Haverbeke
-2
/
+10
2011-05-12
Properly lex block comments followed by EOF
Marijn Haverbeke
-4
/
+4
2011-05-11
Remove unused filename parameter from lexer.new_reader
Brian Anderson
-2
/
+2
2011-05-11
Give the lexer a session so that it can fail more informatively
Brian Anderson
-18
/
+29
2011-05-09
Remove boxes from token.t.
Graydon Hoare
-7
/
+20
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-40
/
+40
2011-05-05
Bring back "pred" syntax for writing predicates for check
Tim Chevalier
-0
/
+1
2011-05-05
Remove 'deprecated mutable...' from our code
Marijn Haverbeke
-1
/
+1
2011-05-02
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
-1
/
+2
2011-05-02
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
-2
/
+1
2011-05-02
Use different syntax for checks that matter to typestate
Tim Chevalier
-1
/
+2
2011-04-19
Remove half-baked 'opacity' layer qualifier.
Graydon Hoare
-2
/
+0
2011-04-19
Remove effect system from src.
Graydon Hoare
-19
/
+18
2011-04-19
replace error logging with log_err in stdlib and rustc
Marijn Haverbeke
-14
/
+11
2011-04-19
add log_err to rustc
Marijn Haverbeke
-0
/
+1
2011-04-13
Lex numeric escapes, needed for lib-str.rs (which now passes).
Graydon Hoare
-13
/
+77
2011-04-09
Move to single-uint file-position representation.
Marijn Haverbeke
-43
/
+38
2011-04-09
Make lexer buffer the whole file
Marijn Haverbeke
-59
/
+66
2011-04-01
Started adding support for typestate checking.
Tim Chevalier
-1
/
+1
2011-03-31
handle unterminated block comments and line comment at eof
Marijn Haverbeke
-4
/
+9
2011-03-31
Preserve comments when pretty-printing.
Marijn Haverbeke
-0
/
+80
2011-03-29
Beginnings of support for magical self prefix; nothing profound happening yet.
Lindsey Kuper
-0
/
+1
[next]