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
/
bench
/
shootout-reverse-complement.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-28
Reference the correct issue and clarify failure
Tamir Duberstein
-1
/
+1
2015-04-28
#10393 & #13206: Warnings
Tamir Duberstein
-1
/
+1
2015-04-28
test: Fix some tests to run with musl
Alex Crichton
-4
/
+4
2015-04-14
rollup merge of #24385: aturon/unstable-scoped
Alex Crichton
-1
/
+1
2015-04-14
bench: Fix fallout in benchmarks
Alex Crichton
-50
/
+15
2015-04-14
Fallout: move from scoped to spawn
Aaron Turon
-1
/
+1
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-2
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-10
/
+10
2015-03-23
rollup merge of #23503: alexcrichton/fix-ptr-docs
Alex Crichton
-3
/
+3
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-21
std: Remove deprecated ptr functions
Alex Crichton
-3
/
+3
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-1
/
+1
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-15
/
+6
2015-02-18
Update tests for the Send - 'static change.
Huon Wilson
-14
/
+5
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-06
Rollup merge of #21955 - jbcrail:fix-test-comments, r=steveklabnik
Manish Goregaokar
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-2
/
+2
2015-02-04
Fix for misspelled comments in tests.
Joseph Crail
-2
/
+2
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
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
[next]