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-reverse-complement.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-2
/
+2
2015-01-09
Merge pull request #20718 from tshepang/bench-fix-some-warnings
bors
-1
/
+1
2015-01-08
bench: fix a few compiler warnings
Tshepang Lekhonkhobe
-1
/
+1
2015-01-07
remove some `slicing_syntax` feature gates
Jorge Aparicio
-1
/
+1
2015-01-06
More test fixes
Alex Crichton
-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
/
+2
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-03
auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...
bors
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-12
/
+7
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-30
Fallout from mut slices
Nick Cameron
-1
/
+1
2014-12-26
Add a Racy type to bench tests
Flavio Percoco
-6
/
+11
2014-12-25
Parse fully-qualified associated types in generics without whitespace
P1start
-1
/
+1
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-4
/
+4
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-11-18
Update test for equivalency to include region binders in object types, add ne...
Niko Matsakis
-1
/
+1
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+3
2014-10-28
rephrase some comments according to remarks in the PR
Guillaume Pinot
-4
/
+4
2014-10-26
simplify shootout-reverse-complement.rs
Guillaume Pinot
-179
/
+109
2014-10-24
ignore-android
Julian Orth
-0
/
+2
2014-10-24
Improve shootout-reverse-complement
Julian Orth
-88
/
+259
2014-10-16
shootout-reverse-complement: reimplement TwoSideIter using pointers
Guillaume Pinot
-23
/
+32
2014-10-14
improve shootout-reverse-complement.rs using unsafe code
Guillaume Pinot
-11
/
+36
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-16
Fallout from renaming
Aaron Turon
-5
/
+5
2014-09-07
Relicense shootout-reverse-complement.rs to the shootout license.
Guillaume Pinot
-8
/
+38
2014-05-13
Touch up and rebase previous commits
Alex Crichton
-1
/
+1
2014-04-06
De-~[] Reader and Writer
Steven Fackler
-2
/
+2
2014-04-02
Fix fallout of requiring uint indices
Alex Crichton
-5
/
+5
2014-03-11
fix a bug in shootout-reverse-complement, official tests should pass with it
Guillaume Pinot
-1
/
+3
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2014-02-03
Fixing remaining warnings and errors throughout
Alex Crichton
-1
/
+2
2014-01-17
xfail shootout-reverse-complement on android
Brian Anderson
-0
/
+2
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-1
/
+1
2013-12-04
rewrite of shootout-reverse-complement.rs
Guillaume Pinot
-142
/
+70
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-1
/
+0
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-1
/
+1
2013-08-30
Revert "src/test/bench: restructure"
Corey Richardson
-0
/
+152
2013-08-28
src/test/bench: restructure
Corey Richardson
-152
/
+0
2013-07-20
Fix warnings in src/test/bench tests. Nobody will ever care.
Ben Blum
-1
/
+0
2013-06-28
Convert vec::{reserve, reserve_at_least, capacity} to methods.
Huon Wilson
-4
/
+3
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-6
/
+6
[next]