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_vec.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-312
/
+0
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
2012-01-21
migrate size_of() and related funcs from trans into shape
Niko Matsakis
-3
/
+3
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-2
/
+2
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-17
/
+14
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-2
/
+2
2012-01-06
Disallow variable names that shadow tags in scope
Tim Chevalier
-1
/
+1
2011-12-18
Remove source line generation craziness. Ensure incorrect subprogram caches a...
Josh Matthews
-2
/
+0
2011-12-18
Fix LLVM assertions when lowering log statements.
Josh Matthews
-0
/
+2
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-3
/
+3
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-4
/
+3
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-7
/
+6
2011-11-02
convert GEP to i32
Niko Matsakis
-12
/
+6
2011-11-02
thread the context through so that int can be 64 bits on x86_64
Niko Matsakis
-26
/
+46
2011-10-20
Remove taskptr argument from upcalls
Marijn Haverbeke
-3
/
+2
2011-10-10
Make vectors and strings immediates again
Marijn Haverbeke
-54
/
+42
2011-10-05
Make trans_lval lval-only
Marijn Haverbeke
-1
/
+1
2011-10-05
Add trans_temp_expr for what used to be trans_expr, rename t_e_dps to trans_expr
Marijn Haverbeke
-2
/
+2
2011-10-05
Revert "Revert "Get rid of 'overwrite' destination kind""
Marijn Haverbeke
-18
/
+4
2011-10-04
Revert "Get rid of 'overwrite' destination kind"
Patrick Walton
-4
/
+18
2011-10-04
Get rid of 'overwrite' destination kind
Marijn Haverbeke
-18
/
+4
2011-09-29
Move closure construction over to DPS style
Marijn Haverbeke
-4
/
+2
2011-09-28
Use DPS for assignment and local initialization
Marijn Haverbeke
-19
/
+35
2011-09-27
Revert "Use DPS for assignment and local initialization"
Brian Anderson
-35
/
+19
2011-09-27
Use DPS for assignment and local initialization
Marijn Haverbeke
-19
/
+35
2011-09-27
Move expr_unary to DPS style
Marijn Haverbeke
-2
/
+3
2011-09-27
Move expr_binary into trans_expr_dps
Marijn Haverbeke
-16
/
+21
2011-09-27
Move expr_lit and expr_vec into trans_expr_dps
Marijn Haverbeke
-19
/
+17
2011-09-27
Move more non-value-returning things to trans_expr_dps.
Marijn Haverbeke
-2
/
+2
2011-09-23
Make AddIncomingToPhi take single values rather than arrays
Marijn Haverbeke
-2
/
+2
2011-09-23
Better handling of unreachable code in trans
Marijn Haverbeke
-2
/
+2
2011-09-16
Saner approach to lvalues and callable values in trans
Marijn Haverbeke
-1
/
+1
2011-09-16
Revert "Saner approach to lvalues and callable values in trans"
Marijn Haverbeke
-1
/
+1
2011-09-16
Saner approach to lvalues and callable values in trans
Marijn Haverbeke
-1
/
+1
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-30
/
+30
2011-09-09
Use a Phi node in trans_vec::iter_vec_raw
Marijn Haverbeke
-15
/
+11
2011-09-08
rustc: Make unique pointers no longer immediates.
Patrick Walton
-34
/
+42
2011-09-02
Rename istr-stuff to str in rustc. Issue #855
Brian Anderson
-2
/
+2
2011-09-02
Rename ty_istr to ty_str. Issue #855
Brian Anderson
-2
/
+2
2011-09-02
Reformat. Issue #855
Brian Anderson
-97
/
+114
2011-09-02
rustc: Zero out unique pointers after we drop them
Patrick Walton
-0
/
+1
2011-09-02
rustc: Root values spilled via do_spill()
Patrick Walton
-5
/
+7
2011-09-02
Rename ivecs to vecs in the compiler
Marijn Haverbeke
-0
/
+289
2011-08-16
Remove partial DPS back-end
Marijn Haverbeke
-219
/
+0
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-80
/
+79
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-5
/
+5
2011-07-21
Move a bunch of trans into trans_common, including the context structures.
Michael Sullivan
-4
/
+4
2011-07-18
rustc: Remove obsolete TODO
Patrick Walton
-1
/
+0
2011-07-18
rustc: Skip null when translating string concatenation
Patrick Walton
-1
/
+5
[next]