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
/
tstate
Age
Commit message (
Expand
)
Author
Lines
2012-05-18
rustc: Don't recurse in seq_preconds. Consumes too much stack
Brian Anderson
-15
/
+18
2012-05-15
Remove `be` keyword.
Lindsey Kuper
-17
/
+6
2012-05-14
First cut at dtors for classes
Tim Chevalier
-1
/
+1
2012-05-10
Remove `do { ... } while ...` from the language.
Paul Stansifer
-53
/
+0
2012-05-07
make it illegal to implicitly capture mutable variables
Niko Matsakis
-3
/
+3
2012-05-04
new cap clause syntax
Niko Matsakis
-15
/
+16
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-2
/
+2
2012-04-25
Rewrite exhaustiveness checker
Marijn Haverbeke
-2
/
+0
2012-04-24
Workarounds for bug #2280: add some temporaries for borrowing.
Graydon Hoare
-1
/
+4
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-2
/
+2
2012-04-23
Simplify representation of ast::path
Marijn Haverbeke
-14
/
+7
2012-04-20
Print out return type correctly in typestate error message
Tim Chevalier
-6
/
+8
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-3
/
+3
2012-04-15
Forbid deinitializing upvars in typestate
Tim Chevalier
-15
/
+41
2012-04-11
Allow classes to implement ifaces
Tim Chevalier
-2
/
+2
2012-04-11
Add vstore/evec/estr to compiler.
Graydon Hoare
-1
/
+14
2012-04-10
Generic classes and generic class methods work cross-crate
Tim Chevalier
-1
/
+1
2012-04-06
Re-rename option functions
Tim Chevalier
-3
/
+3
2012-04-06
Remove support for old-style for
Marijn Haverbeke
-6
/
+0
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-58
/
+61
2012-04-03
Monomorphize class constructors, support generic classes and class methods
Tim Chevalier
-0
/
+14
2012-04-02
Rename some core::option functions
Tim Chevalier
-3
/
+3
2012-03-27
Support an alternate for syntax that calls a higher-order function
Marijn Haverbeke
-40
/
+8
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-19
/
+19
2012-03-26
rustc: Move eval_const_expr to its own mod
Brian Anderson
-1
/
+1
2012-03-23
Handle self correctly when translating classes
Tim Chevalier
-1
/
+2
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-88
/
+87
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-18
/
+24
2012-03-20
Revert order of arguments to option::maybe and from_maybe
Marijn Haverbeke
-1
/
+1
2012-03-15
std: Follow conventions in bitv
Brian Anderson
-3
/
+3
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-2
/
+2
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-3
/
+3
2012-03-10
In typestate, consider infinite loops w/ conts to be infinite
Tim Chevalier
-1
/
+3
2012-03-10
Handle infinite-loop poststate correctly in typestate
Tim Chevalier
-1
/
+1
2012-03-09
Add an infinite loop construct
Tim Chevalier
-3
/
+28
2012-03-08
rustc: Change the address-of operator to an explicit production so that we ca...
Patrick Walton
-0
/
+7
2012-03-08
Rename last to last_opt, last_unsafe to last
Tim Chevalier
-2
/
+2
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-1
/
+6
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-6
/
+1
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-1
/
+6
2012-03-05
rustc: Lower case error messages
Brian Anderson
-18
/
+15
2012-03-04
Translate simple classes
Tim Chevalier
-1
/
+1
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+3870
[prev]