summary refs log tree commit diff
path: root/src/rt/rustrt.def.in
AgeCommit message (Expand)AuthorLines
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
2013-08-22std: working tests for low-level libuv open, write and close operationsJeff Olson-0/+5
2013-08-22std: bootstrapping libuv-based fileio in newrt... open & closeJeff Olson-0/+10
2013-08-16rt: Remove unused uv helpersBrian Anderson-15/+0
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-56/+1
2013-07-31extra: Remove dbg module and rt support codeBrian Anderson-7/+0
2013-07-31auto merge of #8145 : brson/rust/rttestfixes, r=pcwaltonbors-0/+1
2013-07-30test: Use a test extern in various foreign fn testsBrian Anderson-0/+1
2013-07-30std: Remove ManualThreads spawn modeBrian Anderson-2/+0
2013-07-30std::rt: Change Thread interface to require an explicit joinBrian Anderson-1/+2
2013-07-25libstd: Implement some missing udp methods.Luqman Aden-0/+1
2013-07-25libstd: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-6/+3
2013-07-22std: Remove at_exit API. UnusedBrian Anderson-1/+0
2013-07-22std: Remove unstable::global. UnusedBrian Anderson-1/+0
2013-07-22std::rt: Stop using unstable::global in change_dir_lockedBrian Anderson-0/+2
2013-07-22std: Remove weak_task API. UnusedBrian Anderson-2/+0
2013-07-18auto merge of #7856 : brson/rust/no-thread-per-core, r=pcwaltonbors-1/+0
2013-07-11auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwaltonbors-2/+1
2013-07-09std: Remove ThreadPerCore spawn mode. UnusedBrian Anderson-1/+0
2013-07-09Use purely an owned vector for storing TLS dataAlex Crichton-1/+0
2013-07-09std: Make os::set_exit_status work with newschedBrian Anderson-0/+2
2013-07-08Merge remote-tracking branch 'upstream/io' into ioEric Reed-3/+2
2013-07-03Merge remote-tracking branch 'mozilla/master'Brian Anderson-4/+3
2013-07-02Merge remote-tracking branch 'upstream/io' into ioEric Reed-0/+2
2013-07-02IPv6 support for UDP and TCP.Eric Reed-0/+15
2013-07-01rt: Add global_args_lock functions to rustrt.def.inBrian Anderson-1/+3
2013-06-30vec: implement exchange vector reserve in RustDaniel Micay-1/+0
2013-06-30simplify the exchange allocatorDaniel Micay-1/+0