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
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-27
Enforce mutability declarations in classes; correct shapes for classes
Tim Chevalier
-0
/
+10
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
-0
/
+3
2012-03-27
Support an alternate for syntax that calls a higher-order function
Marijn Haverbeke
-3
/
+1
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-23
/
+23
2012-03-26
Disallow ret inside of block functions
Marijn Haverbeke
-1
/
+1
2012-03-23
Handle self correctly when translating classes
Tim Chevalier
-4
/
+3
2012-03-23
Keep an explicit map of things that have to be spilled
Marijn Haverbeke
-1
/
+2
2012-03-23
Implement built-in native modules as an alternative to intrinsics
Marijn Haverbeke
-0
/
+4
2012-03-22
Add an LLVM-instruction-counting mode to trans.
Graydon Hoare
-0
/
+3
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-7
/
+7
2012-03-21
Avoid mangling names differently in debug builds to work around a build error...
Josh Matthews
-1
/
+1
2012-03-20
Work on fixing name mangling.
Graydon Hoare
-1
/
+2
2012-03-20
Move external-reachability checker to trans
Marijn Haverbeke
-0
/
+1
2012-03-15
Reuse monomorphized functions more aggressively
Marijn Haverbeke
-7
/
+21
2012-03-15
Remove support for dynamically-sized types from translation code
Marijn Haverbeke
-27
/
+1
2012-03-15
Remove dynastack code from compiler
Marijn Haverbeke
-2
/
+0
2012-03-15
Remove lltyparams field in trans::common::fn_ctxt
Marijn Haverbeke
-8
/
+1
2012-03-15
Never pass tydesc to functions
Marijn Haverbeke
-1
/
+1
2012-03-15
Only write metadata for items that actually appear in the root AST
Marijn Haverbeke
-3
/
+3
2012-03-15
Make sure resource destructors are properly monomorphized
Marijn Haverbeke
-16
/
+0
2012-03-15
Remove a large part of the tydesc-passing code
Marijn Haverbeke
-5
/
+6
2012-03-15
Rename dict to vtable throughout the compiler
Marijn Haverbeke
-14
/
+14
2012-03-15
Hugely simplify iface handling
Marijn Haverbeke
-21
/
+8
2012-03-14
Convert *u8 native string users to *c_char
Brian Anderson
-6
/
+6
2012-03-14
rustc: Lift the @ from the type definition of crate_ctxt into its uses
Patrick Walton
-32
/
+32
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-3
/
+3
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-15
/
+15
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-1
/
+1
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-6
/
+2
2012-03-06
Make trans pass responsible for pulling in inlined functions
Marijn Haverbeke
-2
/
+3
2012-03-04
Translate simple classes
Tim Chevalier
-0
/
+4
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+933