index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
fe
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle line-comments and a few more symbols in rustc lexer.
Graydon Hoare
2010-08-23
1
-4
/
+81
*
Stringify op tokens.
Graydon Hoare
2010-08-20
1
-2
/
+29
*
Accumulate number tokens properly, handle newline, EQ and EQEQ in rustc lexer.
Graydon Hoare
2010-08-20
1
-17
/
+28
*
Lex commas too in the self-hosted compiler
Patrick Walton
2010-08-20
1
-0
/
+1
*
Use pattern matching for the one-byte structural symbols in the self-hosted c...
Patrick Walton
2010-08-20
1
-10
/
+12
*
Fix some lexer bugs in rustc. Beginning to lex stuff now.
Graydon Hoare
2010-08-20
1
-3
/
+7
*
Expand rustc lexer to do almost-nearly-nontrivial stuff.
Graydon Hoare
2010-08-20
2
-3
/
+177
*
Use str += u8 in rustc lexer.
Graydon Hoare
2010-08-20
1
-0
/
+4
*
Add some code to lexer in rustc.
Graydon Hoare
2010-08-19
1
-2
/
+35
*
Simplify lexer/parser structure to use stdio_reader.
Graydon Hoare
2010-08-18
2
-26
/
+28
*
Add do-nothing obj type for lexer to rustc.
Graydon Hoare
2010-08-18
1
-0
/
+9
*
Add mod token to rustc.
Graydon Hoare
2010-08-18
1
-0
/
+160
*
Flesh out the ast module in rustc a little.
Graydon Hoare
2010-08-18
1
-1
/
+47
*
Add modelines and related emacs chatter to rustc.
Graydon Hoare
2010-08-12
2
-0
/
+22
*
Add mostly-empty AST module to rustc.
Graydon Hoare
2010-08-12
1
-0
/
+12
*
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...
Graydon Hoare
2010-07-27
1
-1
/
+1
*
Sketch some not-quite-compiling code into comp/fe/lexer.rs.
Graydon Hoare
2010-07-14
1
-0
/
+20
*
Populate tree.
Graydon Hoare
2010-06-23
2
-0
/
+0