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-k-nucleotide-pipes.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-04-28
Reference the correct issue and clarify failure
Tamir Duberstein
-1
/
+1
2015-04-28
#10393 & #13206: Warnings
Tamir Duberstein
-4
/
+2
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
bench: Fix fallout in benchmarks
Alex Crichton
-15
/
+12
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-8
/
+8
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-1
/
+1
2015-02-18
Fix remaining bench/debuginfo tests (and a few stragglers)
Niko Matsakis
-18
/
+18
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-13
Cleanup getenv from tests and benchmarks
Simonas Kazlauskas
-1
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-2
/
+2
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-2
/
+2
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-4
/
+6
2015-01-07
remove some `slicing_syntax` feature gates
Jorge Aparicio
-2
/
+0
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-07
fallout
Nick Cameron
-2
/
+2
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-05
fix benchmarks
Jorge Aparicio
-1
/
+3
2015-01-03
Remove deprecated functionality
Alex Crichton
-9
/
+8
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-3
/
+6
2014-12-27
auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfackler
bors
-5
/
+4
2014-12-26
Fix up remaining usage of `to_ascii`.
Simon Sapin
-5
/
+4
2014-12-23
Rename include_bin! to include_bytes!
Chris Wong
-1
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-12-05
Utilize fewer reexports
Corey Farwell
-4
/
+4
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-1
/
+1
2014-11-17
Fallout from deprecation
Aaron Turon
-1
/
+1
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-10-31
DSTify Hash
Jorge Aparicio
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-15
/
+14
2014-10-15
Renamed AsciiStr::to_lower and AsciiStr::to_upper
=
-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
-2
/
+2
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-2
/
+2
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
-2
/
+2
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-07-17
Rename functions in the CloneableVector trait
Adolfo OchagavĂa
-2
/
+2
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-2
/
+2
2014-07-01
rustc: Remove `&str` indexing from the language.
Brian Anderson
-1
/
+1
[next]