about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-23Disable zlib/libffi when configuring LLVMAlex Crichton-1/+1
2013-09-23auto merge of #9422 : alexcrichton/rust/fix-link, r=thestingerbors-16/+11
2013-09-22auto merge of #9413 : bytbox/rust/master, r=alexcrichtonbors-4/+30
2013-09-22Place *all* rustdoc output in doc/{crate}Alex Crichton-16/+11
2013-09-22touch LLVM clean triggerDaniel Micay-1/+1
2013-09-22Add docs for extra::semverScott Lawrence-4/+30
2013-09-22disable starvation test completely for nowDaniel Micay-13/+10
2013-09-22auto merge of #9389 : poiru/rust/issue-9333, r=alexcrichtonbors-5/+15
2013-09-22auto merge of #9408 : thestinger/rust/valgrind, r=alexcrichtonbors-9/+13
2013-09-22disable scheduler starvation test on valgrindDaniel Micay-9/+13
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-6880/+272
2013-09-23Remove the C(++) ISAAC Rng from the old rt.Huon Wilson-390/+2
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-387/+309
2013-09-22std: move rand.rs to rand/mod.rs.Huon Wilson-1/+0
2013-09-22std::result: Remove function `map_opt`blake2-ppc-13/+0
2013-09-22Reserve the `alignof`, `offsetof`, and `sizeof` keywordsBirunthan Mohanathas-5/+15
2013-09-22auto merge of #9395 : brson/rust/0.8, r=alexcrichtonbors-14/+14
2013-09-22Remove 'copy' from syntax files, as it's no longer a keywordScott Lawrence-4/+1
2013-09-21auto merge of #9353 : brson/rust/sched, r=alexcrichton,cmrbors-10/+27
2013-09-21Update version numbers to 0.8Brian Anderson-14/+14
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 #9380 : thestinger/rust/par, r=alexcrichtonbors-661/+0
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 #9360 : huonw/rust/4449, r=pnkfelixbors-6/+2
2013-09-21auto merge of #9354 : thestinger/rust/cleanup, r=alexcrichtonbors-19/+0
2013-09-21auto merge of #9374 : alexcrichton/rust/rustdoc-web, r=cmrbors-133/+3045
2013-09-20Implement a web backend for rustdoc_ngAlex Crichton-133/+3045
2013-09-21Document a few undocumented methos in VectorLuis de Bethencourt-0/+6
2013-09-21drop `extra::par`Daniel Micay-661/+0
2013-09-20auto merge of #9350 : pnkfelix/rust/fsk-issue-4691-catch-bad-fsu-during-compu...bors-2/+147
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 #9278 : alexcrichton/rust/ndebug, r=brsonbors-5/+5
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-5/+5
2013-09-20auto merge of #9337 : steveklabnik/rust/rustpkg_usage, r=catamorphismbors-2/+3
2013-09-20auto merge of #9332 : eugals/rust/master, r=alexcrichtonbors-31/+51
2013-09-20Uncomment a test. Fixes #4449.Huon Wilson-6/+2
2013-09-20auto merge of #9322 : catamorphism/rust/rustpkg-discovered-outputs, r=brsonbors-8/+84
2013-09-20auto merge of #9321 : chris-morgan/rust/lowercase-nan-methods, r=brsonbors-138/+138
2013-09-20auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con...bors-63/+28
2013-09-20util: remove unused `with` functionDaniel Micay-19/+0
2013-09-19auto merge of #9308 : ben0x539/rust/lexer-error-spans, r=alexcrichtonbors-26/+247
2013-09-19std::rt: Try stealing from all schedulersBrian Anderson-10/+27
2013-09-19auto merge of #9285 : sfackler/rust/future, r=alexcrichtonbors-93/+113
2013-09-20fixed another test.Felix S. Klock II-2/+2
2013-09-20fix bug in test.Felix S. Klock II-2/+2