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-12-16
Get very simple impl method calls to compile
Marijn Haverbeke
-0
/
+1
2011-12-16
rustc: Implement non-renamed re-export across crates
Haitao Li
-0
/
+1
2011-12-15
massive refactor of how closures work
Niko Matsakis
-9
/
+22
2011-12-14
refactor trans into trans_closure; restore original closure repr
Niko Matsakis
-1
/
+1
2011-12-14
insert a field into the closure storing number of ty descs
Niko Matsakis
-1
/
+3
2011-12-14
pull out the code from iter_structural_ty for handling functions,
Niko Matsakis
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-19
/
+19
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-6
/
+29
2011-11-29
fix bug in shape concerning size of tag variant
Niko Matsakis
-3
/
+7
2011-11-23
Rollback return-by-reference
Marijn Haverbeke
-9
/
+9
2011-11-23
Remove deep scope traversal in revoke_clean
Marijn Haverbeke
-8
/
+2
2011-11-18
Make trans use last_use info to not actually generate copies
Marijn Haverbeke
-5
/
+11
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-16
temp workaround for failure to pass ulonglong successfully
Niko Matsakis
-1
/
+3
2011-11-16
correct translation of neg. numbers in 64-bit architectures
Niko Matsakis
-15
/
+9
2011-11-10
Cleanup unused imports
Haitao Li
-20
/
+6
2011-11-02
convert GEP to i32
Niko Matsakis
-0
/
+4
2011-11-02
get things checking on ia32
Niko Matsakis
-1
/
+1
2011-11-02
thread the context through so that int can be 64 bits on x86_64
Niko Matsakis
-22
/
+29
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
[next]