about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-01-06Revert "std: adjust requested stack size for thread-local storage."Huon Wilson-19/+1
2014-01-04auto merge of #11316 : vadimcn/rust/arm-ehabi, r=alexcrichtonbors-6/+12
2014-01-04auto merge of #11310 : Dretch/rust/write_char, r=alexcrichtonbors-0/+18
2014-01-04Condition EH ABI on target_arch, not target_os.Vadim Chugunov-6/+12
2014-01-04auto merge of #11188 : brson/rust/noderef, r=brsonbors-43/+88
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-43/+88
2014-01-04auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichtonbors-1/+19
2014-01-04auto merge of #11301 : vadimcn/rust/fix-android, r=brsonbors-46/+113
2014-01-04auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwaltonbors-0/+8
2014-01-04auto merge of #11271 : adridu59/rust/patch-io, r=huonwbors-21/+45
2014-01-04Restore Writer.write_char, see #10861.Gareth Smith-0/+18
2014-01-04std: io: add some code examplesAdrien Tétar-21/+45
2014-01-04auto merge of #11283 : brson/rust/doublefailure, r=alexcrichtonbors-1/+7
2014-01-04Add a stack_bounds function to the Runtime traitAlex Crichton-0/+8
2014-01-03Fix ARM unwinding.Vadim Chugunov-46/+113
2014-01-03auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwaltonbors-94/+12
2014-01-03libsyntax: Fix tests.Patrick Walton-0/+1
2014-01-03auto merge of #11280 : c-a/rust/inline_byteswap, r=brsonbors-27/+27
2014-01-04std: adjust requested stack size for thread-local storage.Huon Wilson-1/+19
2014-01-03libstd: Remove all support code related to `@mut`Patrick Walton-88/+0
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