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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
bench
/
shootout-pfib.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-1
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-4
/
+4
2013-08-02
replace `range` with an external iterator
Daniel Micay
-4
/
+3
2013-08-01
auto merge of #8164 : brson/rust/noportset, r=pcwalton
bors
-5
/
+7
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-07-31
std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared...
Brian Anderson
-5
/
+7
2013-07-20
Fix warnings in src/test/bench tests. Nobody will ever care.
Ben Blum
-4
/
+3
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-1
/
+1
2013-06-27
Convert vec::[mut_]slice to methods, remove vec::const_slice.
Huon Wilson
-2
/
+1
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-06-12
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...
Huon Wilson
-2
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-2
/
+8
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-6
/
+6
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
2013-05-08
test: Fix modes in the benchmarks.
Patrick Walton
-1
/
+1
2013-05-08
test: Fix tests and the pipe compiler
Patrick Walton
-5
/
+6
2013-04-29
test: Fix tests.
Patrick Walton
-4
/
+4
2013-04-29
test: Remove #[legacy_modes] from the test suite.
Patrick Walton
-2
/
+0
2013-04-18
core::comm: Modernize constructors to use `new`
Brian Anderson
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-02
test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun
Patrick Walton
-1
/
+1
2013-02-26
Removed deprecated `str()` functions in int-template.rs and uint-template.rs
Marvin Löbel
-1
/
+1
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-8
/
+5
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-4
/
+4
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-30
Remove oldcomm from the test suite
Brian Anderson
-1
/
+1
2013-01-28
testsuite: De-record most bench tests
Tim Chevalier
-4
/
+8
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-1
/
+1
2012-12-11
Reverse the order of the results of pipes::stream
Tim Chevalier
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-06
test: Fix compilation of benchmarks for moves-based-on-type. rs=bustage
Patrick Walton
-1
/
+1
2012-11-24
[libstd] getopts, now with fewer copies
Tim Chevalier
-1
/
+1
2012-10-30
Remove xfail-pretty from tests that pretty-print correctly now
Tim Chevalier
-1
/
+0
2012-10-23
core: Use PortOne instead of Future in future_result
Brian Anderson
-1
/
+1
2012-10-12
Make moves explicit in bench tests
Tim Chevalier
-5
/
+5
2012-10-04
Remove arg vectors from main functions. Stop supporting them.
Brian Anderson
-1
/
+2
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
2012-09-25
use + mode for (almost) everything when not using legacy modes
Niko Matsakis
-1
/
+1
2012-09-23
core: Demode option
Brian Anderson
-2
/
+2
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-1
/
+1
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-0
/
+2
2012-09-15
int/uint parse_buf => parse_bytes (#3444)
Erick Tryzelaar
-2
/
+2
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-08
test: bunch of test cleanup from sendable_futures change
Jeff Olson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-10
/
+10
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-3
/
+3
2012-08-27
Convert core::result to camel case
Brian Anderson
-3
/
+3
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-1
/
+1
[next]