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
Age
Commit message (
Expand
)
Author
Lines
2011-05-25
rustc: Fail when #fmt is given too many arguments
Brian Anderson
-1
/
+9
2011-05-23
Get test-pass/utf8.rs to run
Marijn Haverbeke
-43
/
+23
2011-05-20
Merge remote-tracking branch 'graydon/master' into typestate_4
Tim Chevalier
-3
/
+3
2011-05-20
Annotate erroring functions in session and parser
Tim Chevalier
-3
/
+3
2011-05-20
More work on anonymous objects.
Lindsey Kuper
-3
/
+3
2011-05-20
Make controlflow part of a function type
Tim Chevalier
-25
/
+58
2011-05-20
rustc: Move the interner to a new module intended to be used for general data...
Patrick Walton
-5
/
+5
2011-05-19
Move the ty_item_table into ty::ctxt.items, move variant_info to ty, and star...
Graydon Hoare
-7
/
+6
2011-05-19
Finish name collision testing.
Marijn Haverbeke
-1
/
+0
2011-05-19
remove now-unused ts field from ann
Tim Chevalier
-5
/
+3
2011-05-17
rustc: Flatten annotations
Patrick Walton
-15
/
+9
2011-05-17
Alias-ify the parser and lexer
Marijn Haverbeke
-123
/
+121
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-130
/
+130
2011-05-17
Parser fix: 'fail' was eating the next token that came after it.
Paul Stansifer
-1
/
+0
2011-05-16
Merge remote branch 'origin/master' into HEAD
Graydon Hoare
-12
/
+48
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-81
/
+81
2011-05-16
Begin vec() -> [] transition.
Graydon Hoare
-3
/
+3
2011-05-16
Started adding support for return checking and non-returning function annotat...
Tim Chevalier
-12
/
+48
2011-05-16
rustc: Make the parser use the interner
Patrick Walton
-29
/
+31
2011-05-14
fix a long line that i forgot to commit
Marijn Haverbeke
-1
/
+1
2011-05-14
Mark IDENT tokens that are followed by ::
Marijn Haverbeke
-18
/
+19
2011-05-13
Remove rustboot from the repository.
Graydon Hoare
-3
/
+1
2011-05-13
'with' no longer a token; whitespace police.
Lindsey Kuper
-9
/
+5
2011-05-13
Use new module namespace syntax.
Lindsey Kuper
-53
/
+45
2011-05-13
Bug fixes.
Lindsey Kuper
-20
/
+22
2011-05-13
More progress on anonymous objects.
Lindsey Kuper
-8
/
+9
2011-05-13
Correct capitalization of "Option".
Lindsey Kuper
-10
/
+9
2011-05-13
Starting on support for anonymous objects. Just syntax so far.
Lindsey Kuper
-0
/
+70
2011-05-13
Safeguard against using statement or item keywords as value ids
Marijn Haverbeke
-12
/
+78
2011-05-13
Make the parser more careful about keywords
Marijn Haverbeke
-1147
/
+608
2011-05-13
Extend crate format to allow multiple definitions for a single name
Marijn Haverbeke
-82
/
+51
2011-05-13
Move capture checking into resolve.rs
Marijn Haverbeke
-2
/
+0
2011-05-12
Rename std.extfmt.CT to std.extfmt.RT to ct and rt
Brian Anderson
-32
/
+32
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-1497
/
+1500
2011-05-12
Transitional change to make extfmt output lowercase module name
Marijn Haverbeke
-1
/
+1
2011-05-12
Change module dereference syntax from . to ::
Marijn Haverbeke
-58
/
+30
2011-05-12
Remove some truly wrong logic in parse_constrs
Marijn Haverbeke
-13
/
+8
2011-05-12
Keep resolve data in external hash table, rather than embedded defs
Marijn Haverbeke
-20
/
+33
2011-05-12
Ensure ann tags are actually kept around during typechecking
Marijn Haverbeke
-1
/
+9
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
-3
/
+3
2011-05-11
Give the lexer a session so that it can fail more informatively
Brian Anderson
-19
/
+30
2011-05-11
Remove mod indices from the AST
Marijn Haverbeke
-148
/
+27
2011-05-11
Get rid of arm indices
Marijn Haverbeke
-24
/
+3
2011-05-11
Get rid of block indices
Marijn Haverbeke
-55
/
+13
2011-05-11
Use a const for crate-num-zero (ast.local_crate)
Marijn Haverbeke
-0
/
+1
2011-05-11
Rewrite comp/middle/resolve.rs
Marijn Haverbeke
-13
/
+6
2011-05-10
rustc: Number everything with an annotation
Patrick Walton
-148
/
+166
2011-05-09
Alias-ify fold and its users, remove another 85kb.
Graydon Hoare
-3
/
+4
2011-05-09
Remove boxes from token.t.
Graydon Hoare
-42
/
+79
[prev]
[next]