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
/
run-pass
Age
Commit message (
Expand
)
Author
Lines
2012-12-19
Remove serialize::traits submodule.
Erick Tryzelaar
-1
/
+1
2012-12-18
Fix vec::flat_map_to_vec method
Erick Tryzelaar
-14
/
+13
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-30
/
+30
2012-12-18
core: add macro_rules! for "condition! { c: in -> out; }".
Graydon Hoare
-7
/
+8
2012-12-18
Fix some iter tests
Brian Anderson
-2
/
+2
2012-12-18
Merge commit 'erickt/incoming^' into kind-names
Brian Anderson
-9
/
+5
2012-12-18
fix 4 repr tests due to differences in spacing. r=burningtree.
Graydon Hoare
-5
/
+5
2012-12-17
Change iter::find's closure to take a ref
Erick Tryzelaar
-9
/
+5
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-22
/
+22
2012-12-17
Make the path and path2 attributes equivalent. Remove some uses
Brian Anderson
-6
/
+6
2012-12-17
Add more tests
Jakub Wieczorek
-0
/
+32
2012-12-17
Add support for destructuring vectors in match expressions
Jakub Wieczorek
-0
/
+68
2012-12-17
test: Fix some broken test cases
Patrick Walton
-6
/
+20
2012-12-14
librustc: Fix type_use for generic newtype structs. Closes #4188. rs=bugfix
Patrick Walton
-0
/
+7
2012-12-14
test: Add a test for trait inheritance with self as a type parameter. rs=test...
Patrick Walton
-0
/
+29
2012-12-14
xfail-fast run-pass/stat.rs
Brian Anderson
-0
/
+2
2012-12-14
Fix trait-inheritance-overloading-xc and un-xfail
Tim Chevalier
-1
/
+0
2012-12-14
Un-xfail tests that work now
Tim Chevalier
-1
/
+0
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-237
/
+237
2012-12-14
Fix broken tests
Brian Anderson
-3
/
+3
2012-12-13
Update src/test/run-pass/static-fn-trait-xc.rs
Brian Anderson
-0
/
+1
2012-12-13
test: Fix last-use-corner-cases. rs=bustage
Patrick Walton
-2
/
+2
2012-12-13
librustc: Have coherence check Copy kind bounds when determining whether para...
Patrick Walton
-0
/
+13
2012-12-13
Rename Send trait to Owned
Brian Anderson
-31
/
+31
2012-12-13
Rename Owned trait to Durable
Brian Anderson
-7
/
+7
2012-12-13
librustc: Allow moves out of `self`. r=nmatsakis
Patrick Walton
-0
/
+19
2012-12-13
librustc: Automatically move non-implicitly-copyable types into unique closur...
Patrick Walton
-0
/
+7
2012-12-13
Fix encoding of trait static method paths. Closes #4097. r=pcwalton
Brian Anderson
-0
/
+9
2012-12-13
libsyntax: Implement `deriving` for struct-like enum variants. r=brson
Patrick Walton
-0
/
+12
2012-12-13
librustc: Fix explicit self for objects in more cases. r=nmatsakis
Patrick Walton
-0
/
+156
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-344
/
+303
2012-12-12
Fix vtable calculations when translating static methods. Closes #4165
Brian Anderson
-0
/
+19
2012-12-12
syntax: remove remaining #syntaxext machinery. Close #3516.
Graydon Hoare
-3
/
+3
2012-12-12
syntax: remove most code handling old-style syntax extensions.
Graydon Hoare
-130
/
+3
2012-12-11
Reverse the order of the results of pipes::stream
Tim Chevalier
-24
/
+24
2012-12-11
Remove old deriving
Brian Anderson
-293
/
+0
2012-12-11
Fix deriving for single-variant enums
Brian Anderson
-0
/
+8
2012-12-11
Relate the module hierarchy to directory paths in the parser
Brian Anderson
-0
/
+157
2012-12-11
Allow pattern-matching on any strings, not just unique strings
Tim Chevalier
-3
/
+2
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-0
/
+15
2012-12-10
Adjust the die macro to only accept ~str and to work in statement position
Brian Anderson
-0
/
+11
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-1
/
+10581
2012-12-10
test: Fix aux-build in struct-destructuring-cross-crate. rs=bustage
Patrick Walton
-0
/
+2
2012-12-10
librustc: Fix bug preventing cross-crate struct destructuring from working. r...
Patrick Walton
-0
/
+9
2012-12-08
Update and un-xfail crate-method-reexport-grrrrrrr2
Tim Chevalier
-4
/
+3
2012-12-07
Xfail broken tests
Tim Chevalier
-0
/
+1
2012-12-07
test: Fix borrowck-preserve-box-in-pat. rs=bustage
Patrick Walton
-6
/
+6
2012-12-07
test: Fix borrowck-preserve-box-in-discr; more fallout from pattern bindings....
Patrick Walton
-6
/
+6
2012-12-07
test: Remove alt-implicit-copy.rs test. Incompatible with current borrow chec...
Patrick Walton
-6
/
+0
2012-12-07
test: Fix some busted run-pass tests, fallout from the pattern bindings chang...
Patrick Walton
-26
/
+7
[next]