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-fasta.rs
Age
Commit message (
Expand
)
Author
Lines
2016-01-29
Remove src/test/bench
Brian Anderson
-370
/
+0
2015-09-24
change fasta benchmark to Veedrac's implementation
Andre Bogus
-87
/
+305
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-1
/
+0
2015-04-14
bench: Fix fallout in benchmarks
Alex Crichton
-11
/
+9
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-1
/
+2
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-02-18
rollup merge of #22287: Ryman/purge_carthographers
Alex Crichton
-1
/
+1
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-7
/
+5
2015-02-13
Cleanup getenv from tests and benchmarks
Simonas Kazlauskas
-2
/
+3
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-5
/
+5
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-07
remove some `slicing_syntax` feature gates
Jorge Aparicio
-2
/
+0
2015-01-07
fallout
Nick Cameron
-1
/
+1
2015-01-05
Remove use of associated_types feature gate from tests.
Huon Wilson
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+1
2015-01-03
add feature gate to some benchmarks
Jorge Aparicio
-1
/
+1
2015-01-03
bench: fix fallout
Jorge Aparicio
-2
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+3
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-1
/
+1
2014-12-13
Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN`
Jorge Aparicio
-1
/
+1
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-10-11
auto merge of #17936 : TeXitoi/rust/remove-shootout-warnings, r=alexcrichton
bors
-14
/
+17
2014-10-11
remove shootout warnings
Guillaume Pinot
-14
/
+17
2014-10-09
test: Convert statics to constants
Alex Crichton
-2
/
+2
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-0
/
+2
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-1
/
+1
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-2
/
+0
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-0
/
+2
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-09-17
Relicense shootout-fasta.rs ti the shootout license.
Guillaume Pinot
-14
/
+39
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+1
2014-05-08
Handle fallout in bench tests
Kevin Ballard
-0
/
+1
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-1
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-0
/
+1
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-2
/
+1
2014-03-01
std: Switch stdout/stderr to buffered by default
Alex Crichton
-1
/
+1
2014-02-17
Improve naming of tuple getters, and add mutable tuple getter
Brendan Zabarauskas
-1
/
+1
2014-02-13
Removed num::Orderable
Michael Darakananda
-1
/
+1
2014-01-17
Tweak the interface of std::io
Alex Crichton
-2
/
+1
2013-12-12
rewrite of shootout-fasta.rs
Guillaume Pinot
-112
/
+80
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-1
/
+1
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-1
/
+1
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-2
/
+2
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-2
/
+2
[next]