about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-01-07auto merge of #11348 : alexcrichton/rust/snapshots, r=brsonbors-32/+2
2014-01-07auto merge of #11342 : huonw/rust/trie-mut, r=alexcrichtonbors-154/+283
2014-01-08std::trie: make lower_bound and upper_bound about 15% faster.Huon Wilson-10/+10
2014-01-08std::trie: Add some iteration/search benchmarks.Huon Wilson-0/+60
2014-01-08std::trie: use macros to share code between the iterator implementations.Huon Wilson-129/+126
2014-01-08std::trie: remove some obsolete internal iterators.Huon Wilson-99/+3
2014-01-08std::trie: add an mutable-values iterator.Huon Wilson-0/+168
2014-01-07auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichtonbors-17/+17
2014-01-06auto merge of #11355 : alexcrichton/rust/read-waits-forever, r=brsonbors-0/+22
2014-01-07std::rt: require known stack bounds for all tasks.Huon Wilson-2/+3
2014-01-06Don't read forever on a file descriptorAlex Crichton-0/+22
2014-01-06Support arbitrary stdout/stderr/logger handlesAlex Crichton-156/+272
2014-01-06auto merge of #10826 : SimonSapin/rust/str-insert, r=brsonbors-0/+42
2014-01-06Remove some unnecessary type castsFlorian Hahn-17/+17
2014-01-06auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwaltonbors-0/+21
2014-01-06Register new snapshotsAlex Crichton-32/+2
2014-01-06auto merge of #11333 : cmr/rust/triage2, r=alexcrichtonbors-5/+11
2014-01-06Don't wait for a full buffer when reading TCPAlex Crichton-0/+21
2014-01-05Fix some warningsCorey Richardson-3/+2
2014-01-05std: mark some modules as unstableCorey Richardson-2/+9
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