about summary refs log tree commit diff
path: root/src/rt
AgeCommit message (Expand)AuthorLines
2013-10-24Finish implementing io::net::addrinfoAlex Crichton-0/+13
2013-10-24Implement io::net::unixAlex Crichton-0/+15
2013-10-23auto merge of #9810 : huonw/rust/rand3, r=alexcrichtonbors-0/+2
2013-10-23std::rand: documentation & references.Huon Wilson-0/+2
2013-10-22Fix unwinding on OS X 10.9.Mark Rowe-3/+21
2013-10-20auto merge of #9812 : HNO3/rust/windows-utf8, r=alexcrichtonbors-4/+52
2013-10-20Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_lo...LEE Wondong-4/+52
2013-10-19auto merge of #9834 : alexcrichton/rust/morestack, r=brsonbors-1464/+70
2013-10-19Use __morestack to detect stack overflowAlex Crichton-1464/+70
2013-10-18Remove jemalloc from the runtimeAlex Crichton-44502/+0
2013-10-16drop the linenoise libraryDaniel Micay-1934/+0
2013-10-09auto merge of #9664 : alexcrichton/rust/logging, r=huonwbors-24/+0
2013-10-09std::rand: make the windows OSRng more correct, remove some C++.Huon Wilson-116/+59
2013-10-05Fix thread safety issues in dynamic_libSteven Fackler-0/+14
2013-10-03Document logging and remove old functionsAlex Crichton-24/+0
2013-09-30Expand tidy to prevent binaries from being checkedAlex Crichton-0/+0
2013-09-26Remove a little bit of unused C++Brian Anderson-18/+0
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