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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Modify rustboot to use lexer.reader.
Graydon Hoare
2010-08-27
2
-94
/
+103
|
*
Add lexer.reader to rustc for tracking position, char conversion, holding ↵
Graydon Hoare
2010-08-24
1
-0
/
+89
|
|
|
|
keyword tables.
*
Add very basic char / str literal handling to rustc lexer.
Graydon Hoare
2010-08-24
1
-0
/
+56
|
*
Tidy lexer.
Graydon Hoare
2010-08-24
1
-15
/
+23
|
*
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 ↵
Patrick Walton
2010-08-20
1
-10
/
+12
|
|
|
|
compiler
*
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
4
-4
/
+201
|
*
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
4
-32
/
+35
|
*
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
2
-0
/
+161
|
*
Add mod common to rustc.
Graydon Hoare
2010-08-18
2
-0
/
+19
|
*
Change indent on rustc.rc.
Graydon Hoare
2010-08-18
1
-16
/
+17
|
*
Flesh out the ast module in rustc a little.
Graydon Hoare
2010-08-18
1
-1
/
+47
|
*
Add test code that exercises LLVM in rustc. Works.
Graydon Hoare
2010-08-18
1
-0
/
+17
|
*
Fix symbol names on LLVM C library binding and library-name for LLVM.
Graydon Hoare
2010-08-18
2
-596
/
+857
|
*
Absent any deep overhauls to syntax or constant-handling, hack in the ↵
Graydon Hoare
2010-08-16
2
-2
/
+18
|
|
|
|
ability to project a cexp var binding to a token in the parser. Use it in comp/rustc.rc and comp/lib/llvm.rs.
*
Add more LLVM library bindings to rustc.
Graydon Hoare
2010-08-12
1
-2
/
+350
|
*
Add modelines and related emacs chatter to rustc.
Graydon Hoare
2010-08-12
3
-0
/
+35
|
*
Add mostly-empty AST module to rustc.
Graydon Hoare
2010-08-12
2
-0
/
+13
|
*
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵
Graydon Hoare
2010-07-27
1
-1
/
+1
|
|
|
|
a cast notation. Closes #129.
*
Sketch some not-quite-compiling code into comp/fe/lexer.rs.
Graydon Hoare
2010-07-14
1
-0
/
+20
|
*
Add some (non-functional) input-readingn to rustc.rs.
Graydon Hoare
2010-07-13
1
-0
/
+14
|
*
Add another pile of LLVM bindings.
Graydon Hoare
2010-07-12
1
-0
/
+160
|
*
Start bringing in LLVM bindings.
Graydon Hoare
2010-07-12
2
-0
/
+121
|
*
Clean out rustc so it doesn't give the false impression of doing anything yet.
Graydon Hoare
2010-07-08
1
-8
/
+4
|
*
Populate tree.
Graydon Hoare
2010-06-23
4
-0
/
+32
[prev]