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
Age
Commit message (
Expand
)
Author
Lines
2011-05-17
rustc: Have typechecking no longer rebuild the AST
Patrick Walton
-49
/
+55
2011-05-17
rustc: Run block cleanups on else if blocks
Brian Anderson
-2
/
+9
2011-05-17
rustc: Remove typeck::check_item_fn(); it's entirely superfluous!
Patrick Walton
-25
/
+1
2011-05-17
rustc: Make check_const() not rebuild the AST (although it's not called at th...
Patrick Walton
-4
/
+1
2011-05-17
rustc: Make check_block not rebuild the AST
Patrick Walton
-13
/
+5
2011-05-17
rustc: Don't rebuild the AST when writing back locals
Patrick Walton
-62
/
+94
2011-05-17
rustc: Print the types of declarations in --typed-pretty mode
Patrick Walton
-0
/
+9
2011-05-17
rustc: Pull the type out of the correct expression when typechecking channel ...
Patrick Walton
-1
/
+1
2011-05-17
rustc: Fix return value of expr_spawn case in pushdown_expr. Should put out s...
Patrick Walton
-2
/
+0
2011-05-17
rustc: Don't rebuild the AST when typechecking expressions
Patrick Walton
-525
/
+232
2011-05-17
rustc: Add a typed pretty-printing mode for debugging
Patrick Walton
-14
/
+60
2011-05-17
Fixing compile problems from recent changes.
Eric Holk
-2
/
+2
2011-05-17
Removing the TODO comment.
Eric Holk
-4
/
+0
2011-05-17
Added a few more expr_spawn cases so the spawn.rs test case gets a little fur...
Eric Holk
-0
/
+17
2011-05-17
rustc: Don't rebuild call or bind expressions during typechecking
Patrick Walton
-30
/
+14
2011-05-17
rustc: Make return value checking warnings a little prettier. Also introduce ...
Patrick Walton
-3
/
+10
2011-05-17
rustc: Flatten annotations
Patrick Walton
-589
/
+307
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
-760
/
+760
2011-05-17
Parser fix: 'fail' was eating the next token that came after it.
Paul Stansifer
-1
/
+0
2011-05-17
Switch pretty printer to new vec syntax
Marijn Haverbeke
-3
/
+4
2011-05-17
Return a better result from blocks. Closes issue #377
Brian Anderson
-0
/
+3
2011-05-16
Rename aux.rs to auxiliary.rs since win32 doesn't like files named "aux". Rea...
Graydon Hoare
-3
/
+2
2011-05-16
Merge remote branch 'origin/master' into HEAD
Graydon Hoare
-124
/
+3238
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-878
/
+878
2011-05-16
Begin vec() -> [] transition.
Graydon Hoare
-3
/
+3
2011-05-16
make the return-checker happy about pretty::pp::base_indent
Tim Chevalier
-0
/
+1
2011-05-16
Fix get_os and get_arch
Tim Chevalier
-12
/
+17
2011-05-16
Started adding support for return checking and non-returning function annotat...
Tim Chevalier
-51
/
+3205
2011-05-16
Noticed that metadata::Encode::enc_sty didn't have a case for ty_task, so I a...
Tim Chevalier
-0
/
+1
2011-05-16
rustc: Fix indentation in typeck::check_lit()
Patrick Walton
-10
/
+9
2011-05-16
rustc: Don't rebuild the call expression in typeck::replace_expr_type()
Patrick Walton
-39
/
+3
2011-05-16
rustc: Don't unpack annotations in trans::lval_generic_fn()
Patrick Walton
-12
/
+2
2011-05-16
rustc: Make the parser use the interner
Patrick Walton
-29
/
+31
2011-05-16
Replace --bitcode with the canonical --emit-llvm
Kelly Wilson
-6
/
+6
2011-05-16
Add automatic exe generation capabilities. Add --bitcode flag to generate onl...
Kelly Wilson
-26
/
+110
2011-05-16
rustc: Factor out the code that interns types into an "interner" data structure
Patrick Walton
-36
/
+61
2011-05-16
rustc: Don't rebuild AST patterns during typechecking
Patrick Walton
-44
/
+13
2011-05-16
rustc: Replace the redundant typeck::node_ann_ty_params() with ty::ann_to_typ...
Patrick Walton
-20
/
+4
2011-05-16
rustc: Make the type collection pass no longer rebuild the AST
Patrick Walton
-213
/
+129
2011-05-16
rustc: Fix indentation in ty_param_count_and_ty_for_def()
Patrick Walton
-5
/
+5
2011-05-16
rustc: Add an item_ann() accessor function
Patrick Walton
-0
/
+20
2011-05-15
rustc: Wait until generic glue is actually emitted to define it as internal
Brian Anderson
-1
/
+6
2011-05-14
rustc: Rename 'Unify' modules to 'unify'
Brian Anderson
-17
/
+17
2011-05-14
rustc: Use walk instead of fold for the first item collection pass
Patrick Walton
-15
/
+10
2011-05-14
rustc: Change "Collect" to "collect"
Patrick Walton
-4
/
+3
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-14
rustc: Dispose intrinsics memory buffer
Brian Anderson
-0
/
+2
2011-05-14
rustc: Dispose the intrinsics LLVMModuleRef
Brian Anderson
-1
/
+4
[prev]
[next]