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-07-11
Test (but don't pretty-print) the new macro system.
Paul Stansifer
-2
/
+37
2012-07-11
Change the interface of placement new to take a tydesc as part of Issue #2831.
Michael Sullivan
-3
/
+15
2012-07-11
Remove slow vec+=, and make word-count difficulty harder.
Eric Holk
-5
/
+4
2012-07-11
word-count-generic now generates random words in benchmark mode.
Eric Holk
-11
/
+52
2012-07-11
Add test case for #2869 (xfailed)
Tim Chevalier
-0
/
+14
2012-07-11
Fix some version numbers.
Graydon Hoare
-1
/
+1
2012-07-10
xfailing pipe-select on Windows, because it also uses fail.
Eric Holk
-0
/
+1
2012-07-10
Test for issue 2735
Tim Chevalier
-0
/
+14
2012-07-10
Un-xfail issue 2734 test
Tim Chevalier
-1
/
+0
2012-07-10
xfailing pipe-detect-term on Windows, because it requires failure.
Eric Holk
-0
/
+1
2012-07-10
Pipe code cleanup
Eric Holk
-2
/
+2
2012-07-10
Move streams into core.
Eric Holk
-43
/
+4
2012-07-10
Use protocol compiler in future.rs. Also split recv into recv and try_recv.
Eric Holk
-16
/
+11
2012-07-10
Handle failure conditions correctly in pipes.
Eric Holk
-1
/
+20
2012-07-10
Remember to wake up blocked task on sender terminate.
Eric Holk
-0
/
+30
2012-07-10
Added peek for pipes.
Eric Holk
-0
/
+23
2012-07-10
Added select2 for pipes.
Eric Holk
-1
/
+31
2012-07-10
Added a test case for issue #2834.
Eric Holk
-0
/
+21
2012-07-10
In resolve, check that an or-pattern has the same number of bindings in each ...
Tim Chevalier
-0
/
+22
2012-07-10
Modify reflect interface to pass tydescs back to client, stop on false return.
Graydon Hoare
-270
/
+184
2012-07-10
Disallow implicitly binding methods in typechecker. Closes #2189.
Michael Sullivan
-1
/
+4
2012-07-10
Get rid of places that expected foo.bar to implicitly bind.
Michael Sullivan
-10
/
+10
2012-07-10
Pretty print vectors as ~[] instead of []/~. Closes #2863.
Michael Sullivan
-40
/
+40
2012-07-10
test: Fix shootout-binarytrees
Brian Anderson
-1
/
+1
2012-07-10
test: Fix shootout-fasta
Brian Anderson
-1
/
+1
2012-07-09
Add test case for issue 2766, which resolve 3 fixes
Tim Chevalier
-0
/
+21
2012-07-09
Allow defining token tree macros. They should work now!
Paul Stansifer
-2
/
+2
2012-07-09
Xfail-fast a recent test that doesn't work on check-fast.
Graydon Hoare
-0
/
+1
2012-07-09
Catch one missing residual 'cont' -> 'again' change.
Graydon Hoare
-1
/
+1
2012-07-09
Merge branch 'incoming' of github.com:/mozilla/rust into incoming
Graydon Hoare
-1
/
+12
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-14
/
+14
2012-07-09
Remove xfail-test from (now functional) test. Fixes #2323.
Niko Matsakis
-1
/
+0
2012-07-09
Add clear methods to the tests that make maps.
Michael Sullivan
-0
/
+2
2012-07-09
rustc: Conditionally compile view items. #2357
Brian Anderson
-0
/
+10
2012-07-09
test: xfail-fast extern-crosscrate
Brian Anderson
-0
/
+1
2012-07-09
Fix metadata serialization of foreign functions. Properly take the value of f...
Josh Matthews
-0
/
+36
2012-07-09
test: Remove failing parts of the failing test (requires intertwining of reso...
Patrick Walton
-4
/
+0
2012-07-09
change borrowck error msg: 'declared in outer block' -> 'captured in a closur...
Ben Blum
-8
/
+8
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-189
/
+26
2012-07-07
Increase the difficulty of chameneos-redux under 'make perf'
Brian Anderson
-1
/
+3
2012-07-07
Add improvements suggested by erickt and bblum
Kevin Cantu
-29
/
+16
2012-07-07
Add the Alioth chameneos-redux benchmark
Kevin Cantu
-0
/
+214
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-26
/
+189
2012-07-06
rustc: Switch to the new resolution pass
Patrick Walton
-189
/
+26
2012-07-06
Be less eager about implicit borrowing when doing method resolution. Closes #...
Michael Sullivan
-0
/
+43
2012-07-06
Bank protocol example from blog post
Eric Holk
-0
/
+70
2012-07-06
Added a k-nucleotide version that uses pipes. 31% speedup.
Eric Holk
-0
/
+250
2012-07-06
Move string append to libraries. Closes #2710.
Michael Sullivan
-3
/
+1
2012-07-06
Removing locked queue port/chan prototype.
Eric Holk
-77
/
+0
2012-07-06
Updating tests to use pipes.
Eric Holk
-465
/
+26
[prev]
[next]