about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-09-25auto merge of #9475 : alexcrichton/rust/rustdoc++, r=cmrbors-32/+31
2013-09-25rustdoc: Strip hidden docs by default.Alex Crichton-2/+1
2013-09-25rustdoc: Improve comment strippingAlex Crichton-2/+2
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-28/+28
2013-09-25auto merge of #9345 : Dretch/rust/digest-result-bytes, r=cmrbors-14/+16
2013-09-25auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwaltonbors-8/+8
2013-09-24Don't use libc::exit. #9473Brian Anderson-12/+11
2013-09-24Correctly encode item visibility in metadataAlex Crichton-8/+8
2013-09-23librustc: Fix merge fallout.Patrick Walton-10/+23
2013-09-23test: Fix rustdoc and tests.Patrick Walton-1/+4
2013-09-23librustc: Remove `@fn` managed closures from the language.Patrick Walton-30/+24
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