| Age | Commit message (Expand) | Author | Lines |
| 2013-09-23 | Disable zlib/libffi when configuring LLVM | Alex Crichton | -1/+1 |
| 2013-09-23 | auto merge of #9422 : alexcrichton/rust/fix-link, r=thestinger | bors | -16/+11 |
| 2013-09-22 | auto merge of #9413 : bytbox/rust/master, r=alexcrichton | bors | -4/+30 |
| 2013-09-22 | Place *all* rustdoc output in doc/{crate} | Alex Crichton | -16/+11 |
| 2013-09-22 | touch LLVM clean trigger | Daniel Micay | -1/+1 |
| 2013-09-22 | Add docs for extra::semver | Scott Lawrence | -4/+30 |
| 2013-09-22 | disable starvation test completely for now | Daniel Micay | -13/+10 |
| 2013-09-22 | auto merge of #9389 : poiru/rust/issue-9333, r=alexcrichton | bors | -5/+15 |
| 2013-09-22 | auto merge of #9408 : thestinger/rust/valgrind, r=alexcrichton | bors | -9/+13 |
| 2013-09-22 | disable scheduler starvation test on valgrind | Daniel Micay | -9/+13 |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -6880/+272 |
| 2013-09-23 | Remove the C(++) ISAAC Rng from the old rt. | Huon Wilson | -390/+2 |
| 2013-09-23 | std: merge rand::{Rng,RngUtil} with default methods. | Huon Wilson | -387/+309 |
| 2013-09-22 | std: move rand.rs to rand/mod.rs. | Huon Wilson | -1/+0 |
| 2013-09-22 | std::result: Remove function `map_opt` | blake2-ppc | -13/+0 |
| 2013-09-22 | Reserve the `alignof`, `offsetof`, and `sizeof` keywords | Birunthan Mohanathas | -5/+15 |
| 2013-09-22 | auto merge of #9395 : brson/rust/0.8, r=alexcrichton | bors | -14/+14 |
| 2013-09-22 | Remove 'copy' from syntax files, as it's no longer a keyword | Scott Lawrence | -4/+1 |
| 2013-09-21 | auto merge of #9353 : brson/rust/sched, r=alexcrichton,cmr | bors | -10/+27 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -14/+14 |
| 2013-09-21 | std: add file::io::test module and ensure correct build | Jeff Olson | -243/+251 |
| 2013-09-21 | std: cleanup file::io rustdoc_ng output | Jeff Olson | -67/+49 |
| 2013-09-21 | auto merge of #9380 : thestinger/rust/par, r=alexcrichton | bors | -661/+0 |
| 2013-09-21 | auto merge of #9381 : luisbg/rust/master, r=cmr | bors | -0/+6 |
| 2013-09-21 | auto merge of #9369 : sebcrozet/rust/f64_inline, r=thestinger | bors | -0/+1 |
| 2013-09-21 | auto merge of #9368 : StrLght/rust/master, r=thestinger | bors | -1/+1 |
| 2013-09-21 | auto merge of #9360 : huonw/rust/4449, r=pnkfelix | bors | -6/+2 |
| 2013-09-21 | auto merge of #9354 : thestinger/rust/cleanup, r=alexcrichton | bors | -19/+0 |
| 2013-09-21 | auto merge of #9374 : alexcrichton/rust/rustdoc-web, r=cmr | bors | -133/+3045 |
| 2013-09-20 | Implement a web backend for rustdoc_ng | Alex Crichton | -133/+3045 |
| 2013-09-21 | Document a few undocumented methos in Vector | Luis de Bethencourt | -0/+6 |
| 2013-09-21 | drop `extra::par` | Daniel Micay | -661/+0 |
| 2013-09-20 | auto merge of #9350 : pnkfelix/rust/fsk-issue-4691-catch-bad-fsu-during-compu... | bors | -2/+147 |
| 2013-09-21 | std: add missing #[inline] annotation to the f64 neg method. | Sébastien Crozet | -0/+1 |
| 2013-09-21 | Fix example in std::Option | Grigoriy | -1/+1 |
| 2013-09-20 | auto merge of #9276 : alexcrichton/rust/dox, r=brson | bors | -51/+336 |
| 2013-09-20 | auto merge of #9278 : alexcrichton/rust/ndebug, r=brson | bors | -5/+5 |
| 2013-09-20 | Invert --cfg debug to --cfg ndebug | Alex Crichton | -5/+5 |
| 2013-09-20 | auto merge of #9337 : steveklabnik/rust/rustpkg_usage, r=catamorphism | bors | -2/+3 |
| 2013-09-20 | auto merge of #9332 : eugals/rust/master, r=alexcrichton | bors | -31/+51 |
| 2013-09-20 | Uncomment a test. Fixes #4449. | Huon Wilson | -6/+2 |
| 2013-09-20 | auto merge of #9322 : catamorphism/rust/rustpkg-discovered-outputs, r=brson | bors | -8/+84 |
| 2013-09-20 | auto merge of #9321 : chris-morgan/rust/lowercase-nan-methods, r=brson | bors | -138/+138 |
| 2013-09-20 | auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con... | bors | -63/+28 |
| 2013-09-20 | util: remove unused `with` function | Daniel Micay | -19/+0 |
| 2013-09-19 | auto merge of #9308 : ben0x539/rust/lexer-error-spans, r=alexcrichton | bors | -26/+247 |
| 2013-09-19 | std::rt: Try stealing from all schedulers | Brian Anderson | -10/+27 |
| 2013-09-19 | auto merge of #9285 : sfackler/rust/future, r=alexcrichton | bors | -93/+113 |
| 2013-09-20 | fixed another test. | Felix S. Klock II | -2/+2 |
| 2013-09-20 | fix bug in test. | Felix S. Klock II | -2/+2 |