about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-23auto merge of #8686 : kmcallister/rust/doc, r=catamorphismbors-1/+4
2013-08-23auto merge of #8681 : mrordinaire/rust/remove-set_args, r=brsonbors-40/+35
2013-08-23auto merge of #8677 : bblum/rust/scratch, r=alexcrichtonbors-54/+110
2013-08-22auto merge of #8671 : kballard/rust/range_inclusive-size-hint, r=thestingerbors-0/+15
2013-08-22auto merge of #8596 : vadimcn/rust/master, r=alexcrichtonbors-166/+94
2013-08-22Disabled broken tests in std::vec.Vadim Chugunov-0/+4
2013-08-22Enabled unit tests in std and extra.Vadim Chugunov-109/+46
2013-08-23removed os::set_args, closing #8325Do Nhat Minh-40/+35
2013-08-22auto merge of #8655 : olsonjeffery/rust/newrt_file_io, r=pcwalton,brsonbors-55/+1156
2013-08-22make: stop disabling frame pointer eliminationDaniel Micay-2/+0
2013-08-22fix 32bit mac build errorJeff Olson-2/+2
2013-08-22auto merge of #8659 : msullivan/rust/default-methods, r=alexcrichtonbors-21/+92
2013-08-22make check appeasementJeff Olson-2/+3
2013-08-22std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file::Jeff Olson-100/+109
2013-08-22std: slight refactor on UvFilestream seek behavior, pre-seek-refactorJeff Olson-38/+34
2013-08-22std: all of the calls in rt::uv::file take a &LoopJeff Olson-44/+43
2013-08-22std: moved static file actions (open,unlink) to FsRequestJeff Olson-63/+63
2013-08-22std: reform fn sigs of FileDescriptor methods (better result signalling)Jeff Olson-42/+46
2013-08-22std: rename tmp file paths to go into ./tmp folder in builddirJeff Olson-10/+10
2013-08-22change FileDescriptor instance methods to use &mut selfJeff Olson-11/+11
2013-08-22std: more seek testsJeff Olson-1/+71
2013-08-22std: naive stdio print test in uvioJeff Olson-0/+20
2013-08-22rt: re-adding lines erroneous stripped out in merge conflictJeff Olson-0/+9
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