about summary refs log tree commit diff
path: root/src/rt/rust_builtin.cpp
AgeCommit message (Expand)AuthorLines
2013-11-18Move runtime files to C instead of C++Alex Crichton-598/+0
2013-11-18Remove the C++ lock_and_signal typeAlex Crichton-106/+1
2013-11-18Implement a native mutex typeAlex Crichton-0/+21
2013-11-18rt: Namespace all C functions under rust_Brian Anderson-3/+3
2013-11-13add rust_trylock_little_lockJason Toffaletti-0/+5
2013-11-12rt: Delete more C++Brian Anderson-1/+10
2013-11-11Add asserts to check for faililng QueryPerformance* calls in precise_time_nsBirunthan Mohanathas-7/+9
2013-11-11Change use of unsigned integers to signed integers for clarity inBirunthan Mohanathas-5/+5
2013-11-08auto merge of #10348 : ksh8281/rust/fix_android_timegm, r=yichoibors-2/+5
2013-11-08fix android timegmsh8281.kim-2/+5
2013-11-07auto merge of #10281 : klutzy/rust/rt-timezone, r=alexcrichtonbors-4/+9
2013-11-06auto merge of #10227 : kud1ing/rust/ios, r=alexcrichtonbors-3/+9
2013-11-06Fixes for compilation to iOS:kud1ing-3/+9
2013-11-05Move implementation for threads to RustDirkjan Bussink-37/+0
2013-11-05rt: Convert timezone to utf-8 on Windowsklutzy-4/+9
2013-10-26Rewrite boxed_region/memory_region in RustAlex Crichton-40/+0
2013-10-24Implement a basic event loop built on LittleLockAlex Crichton-0/+10
2013-10-23std::rand: documentation & references.Huon Wilson-0/+2
2013-10-20auto merge of #9812 : HNO3/rust/windows-utf8, r=alexcrichtonbors-4/+42
2013-10-20Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_lo...LEE Wondong-4/+42
2013-10-19Use __morestack to detect stack overflowAlex Crichton-14/+11
2013-10-16drop the linenoise libraryDaniel Micay-12/+0
2013-10-09auto merge of #9664 : alexcrichton/rust/logging, r=huonwbors-21/+0
2013-10-09std::rand: make the windows OSRng more correct, remove some C++.Huon Wilson-6/+56
2013-10-05Fix thread safety issues in dynamic_libSteven Fackler-0/+12
2013-10-03Document logging and remove old functionsAlex Crichton-21/+0
2013-09-23Remove the C(++) ISAAC Rng from the old rt.Huon Wilson-24/+0
2013-09-18Remove rust_run_program.cppAlex Crichton-0/+23
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-12/+0
2013-09-11extra: use a mutex to wrap linenoise calls and make them threadsafe.Huon Wilson-0/+12
2013-09-01Fix incorrect strftime error handling in rust_localtimeBirunthan Mohanathas-3/+6
2013-08-24std: Convert the runtime TLS key to a Rust global to avoid FFIBrian Anderson-11/+6
2013-08-23rt: Remove rust_abiBrian Anderson-1/+0
2013-08-23rt: Move some test functions to rust_test_helpersBrian Anderson-47/+0
2013-08-23rt: Remove exit_status helpersBrian Anderson-15/+0
2013-08-23rt: Memory regions are never synchronized nowBrian Anderson-4/+2
2013-08-23rt: Remove timerBrian Anderson-3/+26
2013-08-23rt: Remove last use of C++ exchange allocBrian Anderson-1/+1
2013-08-22Un-disable stack unwinding on Windows.Vadim Chugunov-4/+0
2013-08-16rt: Remove rust_stackBrian Anderson-0/+10
2013-08-16rt: Remove rust_envBrian Anderson-1/+53
2013-08-09auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=ericktbors-3/+2
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-237/+19
2013-08-04Remove trailing null from stringsErick Tryzelaar-3/+2
2013-07-31extra: Remove dbg module and rt support codeBrian Anderson-92/+0
2013-07-31auto merge of #8143 : brson/rust/change-dir-lock, r=luqmanabors-2/+2
2013-07-30rt: Use the correct global change_dir lockBrian Anderson-2/+2
2013-07-30std: Remove ManualThreads spawn modeBrian Anderson-12/+0
2013-07-30std::rt: Change Thread interface to require an explicit joinBrian Anderson-1/+6
2013-07-22std: Remove at_exit API. UnusedBrian Anderson-6/+0