summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-09-23libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o...Patrick Walton-19/+31
2013-09-22Add docs for extra::semverScott Lawrence-4/+30
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-25/+24
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-21auto merge of #9380 : thestinger/rust/par, r=alexcrichtonbors-143/+0
2013-09-21auto merge of #9360 : huonw/rust/4449, r=pnkfelixbors-6/+2
2013-09-20Implement a web backend for rustdoc_ngAlex Crichton-0/+4
2013-09-21drop `extra::par`Daniel Micay-143/+0
2013-09-20Uncomment a test. Fixes #4449.Huon Wilson-6/+2
2013-09-20auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con...bors-5/+5
2013-09-20Add a new Digest.result_bytes convenience function.Gareth Smith-14/+16
2013-09-19Clean up unused importsSteven Fackler-6/+1
2013-09-19Add Future::spawn_withSteven Fackler-0/+23
2013-09-19Modernize extra::future APISteven Fackler-72/+64
2013-09-19Removed future's destructorSteven Fackler-9/+0
2013-09-19auto merge of #9267 : Kimundi/rust/master, r=huonwbors-506/+533
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-506/+533
2013-09-19auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichtonbors-2/+2
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-5/+5
2013-09-18Register new snapshotsAlex Crichton-59/+1
2013-09-18Remove and replace cond! Closes #9282.Jimmy Zelinskie-2/+2
2013-09-17auto merge of #9133 : dcrewi/rust/bigint-random-range, r=huonwbors-2/+140
2013-09-17Generate random big integers within a rangeDavid Creswick-2/+140
2013-09-17remove unnecessary transmutesDaniel Micay-1/+0
2013-09-17auto merge of #9244 : thestinger/rust/drop, r=catamorphismbors-16/+13
2013-09-16switch Drop to `&mut self`Daniel Micay-16/+13
2013-09-16auto merge of #9231 : cmr/rust/enum_encoding, r=catamorphismbors-15/+24
2013-09-16auto merge of #9211 : klutzy/rust/win32-fix, r=alexcrichtonbors-9/+0
2013-09-16extra::json: use a different encoding for enums.Corey Richardson-15/+24
2013-09-16Have workcache::test put `foo.c` in the same directory it runs in.Lindsey Kuper-7/+16
2013-09-16extra::fileinput: Enable tests on Win32klutzy-9/+0
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-8/+6
2013-09-15Use std::iter::range_stepblake2-ppc-26/+18
2013-09-14auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphismbors-27/+25
2013-09-14auto merge of #9115 : erickt/rust/master, r=ericktbors-41/+88
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-94/+3
2013-09-14extra::workcache: Remodel the (internal) struct Workblake2-ppc-16/+16
2013-09-14extra::test: Use Result instead of Either.blake2-ppc-11/+9
2013-09-13auto merge of #9170 : alexcrichton/rust/flaky-fileinput, r=ericktbors-188/+0
2013-09-13Move glob tests to a run-pass testAlex Crichton-188/+0
2013-09-13auto merge of #9141 : alexcrichton/rust/ignore-fileinput, r=catamorphismbors-10/+23
2013-09-12syntax: add #[deriving(Default)] syntax extensionErick Tryzelaar-2/+42
2013-09-12std: Add a bunch of Default implsErick Tryzelaar-0/+7
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-36/+36
2013-09-12std: Add Option.{and,and_then,or,or_else}Erick Tryzelaar-2/+2
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-1/+1
2013-09-12auto merge of #8908 : tikue/rust/master, r=anasazibors-2/+102
2013-09-12auto merge of #9131 : Dretch/rust/glob-range-patterns, r=alexcrichtonbors-14/+126
2013-09-12auto merge of #9096 : huonw/rust/linenoise, r=brsonbors-31/+73
2013-09-12Rewrite fileinput tests to use std::rt::ioAlex Crichton-10/+23