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-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
/
+53
2012-12-17
Add support for destructuring vectors in match expressions
Jakub Wieczorek
-0
/
+154
2012-12-17
test: Fix some broken test cases
Patrick Walton
-6
/
+20
2012-12-14
librustc: Add a lint mode for deprecated self. r=brson
Patrick Walton
-0
/
+20
2012-12-14
librustc: Fix type_use for generic newtype structs. Closes #4188. rs=bugfix
Patrick Walton
-0
/
+7
2012-12-14
librustc: Implement a lint mode for default methods. r=brson
Patrick Walton
-0
/
+8
2012-12-14
Revert "librustc: Implement a lint mode for default methods"
Patrick Walton
-8
/
+0
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
librustc: Implement a lint mode for default methods
Patrick Walton
-0
/
+8
2012-12-14
librustc: Ensure that no moves from the inside of @ or & boxes occur. rs=cras...
Patrick Walton
-0
/
+23
2012-12-14
xfail-fast run-pass/stat.rs
Brian Anderson
-0
/
+2
2012-12-14
Fix broken tests
Brian Anderson
-12
/
+12
2012-12-14
Fix broken test
Brian Anderson
-2
/
+2
2012-12-14
Fix trait-inheritance-overloading-xc and un-xfail
Tim Chevalier
-2
/
+1
2012-12-14
Fix broken tests
Brian Anderson
-1
/
+1
2012-12-14
Un-xfail tests that work now
Tim Chevalier
-2
/
+0
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-329
/
+329
2012-12-14
Remove spawn_listener, spawn_conversation
Brian Anderson
-1
/
+14
2012-12-14
Remove bench/shootout-threadring.rs
Brian Anderson
-63
/
+0
2012-12-14
Remove two comm-oriented benchmarks that have pipe equivs
Brian Anderson
-83
/
+0
2012-12-14
Fix broken tests
Brian Anderson
-3
/
+3
2012-12-13
librustc: Reset the mode context to MoveValue for block lambdas. rs=bugfix
Patrick Walton
-0
/
+27
2012-12-13
Update src/test/run-pass/static-fn-trait-xc.rs
Brian Anderson
-0
/
+1
2012-12-13
Fix broken tests
Brian Anderson
-89
/
+7
2012-12-13
Fix benchmarks
Brian Anderson
-208
/
+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
-68
/
+68
2012-12-13
Rename Owned trait to Durable
Brian Anderson
-16
/
+16
2012-12-13
librustc: Allow moves out of `self`. r=nmatsakis
Patrick Walton
-0
/
+56
2012-12-13
librustc: Automatically move non-implicitly-copyable types into unique closur...
Patrick Walton
-0
/
+15
2012-12-13
Fix encoding of trait static method paths. Closes #4097. r=pcwalton
Brian Anderson
-0
/
+20
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
-346
/
+312
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
-21
/
+6
2012-12-12
syntax: remove most code handling old-style syntax extensions.
Graydon Hoare
-185
/
+3
2012-12-12
syntax: remove all remaining uses of #ast, and #ast / qquote itself.
Graydon Hoare
-70
/
+64
2012-12-11
Reverse the order of the results of pipes::stream
Tim Chevalier
-35
/
+35
2012-12-11
Auto-deref when checking field and method privacy
Tim Chevalier
-5
/
+10
2012-12-11
Remove old deriving
Brian Anderson
-328
/
+0
2012-12-11
Avoid extra error for type mismatches in patterns
Tim Chevalier
-2
/
+1
2012-12-11
libstd: refactor future, remove with(), remove ~ indirection.
Graydon Hoare
-3
/
+3
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
Revert "Merge pull request #4144 from luqmana/deprecated-attribute"
Tim Chevalier
-10
/
+0
2012-12-11
Allow pattern-matching on any strings, not just unique strings
Tim Chevalier
-3
/
+2
2012-12-10
Merge pull request #4144 from luqmana/deprecated-attribute
Tim Chevalier
-0
/
+10
[prev]
[next]