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-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
2012-03-23
rustc: Redo region inference to be a bit less broken
Patrick Walton
-0
/
+1
2012-03-23
Keep an explicit map of things that have to be spilled
Marijn Haverbeke
-0
/
+6
2012-03-23
Replace most uses of intrinsics in core with builtins
Marijn Haverbeke
-29
/
+0
2012-03-22
Make cross-crate calls to class methods work
Tim Chevalier
-3
/
+2
2012-03-22
rt: Run resource destructors during cycle collection
Brian Anderson
-0
/
+69
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-287
/
+300
2012-03-21
methods work
Tim Chevalier
-6
/
+50
2012-03-21
add test for commit 9502fb99e0d535c8ced17ac61e63ebbd67b7dba7
Niko Matsakis
-0
/
+22
2012-03-21
Adjust arena definition to be compatible with placement new
Niko Matsakis
-0
/
+9
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-2
/
+38
2012-03-20
Conditionalize test to only run double/byte/double test on x64 for now.
Graydon Hoare
-6
/
+13
2012-03-20
Xfail struct-return test. x64 ABI is not quite right yet.
Graydon Hoare
-0
/
+1
2012-03-20
Class methods WIP
Tim Chevalier
-1
/
+7
2012-03-20
Some tests for passing and returning structures by value on x64. Close #1402....
Graydon Hoare
-0
/
+39
2012-03-20
core: Rename unsafe::leak to unsafe::forget. Closes #2031
Brian Anderson
-1
/
+1
2012-03-19
test: Remove pretty/issue-953. Doesn't typecheck
Brian Anderson
-5
/
+0
2012-03-16
Encode both private and public class fields in metadata
Tim Chevalier
-3
/
+0
2012-03-16
rustc: Unify impl self types in the opposite order so variance is correct
Brian Anderson
-0
/
+12
2012-03-16
Classes WIP
Tim Chevalier
-0
/
+44
[next]