| Age | Commit message (Expand) | Author | Lines |
| 2013-10-09 | Documentation & address minor point. | Huon Wilson | -4/+8 |
| 2013-10-09 | std::rand: remove `seed`. | Huon Wilson | -52/+42 |
| 2013-10-09 | Convert rt::sched::new_sched_rng to use open/read/close rather than f*. | Huon Wilson | -16/+10 |
| 2013-10-09 | std::rand: adjust the f32 & f64 Rand instances. | Huon Wilson | -7/+8 |
| 2013-10-09 | std::rand: documentation additions & fixes. | Huon Wilson | -9/+52 |
| 2013-10-09 | std::rand: move the Rand impls into a separate file for neatness. | Huon Wilson | -167/+201 |
| 2013-10-09 | std::rand: add & split some tests. | Huon Wilson | -7/+82 |
| 2013-10-09 | std::rand: make the windows OSRng more correct, remove some C++. | Huon Wilson | -35/+51 |
| 2013-10-09 | std::rand: improve the task_rng code. | Huon Wilson | -20/+134 |
| 2013-10-09 | std::rand: Add a trait for seeding RNGs: SeedableRng. | Huon Wilson | -104/+223 |
| 2013-10-09 | std::rand: Add ReseedingRng, which will reseed an RNG after it generates a ce... | Huon Wilson | -0/+129 |
| 2013-10-09 | std::rand: add the StdRng wrapper for a blessed RNG. | Huon Wilson | -7/+54 |
| 2013-10-09 | std::rand: Add OSRng, ReaderRng wrappers around the OS RNG & generic Readers ... | Huon Wilson | -30/+435 |
| 2013-10-09 | std::rand: Add an implementation of ISAAC64. | Huon Wilson | -50/+281 |
| 2013-10-09 | std::rand: move the Isaac implementation to its own file. | Huon Wilson | -184/+207 |
| 2013-10-08 | Make std::rt::io::extensions public | Steven Fackler | -1/+1 |
| 2013-10-08 | Fix float to float ToPrimitive implementation. | Sébastien Crozet | -2/+1 |
| 2013-10-08 | auto merge of #9757 : erickt/rust/master, r=alexcrichton | bors | -3/+48 |
| 2013-10-08 | rm useless fast_ffi attributes | Daniel Micay | -24/+0 |
| 2013-10-08 | auto merge of #9759 : thestinger/rust/immediate, r=alexcrichton | bors | -1/+3 |
| 2013-10-08 | make small ty_struct immediate | Daniel Micay | -1/+3 |
| 2013-10-07 | Fix merge fallout of privacy changes | Alex Crichton | -1/+1 |
| 2013-10-07 | std: fix an infinite loop in num::ToPrimitive and add tests | Erick Tryzelaar | -3/+48 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -21/+35 |
| 2013-10-06 | auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmr | bors | -0/+2 |
| 2013-10-06 | auto merge of #9593 : fhahn/rust/logging-unsafe-removal, r=alexcrichton | bors | -202/+305 |
| 2013-10-06 | get_crate_map returns an Option | Florian Hahn | -23/+42 |
| 2013-10-06 | Fix a typo in std::ops documentation | Huon Wilson | -1/+1 |
| 2013-10-05 | Implement feature-gating for the compiler | Alex Crichton | -0/+2 |
| 2013-10-05 | auto merge of #9713 : sfackler/rust/dynamic_lib, r=alexcrichton | bors | -10/+19 |
| 2013-10-05 | auto merge of #9250 : erickt/rust/num, r=erickt | bors | -100/+897 |
| 2013-10-05 | std: add Primitive.is_signed | Erick Tryzelaar | -0/+13 |
| 2013-10-05 | std: ToPrimitive's default impls should use `.to_*()` | Erick Tryzelaar | -22/+11 |
| 2013-10-05 | std: fix some warnings | Erick Tryzelaar | -5/+0 |
| 2013-10-05 | std: check bounds for ints/uints in {To,From}Primitive | Erick Tryzelaar | -60/+598 |
| 2013-10-05 | Implemented `IntoSendStr` on `SendStr` to allow naming a | Marvin Löbel | -0/+20 |
| 2013-10-05 | Make a task name use a `SendStr`, allowing for either | Marvin Löbel | -6/+22 |
| 2013-10-05 | Fix thread safety issues in dynamic_lib | Steven Fackler | -10/+19 |
| 2013-10-05 | Add code for older crate map versions, bumped crate map version number | Florian Hahn | -38/+171 |
| 2013-10-05 | Use &'self str instead of raw char pointer in ModEntry | Florian Hahn | -127/+99 |
| 2013-10-05 | Use slice representation for module entries in CrateMap | Florian Hahn | -87/+47 |
| 2013-10-05 | Use slice representation for child crate maps | Florian Hahn | -116/+135 |
| 2013-10-04 | auto merge of #9727 : Valloric/rust/doc-fixes, r=catamorphism | bors | -1/+1 |
| 2013-10-04 | Fixed another minor typo in std::str docs | Strahinja Val Markovic | -1/+1 |
| 2013-10-04 | Fix minor typo in std::str module docs | Strahinja Val Markovic | -1/+1 |
| 2013-10-04 | auto merge of #9718 : alexcrichton/rust/snapshots, r=sanxiyn | bors | -12/+0 |
| 2013-10-05 | rt::io::net::tcp: Fix eof_twice tests on Win32 | klutzy | -6/+20 |
| 2013-10-05 | std::rt: Add NotConnected to IoErrorKind | klutzy | -0/+5 |
| 2013-10-05 | std::rt::uv::net: Handle `read_start` error | klutzy | -2/+13 |
| 2013-10-04 | Register new snapshots | Alex Crichton | -12/+0 |