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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-27
Enforce mutability declarations in classes; correct shapes for classes
Tim Chevalier
-7
/
+17
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
-52
/
+41
2012-03-27
Support returning from loop blocks
Marijn Haverbeke
-19
/
+102
2012-03-27
Support an alternate for syntax that calls a higher-order function
Marijn Haverbeke
-11
/
+26
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-30
/
+30
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
-11
/
+6
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
-4
/
+2
2012-03-23
Handle self correctly when translating classes
Tim Chevalier
-88
/
+79
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
-1
/
+1
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-57
/
+16
2012-03-23
Remove more needless context threading in trans
Marijn Haverbeke
-140
/
+94
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-15
/
+56
2012-03-23
Rename builtin back to intrinsic
Marijn Haverbeke
-3
/
+3
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-53
/
+12
2012-03-23
Support [rust_stack] annotation on native functions (crudely)
Marijn Haverbeke
-2
/
+2
2012-03-23
Implement built-in native modules as an alternative to intrinsics
Marijn Haverbeke
-27
/
+32
2012-03-22
Add an LLVM-instruction-counting mode to trans.
Graydon Hoare
-14
/
+182
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-140
/
+154
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
-4
/
+3
2012-03-21
methods work
Tim Chevalier
-1
/
+4
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-26
/
+78
2012-03-20
Remove unused "flav" parameter from function registration paths.
Graydon Hoare
-13
/
+11
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
-31
/
+15
2012-03-20
Only make symbols external when they are actually externally accessible
Marijn Haverbeke
-24
/
+15
2012-03-20
Move external-reachability checker to trans
Marijn Haverbeke
-0
/
+3
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
-3
/
+3
2012-03-16
Forbid boxed ifaces with self types or generic methods in bounded params
Marijn Haverbeke
-5
/
+5
2012-03-16
Remove shared tydescs
Marijn Haverbeke
-17
/
+1
2012-03-16
Support binding of methods off boxed iface values
Marijn Haverbeke
-3
/
+3
2012-03-15
Reuse monomorphized functions more aggressively
Marijn Haverbeke
-13
/
+90
2012-03-15
Remove support for dynamically-sized types from translation code
Marijn Haverbeke
-145
/
+42
2012-03-15
Remove GEP_tup_like
Marijn Haverbeke
-140
/
+41
2012-03-15
Remove dynastack code from compiler
Marijn Haverbeke
-49
/
+2
2012-03-15
Remove lltyparams field in trans::common::fn_ctxt
Marijn Haverbeke
-61
/
+17
2012-03-15
Don't pass an undef retptr to generic intrinsics
Marijn Haverbeke
-5
/
+5
2012-03-15
Properly recognize external intrinsics
Marijn Haverbeke
-42
/
+51
2012-03-15
Huge kludge to get intrinsics' type parameters passed
Marijn Haverbeke
-17
/
+50
2012-03-15
Never pass tydesc to functions
Marijn Haverbeke
-101
/
+58
2012-03-15
Properly replace iface tps with impl tps in static method calls
Marijn Haverbeke
-5
/
+7
2012-03-15
Make sure enum and resource constructors are inlined properly
Marijn Haverbeke
-25
/
+27
2012-03-15
Make sure resource destructors are properly monomorphized
Marijn Haverbeke
-11
/
+37
[next]