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
/
rustc
/
middle
/
trans
/
impl.rs
Age
Commit message (
Expand
)
Author
Lines
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-1
/
+1
2012-04-23
Allow classes to be cast to ifaces that are in the same crate
Tim Chevalier
-7
/
+15
2012-04-23
Fix broken determination of external method type param count
Marijn Haverbeke
-3
/
+5
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-2
/
+2
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-3
/
+3
2012-03-27
Support returning from loop blocks
Marijn Haverbeke
-1
/
+1
2012-03-23
Handle self correctly when translating classes
Tim Chevalier
-1
/
+1
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-1
/
+1
2012-03-23
Remove more needless context threading in trans
Marijn Haverbeke
-2
/
+2
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-1
/
+1
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-1
/
+1
2012-03-23
Implement built-in native modules as an alternative to intrinsics
Marijn Haverbeke
-1
/
+1
2012-03-22
Add an LLVM-instruction-counting mode to trans.
Graydon Hoare
-0
/
+9
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-3
/
+3
2012-03-16
Forbid boxed ifaces with self types or generic methods in bounded params
Marijn Haverbeke
-4
/
+7
2012-03-16
Support binding of methods off boxed iface values
Marijn Haverbeke
-4
/
+4
2012-03-15
Fix bug in vtable builder
Marijn Haverbeke
-1
/
+8
2012-03-15
Reuse monomorphized functions more aggressively
Marijn Haverbeke
-6
/
+7
2012-03-15
Remove support for dynamically-sized types from translation code
Marijn Haverbeke
-2
/
+2
2012-03-15
Properly recognize external intrinsics
Marijn Haverbeke
-14
/
+8
2012-03-15
Huge kludge to get intrinsics' type parameters passed
Marijn Haverbeke
-10
/
+2
2012-03-15
Never pass tydesc to functions
Marijn Haverbeke
-160
/
+6
2012-03-15
Properly replace iface tps with impl tps in static method calls
Marijn Haverbeke
-5
/
+19
2012-03-15
Remove a large part of the tydesc-passing code
Marijn Haverbeke
-7
/
+5
2012-03-15
Rename dict to vtable throughout the compiler
Marijn Haverbeke
-41
/
+41
2012-03-15
Hugely simplify iface handling
Marijn Haverbeke
-220
/
+91
2012-03-15
Stop generating generic versions of generic functions
Marijn Haverbeke
-5
/
+8
2012-03-15
Fix assumption that monomorphized method's impls are crate-local
Marijn Haverbeke
-13
/
+18
2012-03-14
Convert *u8 native string users to *c_char
Brian Anderson
-2
/
+2
2012-03-14
rustc: Lift the @ from the type definition of crate_ctxt into its uses
Patrick Walton
-9
/
+9
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-1
/
+1
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-1
/
+1
2012-03-10
core: Rename vec::tail_n to vec::tailn to match other fns
Brian Anderson
-1
/
+1
2012-03-08
Explicitly store self_ids use for self locals in methods
Marijn Haverbeke
-3
/
+2
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-16
/
+9
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-1
/
+0
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-05
rustc: Lower case error messages
Brian Anderson
-4
/
+4
2012-03-04
Translate simple classes
Tim Chevalier
-1
/
+1
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+547
[prev]