about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2013-10-04fix some examples in std::rand::Rngflo-l-6/+14
2013-10-03auto merge of #9522 : steveklabnik/rust/doc_std_opts, r=alexcrichtonbors-2/+382
2013-10-03Update std::ops docs as per feedbackSteve Klabnik-140/+112
2013-10-03Document logging and remove old functionsAlex Crichton-46/+90
2013-10-03Merge pull request #9697 from sfackler/issue_9155Daniel Micay-13/+9
2013-10-03auto merge of #9691 : alexcrichton/rust/rustdoc, r=cmrbors-1/+2
2013-10-03Close out #9155Steven Fackler-13/+9
2013-10-02auto merge of #9693 : sfackler/rust/newtype-removal, r=alexcrichtonbors-30/+48
2013-10-02Stop using newtype wrappers in std::rt::ioSteven Fackler-30/+48