about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-09-25std: Replace CloneableTuple with Tuple, which takes self by-val.Huon Wilson-102/+104
2013-09-24auto merge of #9470 : luqmana/rust/bba, r=brsonbors-17/+14
2013-09-24Remove the annihilate function from the crate map. Fixes #8431Luqman Aden-17/+14
2013-09-24auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphismbors-2/+2
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-2/+2
2013-09-24Do not imply that str is sometimes null-terminated.Simon Sapin-2/+2
2013-09-24auto merge of #9457 : klutzy/rust/doc-fix, r=alexcrichtonbors-2/+2
2013-09-23auto merge of #9449 : dckc/rust/patch-1, r=alexcrichtonbors-1/+1
2013-09-24std::local_data: Fix document codeklutzy-2/+2
2013-09-23auto merge of #9454 : alexcrichton/rust/snapshot, r=thestingerbors-65/+4
2013-09-23Register new snapshotsAlex Crichton-65/+4
2013-09-23remove apostrophe where it's is not used as a contractionDan Connolly-1/+1
2013-09-23test: Fix rustdoc and tests.Patrick Walton-11/+0
2013-09-23librustc: Remove `@fn` managed closures from the language.Patrick Walton-12/+29
2013-09-23libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o...Patrick Walton-9/+43
2013-09-23auto merge of #9301 : luqmana/rust/ncm, r=brsonbors-4/+103
2013-09-23Find the cratemap at runtime on windows.Luqman Aden-4/+23
2013-09-22disable starvation test completely for nowDaniel Micay-13/+10
2013-09-22disable scheduler starvation test on valgrindDaniel Micay-9/+13
2013-09-23Remove the C(++) ISAAC Rng from the old rt.Huon Wilson-43/+2
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-357/+280
2013-09-22std: move rand.rs to rand/mod.rs.Huon Wilson-1/+0
2013-09-22auto merge of #9395 : brson/rust/0.8, r=alexcrichtonbors-2/+2
2013-09-21auto merge of #9353 : brson/rust/sched, r=alexcrichton,cmrbors-10/+27
2013-09-21Update version numbers to 0.8Brian Anderson-2/+2
2013-09-21std: add file::io::test module and ensure correct buildJeff Olson-243/+251
2013-09-21std: cleanup file::io rustdoc_ng outputJeff Olson-67/+49
2013-09-21auto merge of #9381 : luisbg/rust/master, r=cmrbors-0/+6
2013-09-21auto merge of #9369 : sebcrozet/rust/f64_inline, r=thestingerbors-0/+1
2013-09-21auto merge of #9368 : StrLght/rust/master, r=thestingerbors-1/+1
2013-09-21auto merge of #9354 : thestinger/rust/cleanup, r=alexcrichtonbors-19/+0
2013-09-20Implement a web backend for rustdoc_ngAlex Crichton-1/+9
2013-09-21Document a few undocumented methos in VectorLuis de Bethencourt-0/+6
2013-09-21std: add missing #[inline] annotation to the f64 neg method.Sébastien Crozet-0/+1
2013-09-21Fix example in std::OptionGrigoriy-1/+1
2013-09-20auto merge of #9276 : alexcrichton/rust/dox, r=brsonbors-51/+336
2013-09-20auto merge of #9321 : chris-morgan/rust/lowercase-nan-methods, r=brsonbors-115/+115
2013-09-20auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con...bors-34/+4
2013-09-20util: remove unused `with` functionDaniel Micay-19/+0
2013-09-19std::rt: Try stealing from all schedulersBrian Anderson-10/+27
2013-09-19Fix unresolved symbol error for the crate_map in libstd on os x.Luqman Aden-0/+7
2013-09-19Ignore io::process testsAlex Crichton-0/+6
2013-09-19auto merge of #9279 : erickt/rust/master, r=alexcrichtonbors-19/+1
2013-09-19Rename the NaN and is_NaN methods to lowercase.Chris Morgan-115/+115
2013-09-19auto merge of #9292 : blake2-ppc/rust/borrow-ref-eq, r=huonwbors-1/+15
2013-09-19auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichtonbors-53/+53
2013-09-18auto merge of #9280 : alexcrichton/rust/less-c++, r=brsonbors-4/+17
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-34/+4
2013-09-18Remove rust_run_program.cppAlex Crichton-4/+17
2013-09-18libstd/librustc: Make the crate_map a weak symbol that libstd links against.Luqman Aden-1/+2