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
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-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-16
/
+16
2012-07-01
Convert to new closure syntax
Brian Anderson
-12
/
+10
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-2
/
+2
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-12
/
+12
2012-06-28
replace more vector + (issue #2719)
Eric Holk
-4
/
+8
2012-06-27
rustc: Don't give variables the same name as enums in trans
Patrick Walton
-8
/
+8
2012-06-26
Some box cleanup that doesn't break the build.
Michael Sullivan
-1
/
+1
2012-06-25
Comments only: fix some comments that got spurious /~s
Michael Sullivan
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-15
/
+16
2012-06-19
first steps to autoderef on method calls
Niko Matsakis
-10
/
+12
2012-06-07
Comments only: annotate FIXMEs
Tim Chevalier
-1
/
+1
2012-05-29
In reachability, don't ignore nested items
Tim Chevalier
-1
/
+6
2012-05-22
Convert more resource tests to use classes with dtors
Tim Chevalier
-1
/
+5
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-2
/
+2
2012-05-14
More work on reflection, now calls iface visitors back as well.
Graydon Hoare
-20
/
+15
2012-05-14
First cut at dtors for classes
Tim Chevalier
-1
/
+1
2012-05-09
reduce self type to a special type parameter
Niko Matsakis
-1
/
+1
2012-05-03
Turn constants in back::abi into uints, and propagate types
Tim Chevalier
-6
/
+6
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
[next]