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
Age
Commit message (
Expand
)
Author
Lines
2012-03-28
Make sure type_use.rs doesn't get lost in recursive enums
Marijn Haverbeke
-7
/
+12
2012-03-27
Enforce mutability declarations in classes; correct shapes for classes
Tim Chevalier
-9
/
+36
2012-03-27
Emergency safe-ref-checker maintenance
Marijn Haverbeke
-1
/
+1
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-130
/
+119
2012-03-27
Support returning from loop blocks
Marijn Haverbeke
-28
/
+138
2012-03-27
Support an alternate for syntax that calls a higher-order function
Marijn Haverbeke
-16
/
+32
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-66
/
+66
2012-03-26
rustc: Move eval_const_expr to its own mod
Brian Anderson
-3
/
+3
2012-03-26
Enforce privacy declarations for class fields and methods
Tim Chevalier
-1
/
+2
2012-03-26
Disallow ret inside of block functions
Marijn Haverbeke
-30
/
+27
2012-03-26
Fix bug in generation of non-generic resource dtors
Marijn Haverbeke
-1
/
+1
2012-03-23
Allow methods to call other methods in the same class
Tim Chevalier
-2
/
+15
2012-03-23
Fix breakage
Tim Chevalier
-5
/
+3
2012-03-23
Handle self correctly when translating classes
Tim Chevalier
-97
/
+86
2012-03-23
rustc: Remove `// */` sequence from trans/base.rs; it breaks vi syntax highli...
Patrick Walton
-1
/
+1
2012-03-23
Keep an explicit map of things that have to be spilled
Marijn Haverbeke
-2
/
+3
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-102
/
+22
2012-03-23
Remove more needless context threading in trans
Marijn Haverbeke
-177
/
+125
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-22
/
+97
2012-03-23
Rename builtin back to intrinsic
Marijn Haverbeke
-9
/
+9
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-90
/
+15
2012-03-23
Fix bug in function-instance reuse
Marijn Haverbeke
-1
/
+11
2012-03-23
Change vector append to no longer rely on an intrinsic
Marijn Haverbeke
-13
/
+27
2012-03-23
Support [rust_stack] annotation on native functions (crudely)
Marijn Haverbeke
-17
/
+47
2012-03-23
Implement built-in native modules as an alternative to intrinsics
Marijn Haverbeke
-52
/
+118
2012-03-22
Add an LLVM-instruction-counting mode to trans.
Graydon Hoare
-22
/
+398
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-300
/
+322
2012-03-21
rustc: Long lines
Brian Anderson
-2
/
+4
2012-03-21
Avoid mangling names differently in debug builds to work around a build error...
Josh Matthews
-40
/
+47
2012-03-21
methods work
Tim Chevalier
-1
/
+4
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-37
/
+93
2012-03-20
Class methods WIP
Tim Chevalier
-17
/
+10
2012-03-20
core: Rename unsafe::leak to unsafe::forget. Closes #2031
Brian Anderson
-1
/
+1
2012-03-20
Remove unused "flav" parameter from function registration paths.
Graydon Hoare
-17
/
+15
2012-03-20
Fix naughty mangling-breakage from stringifying a node ID. Close #1344.
Graydon Hoare
-1
/
+1
2012-03-20
Work on fixing name mangling.
Graydon Hoare
-32
/
+17
2012-03-20
make native and crust functions conform to x86-64 ABI
Jyun-Yan You
-35
/
+564
2012-03-20
Only make symbols external when they are actually externally accessible
Marijn Haverbeke
-25
/
+33
2012-03-20
Move external-reachability checker to trans
Marijn Haverbeke
-0
/
+147
2012-03-19
Send string concatenation to specialized upcall, shave 17s off librustc compi...
Graydon Hoare
-5
/
+6
2012-03-18
core: Rename vec::position_elt to position_elem
Brian Anderson
-1
/
+1
2012-03-16
Encode both private and public class fields in metadata
Tim Chevalier
-1
/
+1
2012-03-16
Don't break -g in the presence of monomorphization.
Josh Matthews
-0
/
+1
2012-03-16
Classes WIP
Tim Chevalier
-11
/
+10
2012-03-16
Forbid boxed ifaces with self types or generic methods in bounded params
Marijn Haverbeke
-9
/
+12
2012-03-16
Remove shared tydescs
Marijn Haverbeke
-50
/
+10
2012-03-16
Support binding of methods off boxed iface values
Marijn Haverbeke
-11
/
+24
2012-03-15
Fix bug in vtable builder
Marijn Haverbeke
-1
/
+8
2012-03-15
Reuse monomorphized functions more aggressively
Marijn Haverbeke
-26
/
+322
2012-03-15
Remove support for dynamically-sized types from translation code
Marijn Haverbeke
-525
/
+146
[next]