about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-23auto merge of #8716 : andrew-d/rust/andrew-fix-warnings, r=alexcrichtonbors-2/+2
2013-08-23Allow metadata to be not compressedBrian Anderson-11/+42
2013-08-23auto merge of #8705 : brson/rust/lesscxx, r=graydonbors-833/+116
2013-08-23rt: Remove rust_abiBrian Anderson-168/+0
2013-08-23rt: Remove rust_util.cppBrian Anderson-37/+0
2013-08-23rt: Remove old precise GC codeBrian Anderson-126/+0
2013-08-23rt: Move some test functions to rust_test_helpersBrian Anderson-71/+70
2013-08-23rt: Remove exit_status helpersBrian Anderson-33/+5
2013-08-23rt: Remove sync.hBrian Anderson-54/+0
2013-08-23rt: Memory regions are never synchronized nowBrian Anderson-31/+10
2013-08-23rt: Remove timerBrian Anderson-126/+26
2013-08-23Document the task watching / exit code propagation implementation.Ben Blum-1/+85
2013-08-23fix performance regression from invalid IRDaniel Micay-68/+3
2013-08-23test: add support for sharding testsuite by passing --test-shard=a.bGraydon Hoare-2/+48
2013-08-23Fix some vector function failure tests. Closes #8698Brian Anderson-8/+4
2013-08-23rt: Remove indexed_listBrian Anderson-115/+0
2013-08-23rt: Remove rust_exchange_allocBrian Anderson-70/+0
2013-08-23rt: Remove last use of C++ exchange allocBrian Anderson-2/+5
2013-08-23Fix two small warningsAndrew Dunham-2/+2
2013-08-23Emit a better error for attempted unsafe-pointer-self. Close #8306.Ben Blum-0/+35
2013-08-23Parse and reserve typeof keyword. #3228Ben Blum-4/+43
2013-08-23Rename {Reader,Writer}ByteConversions methodsSteven Fackler-123/+122
2013-08-23Use the proper monomorphized ty::t for llvm alias hints. Closes #7260.Michael Sullivan-29/+37
2013-08-23Make getopts count (and thus align/paginate) in terms of codepoints not bytes.Felix S. Klock II-2/+3
2013-08-23auto merge of #8695 : thestinger/rust/build, r=pcwaltonbors-2/+0
2013-08-23auto merge of #8684 : michaelwoerister/rust/stepping_and_scope_fixes, r=jdmbors-136/+191
2013-08-23auto merge of #8691 : anasazi/rust/fix-timer-interface, r=brsonbors-7/+2
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