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_impl.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-432
/
+0
2012-01-27
Stop passing spans to middle::trans functions that don't need them
Marijn Haverbeke
-3
/
+2
2012-01-26
First stab at operator overloading
Marijn Haverbeke
-10
/
+27
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-1
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-1
/
+1
2012-01-19
rustc: Use integer from ctypes consistently
Haitao Li
-10
/
+14
2012-01-19
Use ctypes in native function declarations
Haitao Li
-9
/
+10
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-7
/
+5
2012-01-13
Remove all remaining uses of objs from the compiler
Marijn Haverbeke
-1
/
+1
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-1
/
+1
2012-01-12
Implement passing cast-to-vtable values as bounded params
Marijn Haverbeke
-42
/
+135
2012-01-11
Pass type with params intact as item_type for method callees
Marijn Haverbeke
-2
/
+2
2012-01-08
correct long line
Niko Matsakis
-2
/
+2
2012-01-08
First barely-working version of casting to iface
Marijn Haverbeke
-13
/
+57
2012-01-06
rejigger impl to have an opaque closure ptr rather than
Niko Matsakis
-1
/
+1
2012-01-06
Add some basic comments to trans_imp.rs
Marijn Haverbeke
-0
/
+30
2012-01-06
Make binding of fns with bounded type parameters work
Marijn Haverbeke
-2
/
+6
2012-01-06
Statically allocate static dicts
Marijn Haverbeke
-24
/
+89
2012-01-06
Fix bug in method type parameter passing
Marijn Haverbeke
-1
/
+2
2012-01-05
Get external interfaces / impls working
Marijn Haverbeke
-4
/
+8
2012-01-04
Use the right types for methods in trans_impl
Marijn Haverbeke
-4
/
+4
2012-01-04
Properly typecheck and compile invocations of generic methods.
Marijn Haverbeke
-3
/
+21
2012-01-03
Make resolution of dictionaries on bounded params work
Marijn Haverbeke
-1
/
+3
2012-01-03
More work on translating dictionary-passing
Marijn Haverbeke
-11
/
+92
2012-01-02
Write out vtables for interface implementations
Marijn Haverbeke
-1
/
+51
2012-01-02
Drop two useless sub-passes from trans
Marijn Haverbeke
-1
/
+4
2012-01-02
Create a trans_impl module
Marijn Haverbeke
-0
/
+18