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_uniq.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-97
/
+0
2012-01-27
Stop passing spans to middle::trans functions that don't need them
Marijn Haverbeke
-1
/
+1
2012-01-21
migrate size_of() and related funcs from trans into shape
Niko Matsakis
-1
/
+1
2012-01-06
revert changes to trans_uniq.rs
Niko Matsakis
-4
/
+14
2012-01-06
revert metrics
Niko Matsakis
-9
/
+3
2012-01-06
collapse sizeof, alignof into metrics, pass along an instance if avail
Niko Matsakis
-2
/
+3
2012-01-06
make size_of and align_of take an optional value
Niko Matsakis
-12
/
+7
2011-12-14
translate unique closure env better
Niko Matsakis
-1
/
+2
2011-10-12
Simplify copying of uniques
Marijn Haverbeke
-15
/
+1
2011-10-10
Don't spill immediates in order to drop them
Marijn Haverbeke
-5
/
+3
2011-10-10
Make free glue take a pointer to the heap part (box)
Marijn Haverbeke
-4
/
+1
2011-10-05
Make trans_lval lval-only
Marijn Haverbeke
-1
/
+0
2011-10-05
Revert "Revert "Get rid of 'overwrite' destination kind""
Marijn Haverbeke
-1
/
+1
2011-10-04
Revert "Get rid of 'overwrite' destination kind"
Patrick Walton
-1
/
+1
2011-10-04
Get rid of 'overwrite' destination kind
Marijn Haverbeke
-1
/
+1
2011-09-29
Move closure construction over to DPS style
Marijn Haverbeke
-1
/
+0
2011-09-28
Use DPS for assignment and local initialization
Marijn Haverbeke
-1
/
+1
2011-09-27
Revert "Use DPS for assignment and local initialization"
Brian Anderson
-1
/
+1
2011-09-27
Use DPS for assignment and local initialization
Marijn Haverbeke
-1
/
+1
2011-09-27
Move expr_unary to DPS style
Marijn Haverbeke
-24
/
+9
2011-09-24
Handle ~fail. Closes #968
Brian Anderson
-0
/
+7
2011-09-24
Support non-immediates in trans_uniq::copy_val
Brian Anderson
-1
/
+1
2011-09-24
Mark some fns as pure so type_is_unique_box doesn't need to be unchecked
Jesse Ruderman
-3
/
+1
2011-09-24
Tweak the type allocated for unique pointers
Brian Anderson
-2
/
+4
2011-09-24
Support non-immediates in unique-box type glue
Brian Anderson
-2
/
+4
2011-09-22
Add take glue for unique boxes
Brian Anderson
-1
/
+15
2011-09-22
Remove nonsensical load and store from trans_uniq::copy_val
Brian Anderson
-2
/
+1
2011-09-22
Autoderef indexes and fields of unique boxes
Brian Anderson
-1
/
+8
2011-09-22
Initialize unique box locals from other locals
Brian Anderson
-3
/
+17
2011-09-22
Convert trans_uniq asserts to preconditions
Brian Anderson
-10
/
+18
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
-0
/
+74