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
/
front
/
token.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the parser more careful about keywords
Marijn Haverbeke
2011-05-13
1
-201
/
+1
*
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
2011-05-12
1
-13
/
+13
*
Change module dereference syntax from . to ::
Marijn Haverbeke
2011-05-12
1
-0
/
+2
*
Remove boxes from token.t.
Graydon Hoare
2011-05-09
1
-10
/
+19
*
Rename std modules to be camelcased
Marijn Haverbeke
2011-05-06
1
-9
/
+9
*
Bring back "pred" syntax for writing predicates for check
Tim Chevalier
2011-05-05
1
-0
/
+2
*
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
2011-05-02
1
-0
/
+2
*
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
2011-05-02
1
-2
/
+0
*
Use different syntax for checks that matter to typestate
Tim Chevalier
2011-05-02
1
-0
/
+2
*
Remove half-baked 'opacity' layer qualifier.
Graydon Hoare
2011-04-19
1
-6
/
+0
*
Remove effect system from src.
Graydon Hoare
2011-04-19
1
-4
/
+2
*
add log_err to rustc
Marijn Haverbeke
2011-04-19
1
-0
/
+2
*
Further on the path toward self-awareness.
Lindsey Kuper
2011-04-05
1
-0
/
+2
*
Beginnings of support for magical self prefix; nothing profound happening yet.
Lindsey Kuper
2011-03-29
1
-1
/
+2
*
Add support for break and cont to rustc
Marijn Haverbeke
2011-03-27
1
-0
/
+6
*
Another go at changing compile-command, this time using RBUILD env var.
Graydon Hoare
2011-03-25
1
-1
/
+1
*
Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...
Graydon Hoare
2011-03-25
1
-1
/
+1
*
Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...
Graydon Hoare
2011-03-25
1
-1
/
+1
*
make lexer unicode-aware for strings and char literals
Marijn Haverbeke
2011-03-25
1
-2
/
+2
*
Further support for floating-point. Literals with exponents work
Tim Chevalier
2011-03-22
1
-0
/
+1
*
Started adding support for floating-point type, floating-point literals, and ...
Tim Chevalier
2011-03-21
1
-1
/
+2
*
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
2011-03-16
1
-2
/
+3
*
Change 'stratum' to the friendlier term 'layer'.
Graydon Hoare
2010-12-03
1
-2
/
+2
*
Teach rustc lexer about changes to stratum, opacity and effect keywords.
Graydon Hoare
2010-11-03
1
-4
/
+16
*
Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...
Graydon Hoare
2010-09-23
1
-0
/
+348