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_common.rs
Age
Commit message (
Expand
)
Author
Lines
2011-11-02
work on making the size of ints depend on the target arch
Niko Matsakis
-22
/
+26
2011-11-02
work on making the size of ints depend on the target arch
Niko Matsakis
-56
/
+67
2011-10-21
Drop support for iter, put, and for-each
Marijn Haverbeke
-10
/
+1
2011-10-20
Merge ast::proto_shared and ast::proto_closure
Brian Anderson
-1
/
+2
2011-10-20
Rename ast::proto_fn to ast::proto_shared
Brian Anderson
-1
/
+1
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-2
/
+2
2011-10-20
Fix the problem with check-fast randomly failing
Brian Anderson
-1
/
+1
2011-10-20
Don't rely on main.ll anymore
Marijn Haverbeke
-1
/
+2
2011-10-20
Get rid of taskpointer-passing throughout the compiler
Marijn Haverbeke
-4
/
+3
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-51
/
+35
2011-10-12
add unsafe tags into various points in the translation chains
Niko Matsakis
-22
/
+43
2011-10-12
Add unsafe tags to usage of LLVM funcs
Niko Matsakis
-5
/
+7
2011-10-10
Make bcx_tcx-style accessors return by reference
Marijn Haverbeke
-8
/
+8
2011-10-10
Don't spill immediates in order to drop them
Marijn Haverbeke
-7
/
+7
2011-10-07
Stop registering cleanups for types that don't need them
Marijn Haverbeke
-0
/
+3
2011-10-07
Make it possible to have locals that don't live on the stack
Marijn Haverbeke
-2
/
+4
2011-09-28
Eliminate glue.o. Closes #990
Brian Anderson
-3
/
+0
2011-09-27
Move expr_unary to DPS style
Marijn Haverbeke
-0
/
+7
2011-09-26
Construct records and tuples in-place
Marijn Haverbeke
-0
/
+5
2011-09-24
Reduce and clarify abuse of 'pure' in interner
Jesse Ruderman
-4
/
+1
2011-09-23
Make sure no dynamic allocas are used before they are allocated
Marijn Haverbeke
-7
/
+1
2011-09-23
Better handling of unreachable code in trans
Marijn Haverbeke
-2
/
+1
2011-09-22
rustc: Write raw type parameters instead of linearized type parameters in obj...
Patrick Walton
-1
/
+2
2011-09-21
Remove unused arg from revoke_clean
Brian Anderson
-1
/
+1
2011-09-21
Add ability to deref unique boxes. Make unique boxes immediates.
Brian Anderson
-6
/
+0
2011-09-18
Stop creating function pairs for static functions
Marijn Haverbeke
-4
/
+2
2011-09-17
Add a type_is_tup_like predicate that takes a block ctxt, and make some fns pure
Tim Chevalier
-8
/
+13
2011-09-16
Make move-mode arguments unwind correctly. Closes #939
Brian Anderson
-4
/
+4
2011-09-16
Add a returns_non_ty_var predicate
Tim Chevalier
-0
/
+4
2011-09-15
Added more predicates in trans
Tim Chevalier
-2
/
+16
2011-09-14
Revert "Try a little harder to avoid creating new landing pads"
Brian Anderson
-5
/
+4
2011-09-14
Add support for basic return-by-alias to trans
Marijn Haverbeke
-5
/
+4
2011-09-14
Add a ret_style field to fn_ctxt in trans
Marijn Haverbeke
-0
/
+1
2011-09-13
Try a little harder to avoid creating new landing pads
Brian Anderson
-4
/
+5
2011-09-13
Reuse landing pads when possible
Brian Anderson
-3
/
+9
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-44
/
+18
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-58
/
+57
2011-09-12
Make the names of the arg mode tag reflect their (revised) meaning
Marijn Haverbeke
-1
/
+1
2011-09-12
Pass all arguments by reference, make immut alias mode equiv to value
Marijn Haverbeke
-0
/
+1
2011-09-09
Don't put 0-length array in the lltype of an arg-less variant
Marijn Haverbeke
-1
/
+5
2011-09-08
rustc: When revoking a cleanup of a unique pointer, zero it out so that the G...
Patrick Walton
-2
/
+10
2011-09-02
Reformat. Issue #855
Brian Anderson
-96
/
+85
2011-09-02
Add a constraint to trans::type_of
Tim Chevalier
-0
/
+4
2011-09-02
rustc: Root values spilled via do_spill()
Patrick Walton
-2
/
+4
2011-09-02
Rename ivecs to vecs in the compiler
Marijn Haverbeke
-3
/
+3
2011-09-02
Remove remaining evec support from trans
Marijn Haverbeke
-37
/
+0
2011-09-01
Add a constraint in trans
Tim Chevalier
-0
/
+12
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-13
/
+13
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-09-01
Back out copy-glue
Marijn Haverbeke
-13
/
+1
[prev]
[next]