about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-926/+22
2014-02-23Register snapshots.Huon Wilson-5/+0
2014-02-23auto merge of #12311 : brson/rust/unstable, r=alexcrichtonbors-103/+91
2014-02-23std: Move unstable::stack to rt::stackBrian Anderson-4/+6
2014-02-23std: Remove unstable::langBrian Anderson-55/+36
2014-02-23std: Move raw to std::rawBrian Anderson-15/+18
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-29/+31
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-2594/+47
2014-02-22auto merge of #11863 : erickt/rust/hash, r=acrichtobors-8/+905
2014-02-22std: fix the hash doctestErick Tryzelaar-2/+2
2014-02-22Warn about unnecessary parentheses upon assignmentEduard Bopp-2/+2
2014-02-21auto merge of #12422 : alexcrichton/rust/buffered-default, r=brsonbors-10/+20
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-7/+904
2014-02-21auto merge of #12421 : Hywan/rust/api_doc, r=alexcrichtonbors-3/+3
2014-02-21std: minor whitespace cleanupErick Tryzelaar-1/+1
2014-02-21auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichtonbors-155/+620
2014-02-21auto merge of #12253 : pcwalton/rust/more-vec-ng, r=alexcrichtonbors-9/+200
2014-02-21libstd: Implement some convenience methods on vectorsPatrick Walton-9/+200
2014-02-21auto merge of #12326 : bjz/rust/integer, r=alexcrichtonbors-418/+29
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-15/+8
2014-02-22Decouple integer formatting from std::num::strconvBrendan Zabarauskas-139/+609
2014-02-22Add Pod trait bound to std::num::PrimitiveBrendan Zabarauskas-1/+3
2014-02-21auto merge of #12420 : pnkfelix/rust/fsk-improve-doc-for-ptr-offset, r=alexcr...bors-1/+2
2014-02-21auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichtonbors-17/+13
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-418/+29
2014-02-21auto merge of #12410 : DaGenix/rust/fix-incorrect-comment, r=alexcrichtonbors-11/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-101/+101
2014-02-20Return a buffered stdin by default.Alex Crichton-10/+20
2014-02-20Fix some typos.Ivan Enderlin-3/+3
2014-02-20ptr::RawPtr, spell out units used for the `offset` argument.Felix S. Klock II-1/+2
2014-02-20rustc: avoid compiler generated `unsafe` blocks leaking.Huon Wilson-17/+13
2014-02-20auto merge of #12397 : alexcrichton/rust/send-off-the-runtime, r=brsonbors-10/+49
2014-02-20auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichtonbors-21/+34
2014-02-20auto merge of #12396 : alexcrichton/rust/windows-env-var, r=huonwbors-1/+13
2014-02-20move extra::test to libtestLiigo Zhuang-21/+34
2014-02-19Update comments in the preludePalmer Cox-11/+2
2014-02-19Fix sending/try_recv on channels off the runtimeAlex Crichton-10/+49
2014-02-19Fix getting/setting huge env vars on windowsAlex Crichton-1/+13
2014-02-19auto merge of #12374 : dylanbraithwaite/rust/size_of_unit_clarification, r=cmrbors-5/+5
2014-02-19rustdoc: Handle links to reexported itemsAlex Crichton-2/+5
2014-02-19rustdoc: Show macros in documentationAlex Crichton-1/+173
2014-02-18auto merge of #12317 : huonw/rust/utf16, r=alexcrichtonbors-50/+305
2014-02-19str: add a function for truncating a vector of u16 at NUL.Huon Wilson-3/+51
2014-02-18Clarify unit of size in docs for size_of functions.Dylan Braithwaite-5/+5
2014-02-18auto merge of #12357 : chromatic/rust/gh_11976_fail_bounds_check_str, r=alexc...bors-2/+12
2014-02-18auto merge of #12314 : huonw/rust/is_utf8_iter, r=kballardbors-45/+70
2014-02-18std: convert first_non_utf8_byte to use the iterator.Huon Wilson-61/+11
2014-02-18std::str: safen and optimize is_utf8.Huon Wilson-2/+77
2014-02-18auto merge of #12345 : huonw/rust/speeling, r=cmrbors-7/+6
2014-02-17auto merge of #12321 : bjz/rust/remove-real, r=alexcrichtonbors-504/+494