about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
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-31Added Freeze trait to CowArcColin Sherratt-2/+2
2013-12-31Add a copy-on-write container.Colin Sherratt-0/+108
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
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