about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-22/+22
2014-03-04auto merge of #12694 : thestinger/rust/mut_iter, r=huonwbors-9/+19
2014-03-04make `MutItems` iterator sound againDaniel Micay-9/+19
2014-03-04auto merge of #12667 : Kimundi/rust/any_improv, r=cmrbors-119/+56
2014-03-04Cleaned up `std::any`Marvin Löbel-119/+56
2014-03-04doc: use the newer faviconAdrien Tétar-1/+1
2014-03-04std: add reserve_additional and an Extendable impl to Vec.Huon Wilson-2/+66
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-0/+27
2014-03-01libstd: Add some functionality to `Vec<T>`Patrick Walton-1/+37
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-10/+32
2014-03-01std: Flush when buffered writers are droppedAlex Crichton-14/+25
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-183/+189
2014-02-28auto merge of #12616 : alexcrichton/rust/size, r=huonwbors-112/+117
2014-02-28std: Flag run_fmt() as #[inline(always)]Alex Crichton-1/+8
2014-02-28std: Avoid using "{:?}" in format stringsAlex Crichton-5/+5
2014-02-28std: Remove lots of allocations from log settingsAlex Crichton-102/+96
2014-02-28std: Improve some I/O documentationAlex Crichton-33/+188
2014-02-28std: Add cfg(test) to UnsafeArc assertionsAlex Crichton-4/+8
2014-02-28auto merge of #12622 : pnkfelix/rust/fsk-improve-vec-partition-doc, r=huonwbors-6/+5
2014-02-28Improve vec `partition` and `partitioned` method doc.Felix S. Klock II-6/+5
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-2/+5
2014-02-28auto merge of #12544 : erickt/rust/hash, r=acrichtobors-9/+42
2014-02-27auto merge of #12614 : alexcrichton/rust/rollup, r=alexcrichtonbors-19/+112
2014-02-27auto merge of #12348 : brunoabinader/rust/libcollections-list-refactory, r=al...bors-0/+9
2014-02-27Fix typo in doc of Binary trait in std::fmtMickaël Delahaye-1/+1
2014-02-27std: Export the select! macroAlex Crichton-16/+44
2014-02-27path: Implement windows::make_non_verbatim()Kevin Ballard-0/+66
2014-02-27path: clean up some lint warnings and an obsolete commentKevin Ballard-2/+1
2014-02-27std: cut down on the memory usage of `SipHasher`Erick Tryzelaar-6/+6
2014-02-27collections: allow `HashMap` to work with generic hashersErick Tryzelaar-9/+42
2014-02-27native: Recognize EISDIRAlex Crichton-0/+1
2014-02-27rustc: Use libnative for the compilerAlex Crichton-1/+1
2014-02-27native: Improve windows file handlingAlex Crichton-0/+21
2014-02-27std: Small cleanup and test improvementAlex Crichton-158/+182
2014-02-27Implement Eq for Cell<T>Bruno de Oliveira Abinader-0/+9
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