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-10-24
Merge branch 'method-vis-parse'
Brian Anderson
-0
/
+27
2012-10-24
Added compile-fail tests
Viktor Dahl
-0
/
+25
2012-10-24
stage2 run-pass test for #3753
Mahmut Bulut
-0
/
+27
2012-10-23
rustc: Implement construction of monomorphic struct-like variants. r=nmatsakis
Patrick Walton
-0
/
+15
2012-10-23
Move futures to std
Brian Anderson
-7
/
+4
2012-10-23
core: Use PortOne instead of Future in future_result
Brian Anderson
-12
/
+12
2012-10-23
Remove uses of binary move - <- - from tests and libraries
Tim Chevalier
-73
/
+88
2012-10-22
Merge remote-tracking branch 'luqmana/incoming'
Brian Anderson
-0
/
+17
2012-10-22
rustc: Implement generic cross-crate trait inheritance
Patrick Walton
-0
/
+49
2012-10-22
Merge remote-tracking branch 'original/incoming' into incoming
Simon BD
-835
/
+1069
2012-10-22
xfail-fast issue-3656
Brian Anderson
-0
/
+1
2012-10-22
Merge pull request #3826 from jdm/doublefail
Brian Anderson
-0
/
+5
2012-10-22
Preliminary support for labeled break/continue for `loop`s
Tim Chevalier
-0
/
+22
2012-10-22
Simplify the AST representation of ty param bounds
Tim Chevalier
-2
/
+1
2012-10-21
Correct propagation of mutability from components to base in borrowck
Niko Matsakis
-0
/
+56
2012-10-21
rustc: add new intrinsics - atomic_cxchg{_acq,_rel}
Luqman Aden
-0
/
+17
2012-10-21
Fix ICE stemming from use of unique pointers in unreachable blocks.
Josh Matthews
-0
/
+5
2012-10-20
Remove obsolete fixed-length string test
Brian Anderson
-13
/
+7
2012-10-20
Remove remaining uses of old fixed-length vec syntax
Brian Anderson
-1
/
+1
2012-10-20
Parse and report obsolete fixed-length vector syntax
Brian Anderson
-0
/
+11
2012-10-20
Fix a pprint test for fixed-length vecs
Ben Striegel
-2
/
+2
2012-10-20
Remove old fixed-length vector syntax
Ben Striegel
-51
/
+51
2012-10-20
Fix run-pass/issue-2895 for 32-bit archs
Brian Anderson
-0
/
+7
2012-10-19
Remove superfluous by-ref in option::get, option::get_default, option::expect
Tim Chevalier
-2
/
+2
2012-10-18
rustc: Implement intra-crate static methods on anonymous trait implementation...
Patrick Walton
-0
/
+23
2012-10-18
test: Fix failing tests. r=rustbot
Patrick Walton
-8
/
+8
2012-10-17
libsyntax: refactor the parser to consider foreign items as items
Philipp Brüschweiler
-0
/
+4
2012-10-17
Merge pull request #3716 from Blei/fix-3656
Tim Chevalier
-0
/
+20
2012-10-16
rustc: Implement intra-crate static methods on anonymous trait implementations.
Patrick Walton
-0
/
+15
2012-10-15
In ty::normalize_ty, don't replace self_regions with None
Tim Chevalier
-3
/
+2
2012-10-15
Add test for Issue 2823
Tim Chevalier
-0
/
+12
2012-10-15
Add test case for Issue 2895
Tim Chevalier
-0
/
+16
2012-10-15
Error out in resolve if structs try to capture type parameters
Tim Chevalier
-2
/
+2
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-4
/
+4
2012-10-15
Add test cases for #3668
Tim Chevalier
-8
/
+6
2012-10-15
Un-xfail test for #3521; it works now
Tim Chevalier
-2
/
+1
2012-10-15
rustc: Implement monomorphic default methods. r=nmatsakis
Patrick Walton
-0
/
+23
2012-10-15
Check whether loans conflict with old loans or with themselves.
Niko Matsakis
-0
/
+25
2012-10-15
Allow enum discriminator exprs to refer to declared consts
Tim Chevalier
-0
/
+17
2012-10-15
Add various test cases (xfailed)
Tim Chevalier
-0
/
+90
2012-10-15
libstd: make Serializer a trait-level typaram
Erick Tryzelaar
-27
/
+47
2012-10-12
Test that functional struct update exprs get rejected if...
Tim Chevalier
-0
/
+16
2012-10-12
Make moves explicit in rfail tests
Tim Chevalier
-4
/
+4
2012-10-12
Make moves explicit in rpass tests
Tim Chevalier
-185
/
+192
2012-10-12
Make moves explicit in cfail tests
Tim Chevalier
-15
/
+15
2012-10-12
Make moves explicit in bench tests
Tim Chevalier
-123
/
+124
2012-10-12
Make moves explicit in aux test files
Tim Chevalier
-5
/
+4
2012-10-12
Make moves explicit in doc examples
Tim Chevalier
-0
/
+18
2012-10-12
remove ctor from ast (take 2) (no review: just dead code removal)
Niko Matsakis
-6
/
+4
2012-10-12
Use the Nth impl when translating a static method call, instead
Niko Matsakis
-0
/
+25
[prev]
[next]