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-10-21
Remove last uses of iterators from stdlib
Marijn Haverbeke
-2
/
+2
2011-10-21
Move hash table iteration over to block-taking functions
Marijn Haverbeke
-7
/
+7
2011-10-20
Merge ast::proto_shared and ast::proto_closure
Brian Anderson
-6
/
+12
2011-10-20
Rename ast::proto_fn to ast::proto_shared
Brian Anderson
-4
/
+4
2011-10-20
Revert "Remove the environment argument from bare functions"
Brian Anderson
-35
/
+7
2011-10-20
Fix the problem with check-fast randomly failing
Brian Anderson
-4
/
+5
2011-10-20
Don't rely on main.ll anymore
Marijn Haverbeke
-25
/
+59
2011-10-20
Get rid of taskpointer-passing throughout the compiler
Marijn Haverbeke
-51
/
+26
2011-10-20
Do not pass taskpointers to "rust" native functions
Marijn Haverbeke
-1
/
+1
2011-10-20
Remove taskptr argument from upcalls
Marijn Haverbeke
-18
/
+14
2011-10-20
Remove spawn_wrap and main_wrap kludges
Marijn Haverbeke
-1
/
+1
2011-10-14
Use trans_expr_save_in instead of trans_expr when appropriate
Marijn Haverbeke
-1
/
+1
2011-10-13
Properly fill single-variant zero-arg tag values.
Marijn Haverbeke
-9
/
+10
2011-10-12
make native functions markable as unsafe and incorporate that
Niko Matsakis
-1
/
+1
2011-10-12
Extend the unchecked block stuff to allow unsafe blocks as well.
Niko Matsakis
-2
/
+2
2011-10-12
Make build_environment and trans_bind_thunk GEP bound arguments the same
Brian Anderson
-5
/
+6
2011-10-12
Simplify copying of uniques
Marijn Haverbeke
-12
/
+2
2011-10-11
Remove the environment argument from bare functions
Brian Anderson
-7
/
+35
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-14
/
+10
2011-10-10
Make vectors and strings immediates again
Marijn Haverbeke
-54
/
+44
2011-10-10
Move type_is_immediate into ty.rs
Marijn Haverbeke
-16
/
+6
2011-10-10
Don't spill immediates in order to drop them
Marijn Haverbeke
-9
/
+42
2011-10-10
Make free glue take a pointer to the heap part (box)
Marijn Haverbeke
-66
/
+66
2011-10-09
Fix bad float-type detection in trans
Marijn Haverbeke
-6
/
+2
2011-10-07
Make it possible to have locals that don't live on the stack
Marijn Haverbeke
-133
/
+150
2011-10-07
Actually pass parameters specified as by-val by value
Marijn Haverbeke
-31
/
+49
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-10
/
+10
2011-10-06
Fix problem with polymorphic return value being instantiated as nil
Marijn Haverbeke
-1
/
+1
2011-10-05
Tie up the last ends in destination-passing-conversion
Marijn Haverbeke
-33
/
+26
2011-10-05
Make trans_lval lval-only
Marijn Haverbeke
-57
/
+14
2011-10-05
Add trans_temp_expr for what used to be trans_expr, rename t_e_dps to trans_expr
Marijn Haverbeke
-61
/
+58
2011-10-05
Lose the by_ref destination style
Marijn Haverbeke
-33
/
+25
2011-10-05
Revert "Revert "Reorganize translation of expr_field""
Marijn Haverbeke
-56
/
+54
2011-10-05
Revert "Revert "Get rid of 'overwrite' destination kind""
Marijn Haverbeke
-82
/
+56
2011-10-05
Revert "Revert "Move trans_call to destination_passing style""
Marijn Haverbeke
-56
/
+57
2011-10-04
rustc: Allow calling native functions on the C stack that take generic argume...
Patrick Walton
-6
/
+20
2011-10-04
Revert "Move trans_call to destination_passing style"
Patrick Walton
-57
/
+56
2011-10-04
Revert "Get rid of 'overwrite' destination kind"
Patrick Walton
-56
/
+82
2011-10-04
Revert "Reorganize translation of expr_field"
Patrick Walton
-54
/
+56
2011-10-04
Reorganize translation of expr_field
Marijn Haverbeke
-56
/
+54
2011-10-04
Get rid of 'overwrite' destination kind
Marijn Haverbeke
-82
/
+56
2011-10-04
Move trans_call to destination_passing style
Marijn Haverbeke
-56
/
+57
2011-10-03
rustc: Implement C stack stdcall
Patrick Walton
-1
/
+9
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
[prev]
[next]