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
/
middle
/
trans.rs
Age
Commit message (
Expand
)
Author
Lines
2011-09-30
rustc: Stub a --stack-growth option; it's behind a flag for now because it re...
Patrick Walton
-3
/
+11
2011-09-30
rustc: Remove some debug code
Patrick Walton
-2
/
+0
2011-09-30
trans: Use inttoptr as appropriate when casting return values of C stack func...
Patrick Walton
-1
/
+9
2011-09-29
rustc: Remove some debug code
Patrick Walton
-2
/
+0
2011-09-29
rustc: Make the generic C stack function signature include a usable return value
Patrick Walton
-1
/
+1
2011-09-29
rustc: Translate calls on the C stack
Patrick Walton
-26
/
+98
2011-09-29
rustc: Generate types in trans for the C-stack native ABI
Patrick Walton
-2
/
+21
2011-09-29
Don't build up results for ignored expressions.
Marijn Haverbeke
-1
/
+1
2011-09-29
Fail with an informative error when trying to bind a method
Marijn Haverbeke
-11
/
+11
2011-09-29
Move last remaining expression types out of trans_expr
Marijn Haverbeke
-43
/
+32
2011-09-29
Move expr_cast and expr_copy to DPS style
Marijn Haverbeke
-18
/
+12
2011-09-29
Move closure construction over to DPS style
Marijn Haverbeke
-143
/
+157
2011-09-29
Reduce move ops to a construct-in-place when possible
Marijn Haverbeke
-20
/
+35
2011-09-28
Eliminate glue.o. Closes #990
Brian Anderson
-31
/
+0
2011-09-28
rustc: Add a new "C stack cdecl" native ABI
Patrick Walton
-0
/
+3
2011-09-28
rustc: Switch to cdecl for all calls. This is needed to make stack growth eff...
Patrick Walton
-30
/
+20
2011-09-28
Remove a few kludges that worked around issue #913
Marijn Haverbeke
-4
/
+1
2011-09-28
Don't descend into functions from relax_precond_block
Marijn Haverbeke
-1
/
+1
2011-09-28
Get rid of might_not_init kludge in init_local.
Marijn Haverbeke
-43
/
+3
2011-09-28
Wait with registering cleanups for locals until after the init code ran
Marijn Haverbeke
-5
/
+4
2011-09-28
Use DPS for assignment and local initialization
Marijn Haverbeke
-31
/
+20
2011-09-27
Revert "Use DPS for assignment and local initialization"
Brian Anderson
-20
/
+31
2011-09-27
Use DPS for assignment and local initialization
Marijn Haverbeke
-31
/
+20
2011-09-27
Safeguard against self-assignment for unique types
Marijn Haverbeke
-4
/
+6
2011-09-27
Move expr_unary to DPS style
Marijn Haverbeke
-70
/
+71
2011-09-27
Make trans_rec and trans_tup understand overwrite dests
Marijn Haverbeke
-45
/
+54
2011-09-27
Move expr_binary into trans_expr_dps
Marijn Haverbeke
-105
/
+91
2011-09-27
Move expr_lit and expr_vec into trans_expr_dps
Marijn Haverbeke
-12
/
+24
2011-09-27
Move more non-value-returning things to trans_expr_dps.
Marijn Haverbeke
-85
/
+88
2011-09-26
Distinguish #924
Jesse Ruderman
-1
/
+6
2011-09-26
Fix tags of unique boxes
Brian Anderson
-2
/
+5
2011-09-26
Construct records and tuples in-place
Marijn Haverbeke
-58
/
+48
2011-09-26
Convert more expression types to use DPS
Marijn Haverbeke
-203
/
+218
2011-09-26
Don't call trans_bind_thunk in an unreachable context
Marijn Haverbeke
-0
/
+4
2011-09-26
Make 'fail fail;' compile.
Marijn Haverbeke
-0
/
+4
2011-09-23
Make AddIncomingToPhi take single values rather than arrays
Marijn Haverbeke
-1
/
+1
2011-09-23
Start on a piecemeal conversion to DPS
Marijn Haverbeke
-115
/
+162
2011-09-23
Don't return unused values from zero_alloca and trans_stmt
Marijn Haverbeke
-11
/
+11
2011-09-23
Make sure no dynamic allocas are used before they are allocated
Marijn Haverbeke
-28
/
+27
2011-09-23
Better handling of unreachable code in trans
Marijn Haverbeke
-150
/
+104
2011-09-22
Remove is_stateful flag from tydesc. Closes #136
Brian Anderson
-1
/
+1
2011-09-22
Add take glue for unique boxes
Brian Anderson
-0
/
+3
2011-09-22
rustc: Write raw type parameters instead of linearized type parameters in obj...
Patrick Walton
-8
/
+18
2011-09-22
Autoderef indexes and fields of unique boxes
Brian Anderson
-1
/
+6
2011-09-22
Drop the previous value when copying one unique box local to another
Brian Anderson
-2
/
+1
2011-09-22
Initialize unique box locals from other locals
Brian Anderson
-3
/
+3
2011-09-22
Convert trans_uniq asserts to preconditions
Brian Anderson
-1
/
+2
2011-09-22
Sprinkle some asserts through trans_uniq
Brian Anderson
-0
/
+7
2011-09-22
Move uniq trans code to trans_uniq module
Brian Anderson
-54
/
+2
2011-09-22
Factor alloc_uniq from trans_uniq
Brian Anderson
-6
/
+21
[prev]
[next]