summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-10-09Documentation & address minor point.Huon Wilson-4/+8
2013-10-09std::rand: remove `seed`.Huon Wilson-52/+42
2013-10-09Convert rt::sched::new_sched_rng to use open/read/close rather than f*.Huon Wilson-16/+10
2013-10-09std::rand: adjust the f32 & f64 Rand instances.Huon Wilson-7/+8
2013-10-09std::rand: documentation additions & fixes.Huon Wilson-9/+52
2013-10-09std::rand: move the Rand impls into a separate file for neatness.Huon Wilson-167/+201
2013-10-09std::rand: add & split some tests.Huon Wilson-7/+82
2013-10-09std::rand: make the windows OSRng more correct, remove some C++.Huon Wilson-35/+51
2013-10-09std::rand: improve the task_rng code.Huon Wilson-20/+134
2013-10-09std::rand: Add a trait for seeding RNGs: SeedableRng.Huon Wilson-104/+223
2013-10-09std::rand: Add ReseedingRng, which will reseed an RNG after it generates a ce...Huon Wilson-0/+129
2013-10-09std::rand: add the StdRng wrapper for a blessed RNG.Huon Wilson-7/+54
2013-10-09std::rand: Add OSRng, ReaderRng wrappers around the OS RNG & generic Readers ...Huon Wilson-30/+435
2013-10-09std::rand: Add an implementation of ISAAC64.Huon Wilson-50/+281
2013-10-09std::rand: move the Isaac implementation to its own file.Huon Wilson-184/+207
2013-10-08Make std::rt::io::extensions publicSteven Fackler-1/+1
2013-10-08Fix float to float ToPrimitive implementation.Sébastien Crozet-2/+1
2013-10-08auto merge of #9757 : erickt/rust/master, r=alexcrichtonbors-3/+48
2013-10-08rm useless fast_ffi attributesDaniel Micay-24/+0
2013-10-08auto merge of #9759 : thestinger/rust/immediate, r=alexcrichtonbors-1/+3
2013-10-08make small ty_struct immediateDaniel Micay-1/+3
2013-10-07Fix merge fallout of privacy changesAlex Crichton-1/+1
2013-10-07std: fix an infinite loop in num::ToPrimitive and add testsErick Tryzelaar-3/+48
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-21/+35
2013-10-06auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmrbors-0/+2
2013-10-06auto merge of #9593 : fhahn/rust/logging-unsafe-removal, r=alexcrichtonbors-202/+305
2013-10-06get_crate_map returns an OptionFlorian Hahn-23/+42
2013-10-06Fix a typo in std::ops documentationHuon Wilson-1/+1
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+2
2013-10-05auto merge of #9713 : sfackler/rust/dynamic_lib, r=alexcrichtonbors-10/+19
2013-10-05auto merge of #9250 : erickt/rust/num, r=ericktbors-100/+897
2013-10-05std: add Primitive.is_signedErick Tryzelaar-0/+13
2013-10-05std: ToPrimitive's default impls should use `.to_*()`Erick Tryzelaar-22/+11
2013-10-05std: fix some warningsErick Tryzelaar-5/+0
2013-10-05std: check bounds for ints/uints in {To,From}PrimitiveErick Tryzelaar-60/+598
2013-10-05Implemented `IntoSendStr` on `SendStr` to allow naming aMarvin Löbel-0/+20
2013-10-05Make a task name use a `SendStr`, allowing for eitherMarvin Löbel-6/+22
2013-10-05Fix thread safety issues in dynamic_libSteven Fackler-10/+19
2013-10-05Add code for older crate map versions, bumped crate map version numberFlorian Hahn-38/+171
2013-10-05Use &'self str instead of raw char pointer in ModEntryFlorian Hahn-127/+99
2013-10-05Use slice representation for module entries in CrateMapFlorian Hahn-87/+47
2013-10-05Use slice representation for child crate mapsFlorian Hahn-116/+135
2013-10-04auto merge of #9727 : Valloric/rust/doc-fixes, r=catamorphismbors-1/+1
2013-10-04Fixed another minor typo in std::str docsStrahinja Val Markovic-1/+1
2013-10-04Fix minor typo in std::str module docsStrahinja Val Markovic-1/+1
2013-10-04auto merge of #9718 : alexcrichton/rust/snapshots, r=sanxiynbors-12/+0
2013-10-05rt::io::net::tcp: Fix eof_twice tests on Win32klutzy-6/+20
2013-10-05std::rt: Add NotConnected to IoErrorKindklutzy-0/+5
2013-10-05std::rt::uv::net: Handle `read_start` errorklutzy-2/+13
2013-10-04Register new snapshotsAlex Crichton-12/+0