about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2013-12-25std::vec: clarify & examplify more docs.Huon Wilson-16/+79
2013-12-25std::vec: correct .sort()'s doc-string and add someHuon Wilson-11/+36
2013-12-24Stop using C++ exceptions for stack unwinding.Vadim Chugunov-70/+286
2013-12-23auto merge of #11022 : spaolacci/rust/0read, r=alexcrichtonbors-3/+31
2013-12-23[std::ascii] Add .to_ascii_opt() and .into_ascii_opt() returning OptionSimon Sapin-36/+70
2013-12-23Fixing more doc testsAlex Crichton-4/+10
2013-12-23std: Fix all code examplesAlex Crichton-90/+147
2013-12-23Add tests for 0-byte read propagation.Sébastien Paolacci-0/+28
2013-12-22auto merge of #11111 : alexcrichton/rust/issue-11039, r=brsonbors-0/+4
2013-12-22auto merge of #11082 : brson/rust/noat, r=alexcrichtonbors-76/+89
2013-12-22auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichtonbors-2/+297
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-55/+34
2013-12-21Guarantee comm primitives are not FreezeAlex Crichton-0/+4
2013-12-21std: Remove some @-boxesBrian Anderson-76/+89
2013-12-20Implement size_hint() for ByRef iteratorPalmer Cox-1/+2
2013-12-20Update next() and size_hint() for MutSpliterIteratorPalmer Cox-11/+8
2013-12-20Remove remainder field from MutChunkIterPalmer Cox-13/+10
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-7/+64
2013-12-20auto merge of #10986 : adridu59/rust/patch-new, r=alexcrichtonbors-3/+3
2013-12-20doc: forward-port the conditions tutorial + fixup libstd exampleAdrien Tétar-3/+3
2013-12-20auto merge of #11081 : alexcrichton/rust/comm-adapters, r=huonwbors-2/+5
2013-12-19auto merge of #11071 : huonw/rust/quiet-test, r=cmrbors-46/+28