summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
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
2014-01-03libstd: Remove all support code related to `@mut`Patrick Walton-12/+0
2014-01-03libextra: Remove `MutList`, as it's inexorably tied to `@mut`Patrick Walton-27/+0
2014-01-03libextra: Remove unnecessary `@mut`sPatrick Walton-13/+21
2014-01-03libextra: De-`@mut` the arenaPatrick Walton-27/+34
2014-01-03auto merge of #11149 : alexcrichton/rust/remove-either, r=brsonbors-10/+15
2014-01-03Remove std::eitherAlex Crichton-10/+15
2014-01-02libextra: Add benchmarks for ebml::reader::vuint_at()Carl-Anton Ingmarsson-0/+84
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-01libextra: Use from_be32 instead of bswap32 in vuint_at()Carl-Anton Ingmarsson-9/+2
2013-12-31auto merge of #11208 : alexcrichton/rust/less-c, r=cmrbors-10/+96
2013-12-31Fix testsAlan Andrade-1/+1
2013-12-30Avoid compiler error about glob imports in getopts exampleAlan Andrade-1/+1
2013-12-30Convert some C functions to rust functionsAlex Crichton-10/+96
2013-12-30Implement Ratio:from_float()Volker Mische-1/+60
2013-12-27librustc: Implement coercion for traits.Luqman Aden-1/+1
2013-12-26libextra: Stop using `@mut MemWriter` in the EBML modulePatrick Walton-40/+44
2013-12-26Register new snapshotsAlex Crichton-2/+0
2013-12-25Test fixes and rebase conflictsAlex Crichton-26/+19
2013-12-24std: Remove must deferred sending functionsAlex Crichton-1/+1
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-15/+3
2013-12-24std: Introduce std::syncAlex Crichton-66/+4
2013-12-23extra: impl IterBytes for uuid::UuidJeff Olson-0/+17
2013-12-23Fixing more doc testsAlex Crichton-1/+1
2013-12-23extra: Fix all code examplesAlex Crichton-39/+58
2013-12-22auto merge of #11109 : sfackler/rust/arc, r=alexcrichtonbors-15/+58