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
2014-12-21
rollup merge of #20086: shepmaster/random-typo
Alex Crichton
-2
/
+2
2014-12-21
rollup merge of #19973: vhbit/ios-no-copy
Alex Crichton
-1
/
+0
2014-12-20
Fix small typos in std::rand documentation
Jake Goulding
-2
/
+2
2014-12-19
libstd: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-7
/
+8
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-18
iOS: fallout of `marker::NoCopy` removal
Valerii Hiora
-1
/
+0
2014-12-17
rollup merge of #19868: sourcefrog/master
Alex Crichton
-3
/
+6
2014-12-17
rollup merge of #19832: japaric/no-nocopy
Alex Crichton
-2
/
+4
2014-12-15
libstd: add a dummy field to `OsRng` to avoid out of module construction
Jorge Aparicio
-2
/
+5
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-4
/
+3
2014-12-14
Fix Markdown syntax in docs for OsRng
Martin Pool
-3
/
+6
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-4
/
+4
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-12-09
rollup merge of #19614: steveklabnik/gh19599
Alex Crichton
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-1
/
+6
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-3
/
+3
2014-12-07
remove usage of notrust from the docs
Steve Klabnik
-1
/
+1
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-3
/
+3
2014-12-05
Utilize fewer reexports
Corey Farwell
-5
/
+5
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-19
/
+12
2014-11-19
iOS: fixed broken build after disallowed coercions
Valerii Hiora
-2
/
+2
2014-11-18
Windows and OS X fallout
Nick Cameron
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-10
/
+10
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-11-06
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-11-06
rollup merge of #18664 : klutzy/getrandom
Alex Crichton
-12
/
+120
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-3
/
+3
2014-11-06
std::rand::OsRng: Use `getrandom` syscall on Linux
klutzy
-12
/
+120
2014-11-01
collections: Remove all collections traits
Alex Crichton
-5
/
+3
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-1
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-11
/
+13
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-13
Clean up rustc warnings.
NODA, Kai
-8
/
+7
2014-10-06
Fixed iOS build (statics name lint)
Valerii Hiora
-0
/
+1
2014-10-03
rollup merge of #17387 : sneves/master
Alex Crichton
-1
/
+1
2014-09-30
Fix libstd
Steven Fackler
-1
/
+1
2014-09-30
Include ChaCha pseudorandom generator
Samuel Neves
-1
/
+1
2014-09-26
Disable runtime split stack support on Windows
Brian Anderson
-39
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-1
/
+1
2014-08-26
auto merge of #16742 : vhbit/rust/ios-ffi-fix, r=alexcrichton
bors
-0
/
+1
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-3
/
+6
2014-08-25
Adopting FFI changes for iOS
Valerii Hiora
-0
/
+1
2014-08-21
auto merge of #16362 : nham/rust/std_rand_pi_example, r=huonw
bors
-0
/
+43
[next]