summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-02-26auto merge of #12490 : zslayton/rust/doc-fix-12386, r=alexcrichtonbors-19/+9
2014-02-25auto merge of #12505 : alexcrichton/rust/fix-stack-overflow, r=brsonbors-5/+10
2014-02-25std: Tweak stack overflow printing for robustnessAlex Crichton-5/+10
2014-02-25Add a method of manually specifying the crate mapAlex Crichton-8/+43
2014-02-25auto merge of #12522 : erickt/rust/hash, r=alexcrichtonbors-11/+1
2014-02-25auto merge of #12525 : eddyb/rust/gate-default-type-param-usage, r=alexcrichtonbors-0/+2
2014-02-25Remove std::bool::{Bool, all_values}Brendan Zabarauskas-162/+43
2014-02-24Remove std::num::ToStrRadix from the preludeBrendan Zabarauskas-2/+4
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-1/+14
2014-02-24Remove std::default::Default from the preludeBrendan Zabarauskas-1/+2
2014-02-24std: Add Vec.reserve for rounding-up reservation.Huon Wilson-1/+8
2014-02-24std: make .swap_remove return Option<T>.Huon Wilson-26/+34
2014-02-24replace manual Hash impls with `#[deriving(Hash)]`Erick Tryzelaar-9/+1
2014-02-24std: minor whitespace cleanupErick Tryzelaar-2/+0
2014-02-24auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichtonbors-8/+4
2014-02-24Gate default type parameter overrides.Eduard Burtescu-0/+2
2014-02-24windows: Fix the test_exists unit testAlex Crichton-2/+5
2014-02-24Correctly ignore some tests on windowsAlex Crichton-6/+4
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-237/+32
2014-02-23auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brsonbors-714/+523
2014-02-23Roll std::run into std::io::processAlex Crichton-714/+523
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-237/+32
2014-02-23Merge remote-tracking branch 'huonw/inline-helpers'Brian Anderson-0/+2
2014-02-23Merge remote-tracking branch 'brson/iodoc'Brian Anderson-126/+41
2014-02-23auto merge of #12492 : huonw/rust/snapshots, r=alexcrichtonbors-931/+22
2014-02-23Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added...zslayton-19/+9
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-926/+22
2014-02-24arena,std,serialize: remove some unnecessary transmutes.Huon Wilson-8/+4
2014-02-23Register snapshots.Huon Wilson-5/+0
2014-02-23auto merge of #12416 : alexcrichton/rust/highlight, r=huonwbors-14/+14
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-23rustdoc: Add syntax highlightingAlex Crichton-14/+14
2014-02-22std: Remove some nonsense from old std::io docsBrian Anderson-126/+41
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-23std: mark two helper functions #[inline].Huon Wilson-0/+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