about summary refs log tree commit diff
path: root/src/rt/rustrt.def.in
AgeCommit message (Expand)AuthorLines
2013-11-29Statically link librustrt to libstdAlex Crichton-51/+0
2013-11-19Implement more native file I/OAlex Crichton-7/+0
2013-11-18Remove the C++ lock_and_signal typeAlex Crichton-20/+0
2013-11-18Implement a native mutex typeAlex Crichton-2/+3
2013-11-18rt: Namespace all C functions under rust_Brian Anderson-3/+3
2013-11-13add rust_trylock_little_lockJason Toffaletti-0/+1
2013-11-05Move implementation for threads to RustDirkjan Bussink-3/+0
2013-11-02Statically link libuv to librustuvAlex Crichton-115/+0
2013-11-01Statically link sundown to librustdocAlex Crichton-6/+0
2013-10-29rt: Remove four unused upcallsBrian Anderson-4/+0
2013-10-26Rewrite boxed_region/memory_region in RustAlex Crichton-7/+0
2013-10-24Implement a basic event loop built on LittleLockAlex Crichton-0/+2
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-2/+0
2013-10-24wrapping libuv signal for use in RustDo Nhat Minh-0/+3
2013-10-24Test fixes and merge conflictsAlex Crichton-12/+0
2013-10-24Move as much I/O as possible off of native::ioAlex Crichton-0/+1
2013-10-24Don't attempt to export uv functions directlyAlex Crichton-7/+6
2013-10-24Move rt::io::stdio from FileStream to a TTYAlex Crichton-0/+4
2013-10-24Implement io::net::unixAlex Crichton-0/+15
2013-10-20auto merge of #9812 : HNO3/rust/windows-utf8, r=alexcrichtonbors-0/+2
2013-10-20Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_lo...LEE Wondong-0/+2
2013-10-19Use __morestack to detect stack overflowAlex Crichton-1/+0
2013-10-16drop the linenoise libraryDaniel Micay-9/+0
2013-10-09auto merge of #9664 : alexcrichton/rust/logging, r=huonwbors-3/+0
2013-10-09std::rand: make the windows OSRng more correct, remove some C++.Huon Wilson-1/+3
2013-10-05Fix thread safety issues in dynamic_libSteven Fackler-0/+2
2013-10-03Document logging and remove old functionsAlex Crichton-3/+0
2013-09-25rustdoc: Add sundown to src/rt/Alex Crichton-0/+6
2013-09-23Remove the C(++) ISAAC Rng from the old rt.Huon Wilson-4/+0
2013-09-18auto merge of #9280 : alexcrichton/rust/less-c++, r=brsonbors-1/+0
2013-09-18Remove rust_run_program.cppAlex Crichton-1/+0
2013-09-18Implement process bindings to libuvAlex Crichton-0/+7
2013-09-16std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanupJeff Olson-0/+2
2013-09-16std/rt: in-progress file io workJeff Olson-0/+5
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-2/+0
2013-09-12auto merge of #9087 : fhahn/rust/rust_crate_map, r=brsonbors-1/+0
2013-09-13Convert rust_crate_map.cpp to RustFlorian Hahn-1/+0
2013-09-12Add linenoise lock helpers to rustrt.def.in.Huon Wilson-0/+2
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-1/+0
2013-09-05std::rt: Add libuv bindings for getaddrinfoBrian Anderson-0/+1
2013-09-04Convert rust_log.cpp to Rust, closes #8703Florian Hahn-2/+2
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-8/+2
2013-08-27Implement process bindings to libuvAlex Crichton-0/+7
2013-08-27Upgrade libuv to the current master + our patchesAlex Crichton-2/+1
2013-08-24std: Convert the runtime TLS key to a Rust global to avoid FFIBrian Anderson-1/+0
2013-08-23rt: Remove old precise GC codeBrian Anderson-2/+0
2013-08-23rt: Move some test functions to rust_test_helpersBrian Anderson-4/+4
2013-08-23rt: Remove exit_status helpersBrian Anderson-2/+0
2013-08-22std: remove fcntl const bindings + making valgrind clean w/ no owned vecsJeff Olson-9/+0
2013-08-22std: add read and unlink to low-level FileDescriptor + end-to-end CRUD testJeff Olson-0/+2