about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2014-01-29extra: move glob to libglobDavid Manescu-778/+0
2014-01-29extra: move arena to libarenaDavid Manescu-603/+0
2014-01-27auto merge of #11826 : huonw/rust/7621-deriving-errors, r=alexcrichtonbors-1/+5
2014-01-28syntax: make deriving have slightly less cryptic error messages.Huon Wilson-1/+5
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-1/+1
2014-01-26auto merge of #11823 : derekchiang/rust/fix-barrier-doc, r=alexcrichtonbors-0/+1
2014-01-26auto merge of #11787 : alexcrichton/rust/refactor, r=brsonbors-130/+0
2014-01-26Move extra::flate to libflateAlex Crichton-130/+0
2014-01-26auto merge of #11817 : salemtalha/rust/master, r=brsonbors-6/+6
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-6/+6
2014-01-26Fix barrier docsDerek Chiang-0/+1
2014-01-26Fix privacy fallout from previous changeAlex Crichton-13/+13
2014-01-25auto merge of #11808 : huonw/rust/std-visible-types, r=brsonbors-10/+11
2014-01-26std,extra: Make some types public and other private.Huon Wilson-10/+11
2014-01-25Stop allocating so much in arena testsBrian Anderson-2/+2
2014-01-25auto merge of #11725 : derekchiang/rust/add-barrier, r=alexcrichtonbors-0/+95
2014-01-25Implement barrier.Derek Chiang-0/+95
2014-01-25Uppercase numeric constantsChris Wong-57/+57
2014-01-23Update flip() to be rev().Sean Chalmers-20/+20
2014-01-23Rename Invert to Flip - Issue 10632Sean Chalmers-21/+21
2014-01-22libc: switch `free` to the proper signatureDaniel Micay-3/+3
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-13/+13
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-2/+2
2014-01-21[std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behaviorSimon Sapin-1/+1
2014-01-21[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behaviorSimon Sapin-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-41/+41
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-4/+4
2014-01-21Remove unnecessary parentheses.Huon Wilson-23/+23
2014-01-20Register new snapshotsAlex Crichton-2/+1
2014-01-20auto merge of #11664 : bjz/rust/identities, r=alexcrichtonbors-31/+14
2014-01-20Add operator trait constraints to std::num::{Zero, One} and document their ap...Brendan Zabarauskas-31/+14
2014-01-19auto merge of #11652 : hdima/rust/base64-padding-newlines, r=alexcrichtonbors-2/+5
2014-01-19auto merge of #11649 : FlaPer87/rust/pow, r=cmrbors-1/+1
2014-01-19auto merge of #10801 : musitdev/rust/jsondoc2, r=cmrbors-1/+222
2014-01-19auto merge of #11635 : thestinger/rust/zero-size-alloc, r=alexcrichtonbors-5/+3
2014-01-19extra::json: add documentation and examplesmusitdev-1/+1
2014-01-19extra::json: add documentation and examplesmusitdev-1/+1
2014-01-19Squashed commit of the following:musitdev-1/+222
2014-01-18auto merge of #11615 : adwhit/rust/master, r=cmrbors-7/+30
2014-01-18Replace old pow_with_uint with the new pow funcFlavio Percoco-1/+1
2014-01-18Ignore all newline characters in Base64 decoderDmitry Vasiliev-2/+5
2014-01-18Rename iterators for consistencyPalmer Cox-161/+160
2014-01-17handle zero-size allocations correctlyDaniel Micay-5/+3
2014-01-17auto merge of #11503 : FlaPer87/rust/master, r=huonwbors-8/+8
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-13/+10
2014-01-17Tweak the interface of std::ioAlex Crichton-13/+10
2014-01-17Add a generic power functionFlavio Percoco-8/+8
2014-01-17auto merge of #11601 : dguenther/rust/fix_test_summary, r=brsonbors-1/+1
2014-01-17Fixed bug when initialising bitv from bool=trueAlex Whitney-7/+30
2014-01-17auto merge of #11498 : c-a/rust/optimize_vuint_at, r=alexcrichtonbors-23/+79