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
Age
Commit message (
Expand
)
Author
Lines
2012-04-11
Allow classes to implement ifaces
Tim Chevalier
-2
/
+4
2012-04-11
Translate slice-strings and make fixed-strings carry their null.
Graydon Hoare
-18
/
+27
2012-04-11
Add vstore/evec/estr to compiler.
Graydon Hoare
-12
/
+189
2012-04-10
Generic classes and generic class methods work cross-crate
Tim Chevalier
-36
/
+45
2012-04-09
make anything used in a resource body always reachable
Niko Matsakis
-1
/
+5
2012-04-09
rustc: External fns declared as fns not global variables
Haitao Li
-4
/
+11
2012-04-09
rustc: Declare rust_start as a function
Haitao Li
-3
/
+1
2012-04-07
Revert "Mangle exported names using node IDs rather than types"
Brian Anderson
-4
/
+4
2012-04-07
Use version and hash in crate_map name
Haitao Li
-5
/
+9
2012-04-06
Re-rename option functions
Tim Chevalier
-10
/
+10
2012-04-06
Remove support for old-style for
Marijn Haverbeke
-38
/
+1
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-28
/
+23
2012-04-05
Mangle exported names using node IDs rather than types
Tim Chevalier
-4
/
+4
2012-04-04
wip: refactor repr of regions
Niko Matsakis
-1
/
+1
2012-04-04
rustc: Allow consts to refer to other consts
Brian Anderson
-0
/
+22
2012-04-03
std: change timeval to ns resolution timespec
Erick Tryzelaar
-4
/
+4
2012-04-03
std: change time::timeval to be {sec: i64, usec: i32}.
Erick Tryzelaar
-1
/
+1
2012-04-03
Monomorphize class constructors, support generic classes and class methods
Tim Chevalier
-65
/
+79
2012-04-03
Output type sizes in reinterpret_cast error message
Marijn Haverbeke
-6
/
+8
2012-04-02
Construct new strings through upcalls.
Graydon Hoare
-8
/
+4
2012-04-02
Rename some core::option functions
Tim Chevalier
-8
/
+8
2012-04-02
Remove redundant **tydesc gepi/load pair in call_tydesc_glue_full.
Graydon Hoare
-3
/
+1
2012-03-30
rustc: Convert some error logs to debug
Brian Anderson
-2
/
+2
2012-03-29
rustc: Only invoke when there are cleanups
Brian Anderson
-17
/
+63
2012-03-29
rustc: Delete some unused invoke code
Brian Anderson
-21
/
+3
2012-03-29
rustc: Don't generate landing pad cleanups for boxy things
Brian Anderson
-10
/
+43
2012-03-29
rustc: Remove the rustsyntax::attr wrapper in front
Brian Anderson
-3
/
+3
2012-03-29
Require "self" as base expression for intra-class method or field references
Tim Chevalier
-32
/
+6
2012-03-29
rustc: Fix an infinite loop during size calculations for recursive region poi...
Patrick Walton
-1
/
+1
2012-03-28
Allow explicit self-calls within classes
Tim Chevalier
-3
/
+2
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
[prev]
[next]