about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-3488/+0
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+1
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-5/+5
2014-03-12Use generic impls for `Hash`Erick Tryzelaar-8/+8
2014-03-12rand: deprecate `rng`.Huon Wilson-3/+2
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-4/+5
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-1/+1
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1
2014-03-05stats: fix handling of NaN in `min` and `max`Daniel Micay-3/+11
2014-03-04doc: use the newer faviconAdrien Tétar-1/+1
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-0/+1
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+1
2014-02-24auto merge of #12453 : alexcrichton/rust/move-json, r=brsonbors-2306/+2
2014-02-24auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichtonbors-0/+16
2014-02-24Move extra::json to libserializeAlex Crichton-2306/+2
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-87/+78
2014-02-24Remove deriving(ToStr)Alex Crichton-9/+9
2014-02-23auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brsonbors-5/+5
2014-02-23Roll std::run into std::io::processAlex Crichton-5/+5
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-87/+78
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-8/+8
2014-02-24flate: return CVec<u8> rather than copying into a new vector.Huon Wilson-0/+16
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-4/+4
2014-02-22auto merge of #11863 : erickt/rust/hash, r=acrichtobors-0/+1
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-0/+1
2014-02-21Move time out of extra (cc #8784)Arcterus-1477/+1
2014-02-21auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichtonbors-295/+0
2014-02-20Mass rename if_ok! to try!Alex Crichton-63/+63
2014-02-20move extra::test to libtestLiigo Zhuang-1564/+3
2014-02-20move enum_set to libcollections. #8784HeroesGrave-295/+0
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-5/+8
2014-02-19auto merge of #12389 : zr40/rust/fix-test-metric-typo, r=alexcrichtonbors-1/+1
2014-02-19auto merge of #12231 : wycats/rust/url_path_parse, r=alexcrichtonbors-0/+115
2014-02-19Fix typo in test metric ratchet stdout outputMatthijs van der Vleuten-1/+1
2014-02-18auto merge of #12361 : sfackler/rust/rustdoc-test-extern, r=alexcrichtonbors-0/+5
2014-02-18rustdoc: Only inject extern crates if not presentSteven Fackler-0/+5
2014-02-18auto merge of #12345 : huonw/rust/speeling, r=cmrbors-6/+6
2014-02-17auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichtonbors-5/+4
2014-02-18Spellcheck library docs.Huon Wilson-6/+6
2014-02-17Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun...Brendan Zabarauskas-1/+1
2014-02-16Update clients of the TaskBuilder APIKevin Ballard-5/+4
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-2/+2
2014-02-14Fix all code examplesAlex Crichton-2/+2
2014-02-14extern mod => extern crateAlex Crichton-11/+11
2014-02-14Add function doc comments for extra::url::*Dave Hodder-15/+46
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-33/+52
2014-02-13Removed num::OrderableMichael Darakananda-4/+6
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-2/+2
2014-02-13Register new snapshotsAlex Crichton-10/+0