summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-01-03libstd: De-`@mut` the `heap_cycles` testPatrick Walton-4/+8
2014-01-03libstd: Remove a spurious `@mut` from a disabled testPatrick Walton-2/+3
2014-01-03auto merge of #11149 : alexcrichton/rust/remove-either, r=brsonbors-282/+35
2014-01-03Remove std::eitherAlex Crichton-282/+35
2014-01-03auto merge of #11276 : brson/rust/0.9, r=pcwaltonbors-1/+1
2014-01-03auto merge of #10861 : alexcrichton/rust/iostr, r=pcwaltonbors-24/+73
2014-01-03Add read_to_str and write_{str, line}Alex Crichton-24/+73
2014-01-02Abort on double-failure. #910Brian Anderson-1/+7
2014-01-03fixup! libstd: Always inline all byteswap functionsCarl-Anton Ingmarsson-27/+27
2014-01-02auto merge of #10828 : SimonSapin/rust/ascii_opt, r=pcwaltonbors-36/+70
2014-01-02libstd: Always inline all byteswap functionsCarl-Anton Ingmarsson-27/+27
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-02auto merge of #11265 : c-a/rust/byteswap_from, r=alexcrichtonbors-0/+13
2014-01-01auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwaltonbors-0/+3
2014-01-01auto merge of #11242 : Dretch/rust/hashmap-key-value-iterators, r=pcwaltonbors-6/+39
2014-01-01Add byteswap intrinsics for converting from big/little to host endianCarl-Anton Ingmarsson-0/+13
2014-01-01auto merge of #11212 : alexcrichton/rust/local-task-count, r=brsonbors-37/+59
2014-01-01Move task count bookeeping out of libstdAlex Crichton-37/+59
2014-01-01Don't leave lingering files in doc testsAlex Crichton-0/+2
2013-12-31auto merge of #11187 : alexcrichton/rust/once, r=brsonbors-13/+150
2013-12-31Convert relevant static mutexes to OnceAlex Crichton-22/+15
2013-12-31auto merge of #11137 : g3xzh/rust/benchm, r=cmrbors-0/+41
2013-12-31auto merge of #11186 : alexcrichton/rust/native-udp, r=brsonbors-24/+115
2013-12-31auto merge of #11173 : whitequark/rust/master, r=thestingerbors-0/+12
2013-12-31Conservatively export all trait methods and implsAlex Crichton-0/+1
2013-12-31Fix issue #11216 - Replace std::hashmap::{each_key, each_value} with iterators.Gareth Smith-6/+39
2013-12-31Implement native UDP I/OAlex Crichton-24/+115
2013-12-31auto merge of #11208 : alexcrichton/rust/less-c, r=cmrbors-10/+102
2013-12-31auto merge of #11236 : huonw/rust/sort-rust-log-help, r=sanxiynbors-2/+9
2013-12-31std: print RUST_LOG=::help in sorted order.Huon Wilson-2/+9
2013-12-31Add .insert() and .insert_char() methods to ~str.Simon Sapin-0/+42
2013-12-30auto merge of #11142 : alan-andrade/rust/improve_opts_example, r=cmrbors-5/+9
2013-12-31Fix testsAlan Andrade-5/+9
2013-12-30Add rust_fail. #11219Brian Anderson-14/+21
2013-12-31Implement volatile_load and volatile_store intrinsics.Peter Zotov-0/+12
2013-12-30Convert some C functions to rust functionsAlex Crichton-10/+102
2013-12-30Add more benchmark tests to path/posixg3xzh-0/+41
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-28Implement a Once primitive for initializationAlex Crichton-1/+145
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