about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-12-03auto merge of #10757 : TeXitoi/rust/mut-split-iter, r=alexcrichtonbors-3/+3
2013-12-02auto merge of #10770 : alexcrichton/rust/static-librustrt, r=alexcrichtonbors-1/+1
2013-12-02c_vec: ModernizePhilipp Brüschweiler-104/+122
2013-12-02Declare librustrt a static dependency of libextraAlex Crichton-1/+1
2013-12-02rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at)Guillaume Pinot-3/+3
2013-12-01auto merge of #10756 : thestinger/rust/transmute, r=alexcrichtonbors-1/+1
2013-12-01remove useless `transmute_immut` functionDaniel Micay-1/+1
2013-11-30auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwaltonbors-2/+5
2013-11-30Test fixes and merge conflictsAlex Crichton-0/+1
2013-11-30auto merge of #10727 : erickt/rust/json, r=huonwbors-185/+186
2013-11-29extra: missed a couple `@` in jsonErick Tryzelaar-11/+12
2013-11-29Add generation of static libraries to rustcAlex Crichton-2/+4
2013-11-29extra: json::Encoder should take a &mut io::WriterErick Tryzelaar-58/+58
2013-11-29extra: Rename json constructors into *::initErick Tryzelaar-73/+81
2013-11-29Remove some unnecessary impls from jsonErick Tryzelaar-8/+0
2013-11-29Remove @ from json::ErrorErick Tryzelaar-41/+41
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-11/+11
2013-11-28Register new snapshotsAlex Crichton-39/+37
2013-11-28auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv...bors-49/+111
2013-11-28Modify iterators to make them safe with the new rules.Niko Matsakis-49/+111
2013-11-26auto merge of #10679 : alexcrichton/rust/no-routine, r=pcwaltonbors-21/+5
2013-11-26Remove unused std::routineAlex Crichton-21/+5
2013-11-26librustc: Fix merge fallout.Patrick Walton-10/+6
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-13/+13
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-272/+280
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-373/+382
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-58/+58
2013-11-25auto merge of #10658 : LeoTestard/rust/serialize-rc, r=cmrbors-0/+15
2013-11-25Add an implementation of Encodable and Decodable for Rc. This will be needed ...Léo Testard-0/+15
2013-11-25auto merge of #10648 : sfackler/rust/base64-test, r=alexcrichtonbors-1/+1
2013-11-25Fix typo in base64 testSteven Fackler-1/+1
2013-11-24auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brsonbors-167/+115
2013-11-24Remove linked failure from the runtimeAlex Crichton-167/+115
2013-11-24libextra: Remove @mut from term.Luqman Aden-92/+124
2013-11-24extra: improve the errors for the JSON Decoder.Huon Wilson-25/+126
2013-11-19Remove NonCopyable::newSteven Fackler-5/+5
2013-11-19libextra: Convert uses of `&fn(A)->B` to `|A|->B`.Patrick Walton-231/+224
2013-11-18auto merge of #10561 : pcwalton/rust/procify, r=alexcrichtonbors-19/+24
2013-11-18auto merge of #10458 : yichoi/rust/make_check_pass_android2, r=brsonbors-0/+1
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-11-18libextra: Remove `~fn()` from libextra.Patrick Walton-19/+24
2013-11-18rt: Namespace all C functions under rust_Brian Anderson-4/+4
2013-11-19temporarily disable tests on android and tagging issue number #10455Young-il Choi-0/+1
2013-11-17auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmrbors-2/+2
2013-11-17Forbid privacy in inner functionsAlex Crichton-2/+2
2013-11-17auto merge of #10532 : dhodder/rust/master, r=alexcrichtonbors-0/+10
2013-11-17Add doc comment for extra::url::query_to_strDave Hodder-0/+10
2013-11-17extra: handle an edge case in BigUint.to_str().Huon Wilson-1/+6
2013-11-13auto merge of #10447 : alexcrichton/rust/flaky-time-test, r=catamorphismbors-6/+5