about summary refs log tree commit diff
path: root/src/rt
AgeCommit message (Expand)AuthorLines
2013-09-01Fix incorrect strftime error handling in rust_localtimeBirunthan Mohanathas-3/+6
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-44/+11
2013-08-27Implement process bindings to libuvAlex Crichton-0/+41
2013-08-27Upgrade libuv to the current master + our patchesAlex Crichton-11/+3
2013-08-26Support Win64 context switchingklutzy-9/+75
2013-08-26rt: Support SEH/SJLJ personality routineklutzy-6/+16
2013-08-26rt: Make valgrind Win64-compatibleklutzy-6/+12
2013-08-26rt: Add {get,record}_sp_limit on Win64klutzy-0/+8
2013-08-26rt: Remove leading underscore on Win64klutzy-3/+6
2013-08-24std: Convert the runtime TLS key to a Rust global to avoid FFIBrian Anderson-12/+6
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-123/+0
2013-08-23rt: Move some test functions to rust_test_helpersBrian Anderson-51/+50
2013-08-23rt: Remove exit_status helpersBrian Anderson-17/+0
2013-08-23rt: Remove sync.hBrian Anderson-54/+0
2013-08-23rt: Memory regions are never synchronized nowBrian Anderson-26/+8
2013-08-23rt: Remove timerBrian Anderson-126/+26
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-1/+1
2013-08-22auto merge of #8596 : vadimcn/rust/master, r=alexcrichtonbors-14/+10
2013-08-22make check appeasementJeff Olson-1/+1
2013-08-22rt: re-adding lines erroneous stripped out in merge conflictJeff Olson-0/+9
2013-08-22std: stripping unneeded fcntl.h include from rust_uv.cppJeff Olson-1/+0
2013-08-22std: remove fcntl const bindings + making valgrind clean w/ no owned vecsJeff Olson-45/+0
2013-08-22std: add read and unlink to low-level FileDescriptor + end-to-end CRUD testJeff Olson-5/+32
2013-08-22std: working tests for low-level libuv open, write and close operationsJeff Olson-4/+48
2013-08-22std: bootstrapping libuv-based fileio in newrt... open & closeJeff Olson-0/+10
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-20auto merge of #8631 : anasazi/rust/homing-io, r=brsonbors-0/+9
2013-08-19auto merge of #8584 : thestinger/rust/jemalloc, r=graydonbors-1/+22
2013-08-19jemalloc: use $(AR), not `ar`Daniel Micay-2/+2
2013-08-19regenerate configureGraydon Hoare-1/+13
2013-08-19Instruct event loops to ignore SIGPIPE when constructed.Eric Reed-0/+9
2013-08-19rt: make jemalloc header conform to android signature.Graydon Hoare-0/+9
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-1/+1
2013-08-16rt: Remove unused uv helpersBrian Anderson-108/+0
2013-08-16rt: Remove empty rust_upcall.hBrian Anderson-15/+0
2013-08-16rt: Remove unused rust_clone_type_desc declarationBrian Anderson-2/+0
2013-08-16rt: Remove rust_stackBrian Anderson-159/+10
2013-08-16rt: Remove rust_refcount.hBrian Anderson-32/+2
2013-08-16rt: Remove unused parts of rust_logBrian Anderson-80/+6
2013-08-16rt: Remove unused parts of rust_globals.hBrian Anderson-21/+0
2013-08-16rt: Remove rust_signal.hBrian Anderson-27/+0
2013-08-16rt: Remove rust_envBrian Anderson-203/+53
2013-08-16doc: convert remaining uses of core:: to std::.Huon Wilson-1/+1
2013-08-11Add a field `borrow_offset` to the type descriptor indicatingNiko Matsakis-0/+2
2013-08-09auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=ericktbors-3/+2