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
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-17
/
+17
2012-01-19
Use ctypes in native function declarations
Haitao Li
-22
/
+26
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-37
/
+4
2012-01-13
Remove all remaining uses of objs from the compiler
Marijn Haverbeke
-21
/
+22
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-2
/
+3
2012-01-12
Implement passing cast-to-vtable values as bounded params
Marijn Haverbeke
-2
/
+2
2012-01-08
First barely-working version of casting to iface
Marijn Haverbeke
-0
/
+5
2012-01-06
rejigger impl to have an opaque closure ptr rather than
Niko Matsakis
-28
/
+8
2012-01-06
Statically allocate static dicts
Marijn Haverbeke
-0
/
+19
2012-01-03
More work on translating dictionary-passing
Marijn Haverbeke
-10
/
+15
2012-01-02
Write out vtables for interface implementations
Marijn Haverbeke
-1
/
+1
2012-01-02
Drop two useless sub-passes from trans
Marijn Haverbeke
-1
/
+0
2012-01-02
Box arrays of parameter bounds
Marijn Haverbeke
-1
/
+1
2012-01-02
Pass bounds to trans::type_of_fn
Marijn Haverbeke
-2
/
+2
2011-12-20
rustc: Re-export the same name in different namespaces
Haitao Li
-2
/
+2
2011-12-18
Remove source line generation craziness. Ensure incorrect subprogram caches a...
Josh Matthews
-3
/
+1
2011-12-18
Add record debug information.
Josh Matthews
-1
/
+1
2011-12-18
Fix build error after rebasing.
Josh Matthews
-1
/
+1
2011-12-18
Fix LLVM assertions when lowering log statements.
Josh Matthews
-1
/
+2
2011-12-18
Add debug info for local vars, basic fundamental types, and lexical blocks, a...
Josh Matthews
-1
/
+8
2011-12-18
Generate basic debug info for files, functions and compile units.
Josh Matthews
-1
/
+2
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
[next]