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-07-07
Command line changes for adding support for static libraries.
Rafael Ávila de Espíndola
-17
/
+19
2011-07-07
Clean up trans_arg_expr
Marijn Haverbeke
-45
/
+25
2011-07-07
Make moving of temporaries do the right thing, use it to optimize
Marijn Haverbeke
-135
/
+174
2011-07-07
Improve handling of move and swap by alias checker
Marijn Haverbeke
-10
/
+24
2011-07-06
Allocate rust_ivec buffers out of the kernel pool
Rob Arnold
-8
/
+39
2011-07-06
Tie the knot for self-calls inside extended objects. Closes #539.
Lindsey Kuper
-4
/
+8
2011-07-06
Generate a main fn for test running. Issue #428
Brian Anderson
-18
/
+80
2011-07-06
Fix a pointer bug.
Lindsey Kuper
-3
/
+2
2011-07-06
Add span information to create_vtbl and friends.
Lindsey Kuper
-18
/
+14
2011-07-06
Comments and cleanup.
Lindsey Kuper
-2
/
+4
2011-07-06
rustc: Make constraint args in the AST interior vectors
Patrick Walton
-3
/
+4
2011-07-06
rustc: Move AST constraints to interior vectors
Patrick Walton
-16
/
+17
2011-07-06
rustc: Migrate core AST types to interior vectors
Patrick Walton
-12
/
+32
2011-07-06
rustc: Make AST tuple types use interior vectors
Patrick Walton
-9
/
+5
2011-07-06
rustc: Make meta items into interior vectors
Patrick Walton
-66
/
+90
2011-07-06
rustc: Move crate directives over to interior vectors
Patrick Walton
-13
/
+12
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-75
/
+75
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-43
/
+71
2011-07-06
rustc: Move middle::tstate::collect_locals over to interior vectors
Patrick Walton
-9
/
+9
2011-07-06
rustc: Remove unused or seldom-used imports from middle::tstate::{bitvectors,...
Patrick Walton
-8
/
+1
2011-07-06
rustc: Remove some unused references to std::vec from tstate::ann and tstate:...
Patrick Walton
-6
/
+1
2011-07-06
rustc: Move middle::tstate::auxiliary and middle::tstate::bitvectors over to ...
Patrick Walton
-123
/
+131
2011-07-06
rustc: Move tstate::annotate over to interior vectors
Patrick Walton
-12
/
+12
2011-07-06
rustc: Convert bind_params_in_type() to use interior vectors
Patrick Walton
-6
/
+9
2011-07-06
rustc: Migrate tag variants to interior vectors
Patrick Walton
-37
/
+35
2011-07-06
rustc: Make object methods into interior vectors
Patrick Walton
-45
/
+49
2011-07-06
Begin adding unit testing infrastructure to the compiler
Brian Anderson
-4
/
+58
2011-07-06
Swap the expected/actual for typechecking fields of updated records
Brian Anderson
-2
/
+2
2011-07-06
rustc: Use an interior vector for ty::count_ty_params
Patrick Walton
-6
/
+4
2011-07-06
rustc: Move the interner over to interior vectors
Patrick Walton
-7
/
+7
2011-07-06
rustc: Make the various constraint-related types in middle::ty use interior v...
Patrick Walton
-18
/
+56
2011-07-06
rustc: Make type parameter substitutions interior vectors
Patrick Walton
-35
/
+33
2011-07-06
rustc: Change constraints in types to use interior vectors
Patrick Walton
-42
/
+47
2011-07-06
rustc: Switch tag type parameters to interior vectors
Patrick Walton
-31
/
+19
2011-07-06
rustc: Use interior vectors for tag type parameters
Patrick Walton
-123
/
+188
2011-07-06
Make "cannot determine a type for this local variable" non-fatal
Brian Anderson
-3
/
+6
2011-07-06
Make "cannot determine a type for this expression" non-fatal. Closes #621
Brian Anderson
-17
/
+37
2011-07-06
Refactor the typeck::writeback AST walk
Brian Anderson
-44
/
+51
2011-07-06
Remove unused method from typeck::writeback
Brian Anderson
-3
/
+0
2011-07-06
Limit exports from typeck
Brian Anderson
-0
/
+2
2011-07-06
Limit exports from typeck::writeback
Brian Anderson
-0
/
+3
2011-07-06
Simplify AST for expr_anon_obj.
Lindsey Kuper
-15
/
+13
2011-07-06
Simplify arguments to trans_anon_obj and friends.
Lindsey Kuper
-21
/
+13
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-778
/
+633
2011-07-06
Temp commit on the way to making meta_item into an interior vector
Patrick Walton
-29
/
+53
2011-07-06
rustc: Move crate directives over to interior vectors
Patrick Walton
-13
/
+12
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-75
/
+75
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-43
/
+71
2011-07-06
rustc: Move middle::tstate::collect_locals over to interior vectors
Patrick Walton
-9
/
+9
2011-07-06
rustc: Remove unused or seldom-used imports from middle::tstate::{bitvectors,...
Patrick Walton
-8
/
+1
[prev]
[next]