about summary refs log tree commit diff
path: root/src/rt
AgeCommit message (Expand)AuthorLines
2013-09-25rustdoc: Add sundown to src/rt/Alex Crichton-0/+5454
2013-09-23Remove the C(++) ISAAC Rng from the old rt.Huon Wilson-347/+0
2013-09-18auto merge of #9280 : alexcrichton/rust/less-c++, r=brsonbors-72/+23
2013-09-18Remove rust_run_program.cppAlex Crichton-72/+23
2013-09-18Implement process bindings to libuvAlex Crichton-0/+42
2013-09-16std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanupJeff Olson-0/+11
2013-09-16std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriterJeff Olson-21/+21
2013-09-16merge cleanupJeff Olson-21/+21
2013-09-16std/rt: in-progress file io workJeff Olson-0/+47
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-14/+0
2013-09-12auto merge of #9087 : fhahn/rust/rust_crate_map, r=brsonbors-175/+0
2013-09-13Convert rust_crate_map.cpp to RustFlorian Hahn-175/+0
2013-09-12Add linenoise lock helpers to rustrt.def.in.Huon Wilson-0/+2
2013-09-11extra: use a mutex to wrap linenoise calls and make them threadsafe.Huon Wilson-0/+12
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-10/+2
2013-09-05std::rt: Add libuv bindings for getaddrinfoBrian Anderson-0/+6
2013-09-04auto merge of #8880 : fhahn/rust/issue_8703, r=brsonbors-174/+37
2013-09-04Convert rust_log.cpp to Rust, closes #8703Florian Hahn-174/+37
2013-09-03add type name to the tydescDaniel Micay-0/+6
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