summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-01-08Robustly read remaining bytes in a characterAlex Crichton-4/+16
2014-01-08auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwaltonbors-128/+147
2014-01-08auto merge of #11405 : huonw/rust/moredocs, r=huonwbors-6/+6
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-2/+1
2014-01-07extratest: Fix all leaked trait importsAlex Crichton-1/+2
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-99/+65
2014-01-07Fix remaining cases of leaking importsAlex Crichton-5/+17
2014-01-07std: Fill in all missing importsAlex Crichton-24/+65
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-6/+6
2014-01-08Renamed Option::map_default and mutate_default to map_or and mutate_or_setMarvin Löbel-7/+7
2014-01-07auto merge of #11353 : alexcrichton/rust/improve-logging, r=brsonbors-156/+272
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-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