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