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-08-14
Dodge 'use' keyword in testsuite. Was burning tree.
Graydon Hoare
-2
/
+2
2012-08-14
libsyntax: Give a nice error message when view items are used anywhere other ...
Patrick Walton
-0
/
+10
2012-08-14
Fix check-fast breakage
Brian Anderson
-2
/
+0
2012-08-14
Add xfail'd test for a default method containing 'self'.
Lindsey Kuper
-0
/
+21
2012-08-14
Compile default methods; un-xfail default methods test (cc: #2794).
Lindsey Kuper
-2
/
+0
2012-08-14
More attempts at fixing .. breakage.
Graydon Hoare
-1
/
+1
2012-08-14
fix more fallout from future de-mode-ing.
Graydon Hoare
-6
/
+6
2012-08-14
fix fallout from future de-mode-ing.
Graydon Hoare
-7
/
+7
2012-08-14
Try to fix pretty-test breakage harder.
Graydon Hoare
-1
/
+1
2012-08-14
Try to fix pretty-test breakage.
Graydon Hoare
-1
/
+1
2012-08-13
libsyntax: Implement [int*3] syntax for fixed length vector types
Patrick Walton
-0
/
+5
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-24
/
+24
2012-08-13
Stop parsing old operator overloading syntax
Brian Anderson
-1
/
+0
2012-08-13
Change borrowck error 'the the block' -> 'the block'
Ben Blum
-2
/
+2
2012-08-13
xfail-pretty run-pass/pipe-select-macro
Brian Anderson
-0
/
+1
2012-08-13
test: Make issue-2590 conform to the spirit of the test better
Patrick Walton
-3
/
+1
2012-08-13
test: Make issue-2590 test for implicit copies instead of moves.
Patrick Walton
-1
/
+3
2012-08-13
libsyntax: Allow "use" to be used in place of "import"
Patrick Walton
-0
/
+6
2012-08-13
In typeck::collect::ensure_trait_methods, don't assume the trait was already ...
Tim Chevalier
-0
/
+46
2012-08-13
libsyntax: Accept "1..3" as the preferred form of "1 to 3" in patterns
Patrick Walton
-7
/
+7
2012-08-13
test: Fix type error message in an effort to unbreak the build
Patrick Walton
-1
/
+1
2012-08-13
De-mode-ify a few minor libcore modules.
Graydon Hoare
-4
/
+4
2012-08-13
Got the select macro working.
Eric Holk
-34
/
+28
2012-08-13
test: Modify error messages in some compile-fail tests in an attempt to unbre...
Patrick Walton
-14
/
+14
2012-08-13
rustc: Make functional record and struct update use ".." instead of "with".
Patrick Walton
-3
/
+2
2012-08-13
xfail-fast run-pass/trait-to-str
Brian Anderson
-0
/
+2
2012-08-13
rustc: Mostly implement region-bounded stack closures
Patrick Walton
-3
/
+3
2012-08-13
rustc: Enum idents are not in the value namespace. Closes #3186
Brian Anderson
-0
/
+5
2012-08-13
core: Export to_str trait from top level. Closes #3175
Brian Anderson
-0
/
+6
2012-08-13
Add xfail'd test for default methods.
Lindsey Kuper
-0
/
+20
2012-08-11
correct glb computation, improve region error msgs
Niko Matsakis
-0
/
+34
2012-08-10
Xfail-fast, because these tests use failure
Eric Holk
-0
/
+4
2012-08-10
Fix compile-fail arc/sync tests
Ben Blum
-0
/
+6
2012-08-10
Handle failure during select nicely. Fixes #3176
Eric Holk
-0
/
+23
2012-08-10
Add a can't-nest-rw-arcs test case (xfailed, #3177)
Ben Blum
-0
/
+9
2012-08-10
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Ben Blum
-0
/
+5
2012-08-10
Terminate blocked receive packets on failure. Fixes #3168.
Eric Holk
-0
/
+19
2012-08-10
A better HTML parser.
Eric Holk
-43
/
+66
2012-08-10
An attempt at a macro to support HTML literals
Eric Holk
-0
/
+68
2012-08-10
Change 'ret' to 'return' in an error message
Brian Anderson
-0
/
+5
2012-08-09
Convert sync to the new struct syntax
Ben Blum
-1
/
+1
2012-08-09
rustc: Initialize the drop flag with the new struct literal syntax. Closes #3...
Patrick Walton
-0
/
+8
2012-08-09
Change coherence error 'implement a trait instead' -> 'implement a trait or n...
Ben Blum
-0
/
+6
2012-08-09
Finish translating const indexing. Close #1417, close #570, close #571, close...
Graydon Hoare
-9
/
+5
2012-08-09
Enforce a stricter notion of purity when borrowing. Fixes #3162.
Niko Matsakis
-0
/
+24
2012-08-09
Example from lkuper's intern talk, but now with static methods!
Lindsey Kuper
-0
/
+55
2012-08-09
Add example from lkuper's intern talk to the test suite.
Lindsey Kuper
-0
/
+54
2012-08-09
unxfail-test and try to test for similar conditions as before
Niko Matsakis
-7
/
+4
2012-08-08
Const field access (working) and vec indexing (almost). More for #2317.
Graydon Hoare
-0
/
+20
2012-08-08
libsyntax: Parse common enum fields
Patrick Walton
-0
/
+14
[prev]
[next]