| Age | Commit message (Expand) | Author | Lines |
| 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 #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 | -201/+190 |
| 2013-09-16 | Limit spans in bytes!() error messages to the argument in question | Kevin Ballard | -10/+10 |
| 2013-09-16 | Add the rustdoc_ng binary to the makefile rules | Alex Crichton | -70/+31 |
| 2013-09-16 | auto merge of #9231 : cmr/rust/enum_encoding, r=catamorphism | bors | -37/+146 |
| 2013-09-17 | std::at_vec: Fix segfault on overflow when resizing ~[@T] | blake2-ppc | -5/+16 |
| 2013-09-17 | rt::io: Use vec::reserve_additional | blake2-ppc | -1/+1 |
| 2013-09-17 | std::str: Fix overflow problems in unsafe code | blake2-ppc | -105/+59 |
| 2013-09-16 | Update syntax test | Corey Richardson | -1/+123 |
| 2013-09-16 | auto merge of #9109 : thestinger/rust/function, r=alexcrichton | bors | -112/+172 |
| 2013-09-16 | set attributes on `invoke` instructions too | Daniel Micay | -29/+18 |
| 2013-09-16 | Fix hardcoded string in libsyntax | Corey Richardson | -24/+2 |
| 2013-09-16 | testsuite: Add test for #4208 | Tim Chevalier | -0/+40 |
| 2013-09-16 | auto merge of #9211 : klutzy/rust/win32-fix, r=alexcrichton | bors | -35/+47 |
| 2013-09-16 | document why attributes are set on CallInst | Daniel Micay | -1/+8 |
| 2013-09-16 | add sret + noalias to the out pointer parameter | Daniel Micay | -3/+28 |
| 2013-09-16 | fix handling of function attributes | Daniel Micay | -80/+119 |
| 2013-09-16 | auto merge of #9204 : lkuper/rust/workcache, r=alexcrichton | bors | -7/+16 |
| 2013-09-16 | std::str: Add bench tests for StrVector::connect() and for str::push_str | blake2-ppc | -0/+19 |
| 2013-09-16 | std::vec: Add function vec::bytes::push_bytes | blake2-ppc | -0/+17 |
| 2013-09-16 | std::vec: Fix hazards with uint overflows in unsafe code | blake2-ppc | -6/+29 |
| 2013-09-16 | extra::json: use a different encoding for enums. | Corey Richardson | -15/+24 |
| 2013-09-16 | auto merge of #9192 : Kimundi/rust/master, r=huonw | bors | -16/+431 |
| 2013-09-16 | Corrected a few small style issues | Marvin Löbel | -19/+44 |
| 2013-09-16 | Add an SendStr type | Marvin Löbel | -16/+406 |
| 2013-09-16 | auto merge of #9121 : sanxiyn/rust/arm, r=alexcrichton | bors | -0/+2 |
| 2013-09-16 | Resume inlining globals across crates | Alex Crichton | -59/+157 |
| 2013-09-16 | Ignore failing tests on Android | Seo Sanghyeon | -0/+2 |
| 2013-09-16 | auto merge of #9220 : kballard/rust/c_str-as_str, r=thestinger | bors | -3/+74 |
| 2013-09-16 | std::num: Add uint::next_power_of_two_opt | blake2-ppc | -1/+11 |
| 2013-09-16 | rustdoc_ng: add licenses and issue numbers to appease tidy | Corey Richardson | -1/+91 |
| 2013-09-16 | Update rustdoc_ng to syntax and metadata changes | Corey Richardson | -57/+54 |
| 2013-09-16 | Update rustdoc_ng to new ast naming | Corey Richardson | -83/+64 |
| 2013-09-16 | Add rustdoc_ng | Corey Richardson | -0/+1977 |
| 2013-09-16 | auto merge of #9206 : alexcrichton/rust/issue-9188, r=catamorphism | bors | -2/+49 |
| 2013-09-16 | auto merge of #9196 : alexcrichton/rust/attempting-9055, r=cmr | bors | -13/+25 |
| 2013-09-16 | auto merge of #9187 : lkuper/rust/no-simplevisitor, r=catamorphism | bors | -144/+3 |