about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-12-31std: print RUST_LOG=::help in sorted order.Huon Wilson-2/+9
2013-12-30auto merge of #11199 : alexcrichton/rust/windows-isnt-waiting, r=pcwaltonbors-4/+1
2013-12-29Actually block in a windows cvarAlex Crichton-4/+1
2013-12-29Add method .as_mut_slice() to MutableVectorKevin Ballard-0/+6
2013-12-29auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmrbors-42/+50
2013-12-28auto merge of #11180 : alexcrichton/rust/fix-deferred-send, r=cmrbors-1/+1
2013-12-28auto merge of #11150 : huonw/rust/moar-docs, r=alexcrichtonbors-174/+189
2013-12-29std::hashmap: add an example with the basic methods.Huon Wilson-0/+39
2013-12-28Guard a maybe_yield in Chan with can_reschedAlex Crichton-1/+1
2013-12-28auto merge of #11159 : alexcrichton/rust/native-io, r=pcwaltonbors-75/+506
2013-12-27Implement native TCP I/OAlex Crichton-70/+354
2013-12-27auto merge of #11160 : octurion/rust/cloneable, r=alexcrichtonbors-5/+5
2013-12-27Bring native process bindings up to dateAlex Crichton-6/+152
2013-12-27auto merge of #11098 : erickt/rust/collect, r=alexcrichtonbors-31/+98
2013-12-27Renamed ClonableIterator to CloneableIteratorAlexandros Tasos-5/+5
2013-12-27std: uniform modules titles for docLuca Bruno-42/+50
2013-12-26libstd: Make a temporary separate `stage0` implementation for `Cell` toPatrick Walton-0/+27
2013-12-26std: result::collect to take an iterator, add option::collectErick Tryzelaar-29/+97
2013-12-26std: remove some test warningsErick Tryzelaar-2/+1
2013-12-26Register new snapshotsAlex Crichton-27/+0
2013-12-27std::hashmap: add an example to mangle.Huon Wilson-0/+37
2013-12-26std::rand: remove the `fn main()` from the examples.Huon Wilson-174/+113
2013-12-26auto merge of #11127 : huonw/rust/vec-docs, r=alexcrichtonbors-27/+115
2013-12-25Test fixes and rebase conflictsAlex Crichton-109/+144
2013-12-24green: Move a scheduler test inside libgreenAlex Crichton-60/+0
2013-12-24std: Remove must deferred sending functionsAlex Crichton-34/+5
2013-12-24rustuv: Remove the id() function from IoFactoryAlex Crichton-2/+0
2013-12-24std: Stop reexporting the contents of 'mod consts'Alex Crichton-3/+1
2013-12-24native: Protect against spurious wakeups on cvarsAlex Crichton-1/+1
2013-12-24green: Properly wait for main before shutdownAlex Crichton-12/+15
2013-12-24Test fixes and rebase problemsAlex Crichton-3/+96
2013-12-24green: Allow specifying an IoFactory for poolsAlex Crichton-1/+1
2013-12-24std: Implement yields on receives for channelsAlex Crichton-5/+20
2013-12-24Finalize the green::Pool typeAlex Crichton-16/+35
2013-12-24rustuv: Get all tests passing again after refactorAlex Crichton-3/+2
2013-12-24std: Get stdtest all passing againAlex Crichton-584/+436
2013-12-24std: Update std::rt::thread to specify stack sizesAlex Crichton-8/+16
2013-12-24std: Fix a bug where Local::take() didn't zero outAlex Crichton-1/+3
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-3765/+350
2013-12-24native: Introduce libnativeAlex Crichton-1852/+0
2013-12-24std: Reimplement std::comm without the schedulerAlex Crichton-362/+40
2013-12-24std: Move management of the exit code to std::osAlex Crichton-5/+15
2013-12-24std: Change Any::move to never consume the objectAlex Crichton-9/+10
2013-12-24std: Make logging safely implementedAlex Crichton-21/+11
2013-12-24std: Handle prints with literally no contextAlex Crichton-4/+25
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-176/+118
2013-12-24std: Introduce std::syncAlex Crichton-511/+283
2013-12-24std: Delete rt::testAlex Crichton-1030/+583
2013-12-24std: Introduce an unstable::stack moduleAlex Crichton-2/+276
2013-12-24std: Introduce a Runtime traitAlex Crichton-269/+25