| Age | Commit message (Expand) | Author | Lines |
| 2013-08-22 | std: UvFileStream implements HomingIO + .home_for_io() wrapper usage | Jeff Olson | -39/+60 |
| 2013-08-22 | std: writing to stdout only works when using -1 offset.. | Jeff Olson | -1/+1 |
| 2013-08-22 | std: stripping unneeded fcntl.h include from rust_uv.cpp | Jeff Olson | -1/+0 |
| 2013-08-22 | std: lint appeasement for unused param in condition handler | Jeff Olson | -1/+1 |
| 2013-08-22 | std: rework file io.. support [p]read,[p]write, impl seek/tell + more tests | Jeff Olson | -53/+214 |
| 2013-08-22 | std: adding #[fixed_stack_segment] as needed in new uvll calls | Jeff Olson | -0/+16 |
| 2013-08-22 | std: add FileStream::unlink + more tests | Jeff Olson | -2/+52 |
| 2013-08-22 | std: rt::io::file::FileStream fleshed out.. needs more work.. see extended | Jeff Olson | -40/+127 |
| 2013-08-22 | std: CRUD file io bindings in uvio, fs_open()/unlink() in IoFactory + test | Jeff Olson | -0/+190 |
| 2013-08-22 | std: remove fcntl const bindings + making valgrind clean w/ no owned vecs | Jeff Olson | -187/+68 |
| 2013-08-22 | std: support async/threadpool & sync paths in uv_fs_* calls + add sync test | Jeff Olson | -35/+169 |
| 2013-08-22 | std: add read and unlink to low-level FileDescriptor + end-to-end CRUD test | Jeff Olson | -58/+151 |
| 2013-08-22 | std: working tests for low-level libuv open, write and close operations | Jeff Olson | -31/+174 |
| 2013-08-22 | std: bootstrapping libuv-based fileio in newrt... open & close | Jeff Olson | -14/+232 |
| 2013-08-22 | Implement size_hint() on RangeInclusive | Kevin Ballard | -0/+15 |
| 2013-08-22 | Suppress a broken test. Issue #8690. | Michael Sullivan | -0/+1 |
| 2013-08-22 | doc: Fix transmute example | Keegan McAllister | -1/+4 |
| 2013-08-22 | Don't do a bogus substitution on the transformed self ty for objects. Closes ... | Michael Sullivan | -3/+32 |
| 2013-08-22 | Substitute into the impl method rather than the trait method when emitting vt... | Michael Sullivan | -8/+37 |
| 2013-08-22 | Fix type parameter handling for static default methods. Closes #8654. | Michael Sullivan | -4/+10 |
| 2013-08-22 | auto merge of #8669 : lkuper/rust/infer-refactor, r=nikomatsakis | bors | -467/+250 |
| 2013-08-22 | Add `self` to the ast_map for provided methods. Closes #8010. | Michael Sullivan | -5/+11 |
| 2013-08-22 | Don't ICE if an argument in a default method doesn't have a name. Closes #8417. | Michael Sullivan | -1/+1 |
| 2013-08-22 | auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwalton | bors | -120/+364 |
| 2013-08-22 | auto merge of #8627 : kballard/rust/fix-rusti, r=catamorphism | bors | -1/+1 |
| 2013-08-22 | auto merge of #8626 : kballard/rust/issue-8615, r=catamorphism | bors | -1/+14 |
| 2013-08-22 | debuginfo: Improved handling of function preludes. | Michael Woerister | -30/+92 |
| 2013-08-22 | debuginfo: Big cleanup refactoring and support for foreign_item_fn. | Michael Woerister | -108/+101 |
| 2013-08-22 | auto merge of #8620 : brson/rust/issue-7563, r=alexcrichton | bors | -0/+25 |
| 2013-08-22 | Cleanup assembly source. | Vadim Chugunov | -3/+8 |
| 2013-08-22 | Enabled tests. | Vadim Chugunov | -16/+0 |
| 2013-08-22 | Compile via external assembler on Windows. | Vadim Chugunov | -21/+22 |
| 2013-08-22 | Emit unwind info in rustrt assembly files on Windows. | Vadim Chugunov | -10/+10 |
| 2013-08-22 | Un-disable stack unwinding on Windows. | Vadim Chugunov | -4/+0 |
| 2013-08-22 | On Windows, use g++ for linking, instead of gcc. | Vadim Chugunov | -4/+5 |
| 2013-08-22 | auto merge of #8616 : kballard/rust/url-parse-errors, r=catamorphism | bors | -28/+33 |
| 2013-08-21 | Make json::to_xxx(&Json) fns Json::to_xxx(&self) | Brandon Sanderson | -65/+61 |
| 2013-08-21 | auto merge of #8590 : blake2-ppc/rust/std-str, r=alexcrichton | bors | -131/+254 |
| 2013-08-21 | auto merge of #8570 : catamorphism/rust/2013-08-16-rollup, r=catamorphism | bors | -148/+395 |
| 2013-08-21 | auto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis | bors | -96/+519 |
| 2013-08-21 | rustpkg: Add test for #7348. Closes #7348 | Tim Chevalier | -0/+12 |
| 2013-08-21 | test: Add test for #7563. Closes #7563 | Brian Anderson | -0/+25 |
| 2013-08-21 | oops v2, apparently writing std::comm::stream() doesn't work on check-fast; f... | Ben Blum | -10/+19 |
| 2013-08-21 | rustpkg: Re-enable some more tests | Tim Chevalier | -21/+22 |
| 2013-08-21 | auto merge of #8595 : vadimcn/rust/print_link_args, r=alexcrichton | bors | -0/+5 |
| 2013-08-21 | rustpkg: Add test for #7338. Closes #7338 | Tim Chevalier | -0/+12 |
| 2013-08-21 | rustc: More helpful error message when using a struct type like a function | Tim Chevalier | -47/+66 |
| 2013-08-21 | testsuite: Un-xfail test for #5917 | Tim Chevalier | -3/+1 |
| 2013-08-21 | testsuite: Test for #4447 | Tim Chevalier | -0/+15 |
| 2013-08-21 | rustc: Remove FIXME (see #4949) | Tim Chevalier | -3/+0 |