about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-12-16Fallout of rewriting std::commAlex Crichton-170/+121
2013-12-17std::vec::raw: convert copy_memory to a method.Huon Wilson-3/+1
2013-12-15Register new snapshotsAlex Crichton-12/+4
2013-12-15auto merge of #10984 : huonw/rust/clean-raw, r=cmrbors-13/+8
2013-12-15std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].Huon Wilson-4/+3
2013-12-15std::vec: remove unnecessary count parameter on {bytes,Huon Wilson-9/+5
2013-12-15extra: fix spelling in docs.Huon Wilson-9/+9
2013-12-14auto merge of #10952 : huonw/rust/1ms-bench, r=cmrbors-1/+10
2013-12-14auto merge of #10931 : sfackler/rust/base64-visibility, r=alexcrichtonbors-3/+3
2013-12-13auto merge of #10923 : boredomist/rust/export-summary-members, r=alexcrichtonbors-12/+7
2013-12-13Ignore time tests on android. #10958Brian Anderson-0/+1
2013-12-13extra::test: handle slow benchmarks more gracefully.Huon Wilson-1/+10
2013-12-11Make base64::config fields public againSteven Fackler-3/+3
2013-12-11Make priv members of extra::stats::Summary public.Erik Price-12/+7
2013-12-11Make 'self lifetime illegal.Erik Price-194/+194
2013-12-10auto merge of #10791 : pcwalton/rust/decelling, r=pcwaltonbors-21/+12
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-0/+2
2013-12-10libextra: Remove various cells involved in `Arc`s.Patrick Walton-8/+6
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-14/+7
2013-12-08Remove dead codesKiet Tran-113/+88
2013-12-05auto merge of #10211 : ktt3ja/rust/add-lrucache, r=brsonbors-0/+366
2013-12-04Rename extra::json::*::init() constructors to *::new()Kevin Ballard-52/+52
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-11/+11
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-2/+2
2013-12-04std::str: remove from_utf8.Huon Wilson-8/+10
2013-12-03auto merge of #10752 : dhodder/rust/master, r=pcwaltonbors-0/+28
2013-12-03auto merge of #10747 : alexcrichton/rust/snapshots, r=cmrbors-3/+1
2013-12-03Register new snapshotsAlex Crichton-3/+1
2013-12-03auto merge of #10757 : TeXitoi/rust/mut-split-iter, r=alexcrichtonbors-3/+3
2013-12-02auto merge of #10770 : alexcrichton/rust/static-librustrt, r=alexcrichtonbors-1/+1
2013-12-02c_vec: ModernizePhilipp Brüschweiler-104/+122
2013-12-02Declare librustrt a static dependency of libextraAlex Crichton-1/+1
2013-12-02rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at)Guillaume Pinot-3/+3
2013-12-01Add struct and type doc comments for extra::url::*Dave Hodder-6/+20
2013-12-01auto merge of #10756 : thestinger/rust/transmute, r=alexcrichtonbors-1/+1
2013-12-01remove useless `transmute_immut` functionDaniel Micay-1/+1
2013-12-01Add struct and type doc comments for extra::url::*Dave Hodder-0/+14
2013-11-30auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwaltonbors-2/+5
2013-11-30Test fixes and merge conflictsAlex Crichton-0/+1
2013-11-30auto merge of #10727 : erickt/rust/json, r=huonwbors-185/+186
2013-11-29extra: missed a couple `@` in jsonErick Tryzelaar-11/+12
2013-11-29Add generation of static libraries to rustcAlex Crichton-2/+4
2013-11-29extra: json::Encoder should take a &mut io::WriterErick Tryzelaar-58/+58
2013-11-29extra: Rename json constructors into *::initErick Tryzelaar-73/+81
2013-11-29Remove some unnecessary impls from jsonErick Tryzelaar-8/+0
2013-11-29Remove @ from json::ErrorErick Tryzelaar-41/+41
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-11/+11
2013-11-28Register new snapshotsAlex Crichton-39/+37
2013-11-28auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv...bors-49/+111
2013-11-28Modify iterators to make them safe with the new rules.Niko Matsakis-49/+111