summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-12-22auto merge of #11101 : jhasse/rust/patch-msys-quickfix, r=luqmanabors-1/+1
2013-12-22auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichtonbors-1206/+35
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-12/+24
2013-12-21Remove unneccessary mut from arcSteven Fackler-4/+4
2013-12-21Don't poison ARCs that are used while unwindingSteven Fackler-12/+55
2013-12-21Remove unnecessary semicolonJan Niklas Hasse-1/+1
2013-12-20auto merge of #11031 : jhasse/rust/patch-msys-3, r=cmrbors-45/+28
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-9/+12
2013-12-20Support ANSI colors in msys terminals. See #2807Jan Niklas Hasse-45/+28
2013-12-19auto merge of #11071 : huonw/rust/quiet-test, r=cmrbors-11/+6
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-1203/+17
2013-12-19auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwaltonbors-54/+52
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-54/+52
2013-12-19auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajackbors-0/+2
2013-12-19Rename pkgid to crate_idCorey Richardson-0/+2
2013-12-20extra: silence warnings during testing.Huon Wilson-11/+6
2013-12-18auto merge of #10927 : g3xzh/rust/sum_bugfix, r=huonwbors-1/+66
2013-12-18auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmrbors-28/+22
2013-12-19Fix `sum()` accuracyg3xzh-1/+66
2013-12-19std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.Huon Wilson-28/+22
2013-12-17Don't allow impls to force public typesAlex Crichton-7/+6
2013-12-17auto merge of #10996 : huonw/rust/more-vec-raw, r=cmrbors-3/+1
2013-12-16Test fallout from std::comm rewriteAlex Crichton-3/+2
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