about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2014-01-16Update test run summaryDerek Guenther-1/+1
2014-01-16auto merge of #11597 : sfackler/rust/err-enums, r=alexcrichtonbors-14/+47
2014-01-15Stop returning error strings in From{Base64,Hex}Steven Fackler-14/+47
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-1/+3
2014-01-15auto merge of #11112 : alexcrichton/rust/issue-11087, r=brsonbors-10/+13
2014-01-15fixup! ebml::extra: Optimize reader::vuint_at()Carl-Anton Ingmarsson-1/+2
2014-01-15Allow more "error" values in try_recv()Alex Crichton-10/+13
2014-01-15Add a configure to disable libstd version injectionAlex Crichton-1/+2
2014-01-14extra: Ignore time tests on android correctlyBrian Anderson-1/+1
2014-01-13Add Clone to TreeSetYehuda Katz-0/+11
2014-01-12Bump version to 0.10-preBrian Anderson-1/+1
2014-01-13Clean up std::num::cmath and remove stale commentsBrendan Zabarauskas-1/+1
2014-01-12ebml::extra: Optimize reader::vuint_at()Carl-Anton Ingmarsson-22/+29
2014-01-12extra::ebml: Add unit test for vuint_at()Carl-Anton Ingmarsson-0/+48
2014-01-12extra::ebml: Make reader::Res publicCarl-Anton Ingmarsson-1/+1
2014-01-11extra::workcache: Remove unused Loggerklutzy-31/+6
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-13/+13
2014-01-09rename Strong -> Rc, replacing `rc` with `weak`Daniel Micay-1/+1
2014-01-09stop treating `Rc` cycles as unsafeDaniel Micay-2/+2
2014-01-09Remove eof() from io::ReaderAlex Crichton-1/+1
2014-01-09auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichtonbors-10/+8
2014-01-09auto merge of #11402 : bjz/rust/remove-approx, r=alexcrichtonbors-1/+9
2014-01-08Remove the io::Decorator traitAlex Crichton-28/+12
2014-01-09Remove ApproxEq and assert_approx_eq!Brendan Zabarauskas-1/+9
2014-01-09Merge some numeric traits with Real and don't re-export RealExtBrendan Zabarauskas-10/+8
2014-01-08auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwaltonbors-49/+39
2014-01-08auto merge of #11405 : huonw/rust/moredocs, r=huonwbors-3/+3
2014-01-08auto merge of #11358 : pcwalton/rust/typed-arenas, r=alexcrichtonbors-33/+319
2014-01-07extratest: Fix all leaked trait importsAlex Crichton-47/+39
2014-01-07Fix remaining cases of leaking importsAlex Crichton-2/+0
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-3/+3
2014-01-07libextra: Introduce typed arenas.Patrick Walton-33/+319
2014-01-08Renamed Option::map_default and mutate_default to map_or and mutate_or_setMarvin Löbel-12/+12
2014-01-07auto merge of #11263 : niftynif/rust/btree, r=catamorphismbors-115/+256
2014-01-07auto merge of #11342 : huonw/rust/trie-mut, r=alexcrichtonbors-30/+21
2014-01-08extra::treemap: use the dummy-macro trick with items to make theHuon Wilson-16/+13
2014-01-08std::trie: remove some obsolete internal iterators.Huon Wilson-14/+8
2014-01-07auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichtonbors-8/+8
2014-01-06auto merge of #11296 : brson/rust/anti-cond, r=alexcrichtonbors-34/+48
2014-01-06Added in Clone/TotalEq/TotalOrd/ToStr traits to all parts of btree.Nif Ward-115/+256
2014-01-06Remove some unnecessary type castsFlorian Hahn-8/+8
2014-01-06auto merge of #11333 : cmr/rust/triage2, r=alexcrichtonbors-1/+3
2014-01-05Remove a fixmeCorey Richardson-1/+3
2014-01-06extra::treemap: share code between the mutable and immutable iterators.Huon Wilson-271/+205
2014-01-06extra::treemap: remove mutate_values, replaced by .mut_iter().Huon Wilson-23/+0
2014-01-06extra::treemap: add mutable-value iterators.Huon Wilson-1/+278
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-20/+46
2014-01-03auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwaltonbors-79/+55
2014-01-03auto merge of #11280 : c-a/rust/inline_byteswap, r=brsonbors-0/+84
2014-01-03extra: Remove condition from semverBrian Anderson-34/+48