| Age | Commit message (Expand) | Author | Lines |
| 2013-09-17 | auto merge of #9133 : dcrewi/rust/bigint-random-range, r=huonw | bors | -2/+140 |
| 2013-09-17 | auto merge of #9258 : thestinger/rust/doc, r=catamorphism | bors | -11/+63 |
| 2013-09-17 | Generate random big integers within a range | David Creswick | -2/+140 |
| 2013-09-17 | auto merge of #9269 : alexcrichton/rust/ignore-rustpkg-test, r=brson | bors | -0/+1 |
| 2013-09-17 | Ignore a test which is blocking a snapshot | Alex Crichton | -0/+1 |
| 2013-09-17 | document what unsafety means | Daniel Micay | -11/+63 |
| 2013-09-17 | auto merge of #9257 : alexcrichton/rust/better-address-insignificant, r=thest... | bors | -5/+67 |
| 2013-09-17 | auto merge of #9235 : olsonjeffery/rust/newrt_file_io_1, r=thestinger | bors | -231/+1444 |
| 2013-09-17 | auto merge of #9256 : thestinger/rust/drop, r=alexcrichton | bors | -28/+8 |
| 2013-09-17 | Prevent a rare linkage issue with an xcrate static | Alex Crichton | -5/+67 |
| 2013-09-17 | std: fix win32 build issue re: multistring parsing | Jeff Olson | -1/+1 |
| 2013-09-17 | auto merge of #9236 : steveklabnik/rust/rustpkg_init, r=catamorphism | bors | -1/+24 |
| 2013-09-17 | Implementing 'rustpkg init'. | Steve Klabnik | -1/+24 |
| 2013-09-17 | std: whitespace clean up io::file docs | Jeff Olson | -52/+52 |
| 2013-09-17 | remove unnecessary transmutes | Daniel Micay | -28/+8 |
| 2013-09-17 | auto merge of #9245 : kballard/rust/bytes-span, r=catamorphism | bors | -10/+10 |
| 2013-09-17 | std: fix win32 build error in os::env() | Jeff Olson | -1/+1 |
| 2013-09-17 | std: remove RtioStream | Jeff Olson | -5/+0 |
| 2013-09-17 | auto merge of #9244 : thestinger/rust/drop, r=catamorphism | bors | -203/+192 |
| 2013-09-17 | auto merge of #9241 : alexcrichton/rust/build-rustdoc-ng, r=catamorphism | bors | -72/+56 |
| 2013-09-17 | auto merge of #9239 : steveklabnik/rust/rustpkg_tutorial, r=catamorphism | bors | -0/+225 |
| 2013-09-17 | auto merge of #9234 : steveklabnik/rust/rustpkg_manpage, r=cmr | bors | -17/+4 |
| 2013-09-17 | auto merge of #9225 : huonw/rust/closing-time, r=alexcrichton | bors | -0/+166 |
| 2013-09-17 | Tests for fixed issues. | Huon Wilson | -0/+166 |
| 2013-09-17 | auto merge of #9214 : adridu59/rust/issue-7723, r=thestinger | bors | -4/+1 |
| 2013-09-16 | auto merge of #9130 : alexcrichton/rust/inline-globals, r=thestinger | bors | -59/+157 |
| 2013-09-16 | std: merge conflict cleanup from std::str | Jeff Olson | -1/+0 |
| 2013-09-16 | std: docstring fixes in io::file | Jeff Olson | -239/+259 |
| 2013-09-16 | std: minor cleanup in some io_error descs in io::file | Jeff Olson | -2/+2 |
| 2013-09-16 | std: lots of docs for std::rt::io::file | Jeff Olson | -52/+298 |
| 2013-09-16 | std: FsRequest.req_boilerplate() be &mut self | Jeff Olson | -17/+58 |
| 2013-09-16 | std: remove impl'd/commented-out fstat signatures | Jeff Olson | -4/+0 |
| 2013-09-16 | std: generlize & move io::file::suppressed_stat to io::ignore_io_error | Jeff Olson | -19/+19 |
| 2013-09-16 | std: correctly pass STDOUT in to naive_print test fn | Jeff Olson | -1/+1 |
| 2013-09-16 | std: unignore some file io tests that work on windows, now | Jeff Olson | -6/+0 |
| 2013-09-16 | std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanup | Jeff Olson | -16/+184 |
| 2013-09-16 | std: expose more stat info | Jeff Olson | -7/+7 |
| 2013-09-16 | std: more work on from_c_multistring.. let it take an optional len param | Jeff Olson | -6/+18 |
| 2013-09-16 | std: clean up Dir/FileInfo inheritence and flesh out Dir Info | Jeff Olson | -59/+129 |
| 2013-09-16 | std: win32 os::env() str parsing to str::raw::from_c_multistring + test | Jeff Olson | -10/+38 |
| 2013-09-16 | std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriter | Jeff Olson | -152/+290 |
| 2013-09-16 | merge cleanup | Jeff Olson | -22/+23 |
| 2013-09-16 | std/rt: in-progress file io work | Jeff Olson | -203/+708 |
| 2013-09-16 | auto merge of #9237 : brson/rust/valgrind, r=thestinger | bors | -0/+3 |
| 2013-09-16 | auto merge of #9233 : catamorphism/rust/issue-4208, r=catamorphism | bors | -0/+40 |
| 2013-09-16 | auto merge of #9108 : blake2-ppc/rust/hazards-on-overflow, r=alexcrichton | bors | -118/+152 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -203/+192 |
| 2013-09-16 | Limit spans in bytes!() error messages to the argument in question | Kevin Ballard | -10/+10 |
| 2013-09-16 | Updating rustpkg tutorial from feedback. | Steve Klabnik | -37/+16 |
| 2013-09-16 | Add the rustdoc_ng binary to the makefile rules | Alex Crichton | -72/+56 |