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
/
libstd
/
rand
Age
Commit message (
Expand
)
Author
Lines
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-14
/
+14
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-10
/
+10
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-2
/
+2
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-1
/
+1
2015-01-28
Merge remote-tracking branch 'origin/master' into rollup
Manish Goregaokar
-1
/
+1
2015-01-28
Rollup merge of #21676 - Victory:fix-deprication-in-random, r=alexcrichton
Manish Goregaokar
-31
/
+31
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-7
/
+7
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
Don't use if we can avoid it
Victory
-23
/
+23
2015-01-26
cleanup depricated `uint` in rand mod and rand os
Victory
-31
/
+31
2015-01-26
Fallout of io => old_io
Alex Crichton
-7
/
+7
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-17
Register new snapshots.
Eduard Burtescu
-2
/
+2
2015-01-15
rollup merge of #21059: steveklabnik/gh16072
Alex Crichton
-1
/
+26
2015-01-12
Add note about TLS lookups in random()
Steve Klabnik
-1
/
+26
2015-01-11
powerpc: Add libstd utils
Richo Healey
-4
/
+10
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-2
/
+2
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-3
/
+0
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-3
/
+3
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
More test fixes!
Alex Crichton
-2
/
+2
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-1
/
+4
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-1
/
+4
2015-01-05
Implement Clone for PRNGs
Simonas Kazlauskas
-1
/
+2
2015-01-03
Remove deprecated functionality
Alex Crichton
-7
/
+7
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-04
auto merge of #20490 : japaric/rust/assoc-types, r=aturon
bors
-1
/
+1
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-6
/
+18
2015-01-03
std: fix fallout
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-3
/
+3
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-3
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-5
/
+6
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-3
/
+3
2015-01-02
More fallout
Nick Cameron
-9
/
+9
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-5
/
+5
2014-12-30
iOS: fallout of Sync oibit
Valerii Hiora
-0
/
+3
[next]