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
/
test
Age
Commit message (
Expand
)
Author
Lines
2012-04-04
Tidy up predicate names in libcore. Should close #1431.
Graydon Hoare
-1
/
+1
2012-04-04
rustc: Don't allow recursive constants
Brian Anderson
-0
/
+6
2012-04-04
rustc: Allow consts to refer to other consts
Brian Anderson
-0
/
+6
2012-04-03
Merge remote-tracking branch 'brson/mainthread'
Brian Anderson
-0
/
+46
2012-04-03
rt: Fix bugs in the osmain scheduler
Brian Anderson
-1
/
+1
2012-04-03
also xfail class-typarams (doesn't work on Windows)
Tim Chevalier
-0
/
+2
2012-04-03
xfail - metadata encoding doesn't work, which breaks Windows
Tim Chevalier
-0
/
+2
2012-04-03
Monomorphize class constructors, support generic classes and class methods
Tim Chevalier
-0
/
+47
2012-04-03
core: Add a scheduler mode, osmain, to spawn onto the main scheduler
Brian Anderson
-0
/
+46
2012-03-29
core: Add extension methods for vec
Brian Anderson
-6
/
+6
2012-03-29
generate correct constraints for assignments
Niko Matsakis
-0
/
+5
2012-03-29
resolve type variables with no constraints to bot
Niko Matsakis
-6
/
+8
2012-03-29
test: Prevent run-fail/too-much-recursion from being optimized to nothing
Brian Anderson
-0
/
+1
2012-03-29
rustc: Generate fewer landing pads
Brian Anderson
-0
/
+109
2012-03-29
Require "self" as base expression for intra-class method or field references
Tim Chevalier
-40
/
+40
2012-03-29
test: Rewrite binarytrees to use arenas
Patrick Walton
-11
/
+22
2012-03-28
Allow explicit self-calls within classes
Tim Chevalier
-2
/
+2
2012-03-28
use fresh vars in place of _|_ when incorrect # of params supplied
Niko Matsakis
-0
/
+12
2012-03-28
Detect and report types which could never be instantiated.
Niko Matsakis
-1
/
+31
2012-03-28
test: Un-XFAIL regions-mock-trans.rs and regions-mock-trans-impls.rs
Patrick Walton
-4
/
+0
2012-03-28
rustc: Universally quantify regions when calling functions. Un-XFAIL regions-...
Patrick Walton
-2
/
+0
2012-03-28
Allow references to "self" within classes
Tim Chevalier
-1
/
+1
2012-03-28
Test case to make sure typestate checks the body of class constructors
Tim Chevalier
-0
/
+23
2012-03-27
Enforce mutability declarations in classes; correct shapes for classes
Tim Chevalier
-6
/
+55
2012-03-27
Support returning from loop blocks
Marijn Haverbeke
-0
/
+57
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-190
/
+190
2012-03-26
rustc: Begin eliminating ext's dependency on the session
Brian Anderson
-8
/
+6
2012-03-26
In typeck, don't call ty::store_iface_methods on private methods
Tim Chevalier
-1
/
+35
2012-03-26
Improve type inference to compute LUB/GLB
Niko Matsakis
-6
/
+9
2012-03-26
Remove stray comment
Tim Chevalier
-9
/
+0
2012-03-26
Enforce privacy declarations for class fields and methods
Tim Chevalier
-0
/
+90
2012-03-26
Disallow ret inside of block functions
Marijn Haverbeke
-2
/
+2
2012-03-24
correct more broken tests
Niko Matsakis
-12
/
+20
2012-03-24
add test that was failing from tedh
Niko Matsakis
-0
/
+11
2012-03-24
add annotation for variable that used to infer to bot
Niko Matsakis
-1
/
+1
2012-03-24
Avoid unifying vars when possible; handle bot (more) correctly
Niko Matsakis
-7
/
+67
2012-03-24
new test which features conflicting variance requirements
Niko Matsakis
-0
/
+46
2012-03-24
test: Rename run-pass/simple-regions.rs to run-pass/regions-simple.rs
Patrick Walton
-0
/
+0
2012-03-24
test: Add a simple test for dangling pointers
Patrick Walton
-0
/
+9
2012-03-23
Allow methods to call other methods in the same class
Tim Chevalier
-4
/
+59
2012-03-23
Add another test for cross-crate method calls
Tim Chevalier
-0
/
+30
2012-03-23
xfail-test regions tests
Niko Matsakis
-0
/
+6
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-19
/
+61
2012-03-23
Handle self correctly when translating classes
Tim Chevalier
-1
/
+0
2012-03-23
test: Add a test case that ensures `ret &EXPR` works.
Patrick Walton
-0
/
+8
2012-03-23
test: Fix unresolved name in regions-mock-trans-impls.rs
Patrick Walton
-1
/
+1
2012-03-23
test: Add a version of the "mock-trans" regions test case that uses impls
Patrick Walton
-0
/
+46
2012-03-23
test: Fix leak in regions-mock-trans
Patrick Walton
-1
/
+4
2012-03-23
test: Fix whitespace at EOL
Patrick Walton
-1
/
+1
2012-03-23
test: Add a trans.rs-workalike test case for regions
Patrick Walton
-0
/
+41
[prev]
[next]