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-06-01
Move brace/if/for/while/do/alt/spawn exprs into bottom_expr rule.
Graydon Hoare
-23
/
+19
2011-05-31
Now imports are not re-exported unless 'export' is explicitly used.
Paul Stansifer
-6
/
+26
2011-05-31
Support move as an initializer.
Michael Sullivan
-0
/
+6
2011-05-31
Insert plumbing for move that behaves just like assign.
Michael Sullivan
-0
/
+7
2011-05-31
Teach the compiler to understand yield and join, as well as using task as a t...
Eric Holk
-1
/
+3
2011-05-31
Fix comment-scanning logic in lexer.
Graydon Hoare
-2
/
+4
2011-05-31
Consolidate formatting functions a bit more.
Graydon Hoare
-3
/
+3
2011-05-31
Add span to field to catch per-field comments in rec exprs.
Graydon Hoare
-5
/
+7
2011-05-31
Improve comment handling in pp.
Graydon Hoare
-58
/
+163
2011-05-31
rustc: Remove unneeded type params from alt patterns
Brian Anderson
-28
/
+28
2011-05-27
Change the syntax for RECV from "var <- port" to "port |> var".
Michael Sullivan
-2
/
+2
2011-05-27
Fix missing bump in RECV lexer case.
Michael Sullivan
-0
/
+1
2011-05-27
Pretty print the new RECV token...
Michael Sullivan
-0
/
+1
2011-05-27
Remove parser support for recv as an initializer in preparation for changing ...
Michael Sullivan
-5
/
+7
2011-05-27
Lex '|>' as the RECV token.
Michael Sullivan
-6
/
+14
2011-05-27
"import module::*;" now works.
Paul Stansifer
-1
/
+0
2011-05-27
Parsing and folding changes for globbed imports.
Paul Stansifer
-12
/
+42
2011-05-26
Remove unused imports
Tim Chevalier
-4
/
+1
2011-05-26
Remove redisue of unused fields from 'ann'.
Graydon Hoare
-8
/
+2
2011-05-26
Remove residual uses of fold, and fold itself.
Graydon Hoare
-30
/
+35
2011-05-25
rustc: Fail better when the first argument to #fmt is not a string literal
Brian Anderson
-2
/
+3
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
[prev]
[next]