about summary refs log tree commit diff
path: root/src/rt/rustrt.def.in
AgeCommit message (Expand)AuthorLines
2011-10-24fix c-stack-cdecl when used w/ i64Niko Matsakis-0/+1
2011-10-24switch over sqrt from llvm to c-stack-cdecl, exposing a bug inNiko Matsakis-0/+1
2011-10-24move sys fns into c-stack-cdecl and get_type_desc() into rustiNiko Matsakis-1/+0
2011-10-21add get_type_desc to list of exported funcsNiko Matsakis-0/+1
2011-10-20Do not pass taskpointers to "rust" native functionsMarijn Haverbeke-1/+0
2011-10-20Remove spawn_wrap and main_wrap kludgesMarijn Haverbeke-1/+0
2011-09-28rt: Add a call stub that switches to the C stack, untested as of yetPatrick Walton-0/+1
2011-09-28rt: Add an upcall to allocate space on the C stack. This will be used for nat...Patrick Walton-0/+1
2011-09-11Remove hack_allow_leaksBrian Anderson-1/+0
2011-09-11Add upcall_rust_personalityBrian Anderson-0/+1
2011-09-09Get rid of some unused upcallsMarijn Haverbeke-5/+0
2011-09-09Remove unused logging upcalls from runtimeMarijn Haverbeke-3/+0
2011-09-07Rewrite spawn yet againBrian Anderson-0/+1
2011-09-03Remove unused runtime functions. Issue #855Brian Anderson-2/+0
2011-09-02Rename istr-stuff to str in the runtime. Issue #855Brian Anderson-1/+1
2011-09-02Remove estrs and evecs from runtime. Issue #855Brian Anderson-8/+0
2011-09-01Remove a bunch of string builtins. Issue #855Brian Anderson-6/+0
2011-08-31Expose STDERR to rust.Erick Tryzelaar-0/+1
2011-08-31rt: Make the dynamic stack self-describingPatrick Walton-0/+1
2011-08-30Allow main to take istrs. Issue #855Brian Anderson-0/+1
2011-08-29Rename upcall_istr_push to rust_istr_push in rustrt.def.inBrian Anderson-1/+1
2011-08-29Make std::istr::push_byte efficientMarijn Haverbeke-0/+1
2011-08-29Implement non-internal ivecsMarijn Haverbeke-11/+6
2011-08-24Remove rust_start_ivecMarijn Haverbeke-1/+0
2011-08-24Optimize += [x] into a simple push operationMarijn Haverbeke-0/+1
2011-08-19rt: Remove rustboot's GC infrastructurePatrick Walton-1/+0
2011-08-18Rename some vec upcalls and trans functions from vec* to evec*Brian Anderson-0/+1
2011-08-18Remove upcall_new_vecBrian Anderson-1/+0
2011-08-17Making more of the rust_task structure directly accessible from Rust.Eric Holk-1/+0
2011-08-17Yet another comm interface.Eric Holk-3/+0
2011-08-16rt: Implement obstacks, untested as of yetPatrick Walton-0/+3
2011-08-16Removing task, chan and port upcalls.Eric Holk-17/+0
2011-08-16Accept main(args: [str]) as main signatureBrian Anderson-0/+1
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...Eric Holk-1/+0
2011-08-15Properly ref counting to fix valgrind issues on linux.Eric Holk-0/+1
2011-08-15Fixed memory accounting and task stack creation bugs.Eric Holk-0/+1
2011-08-15Working on more spawn test cases.Eric Holk-0/+1
2011-08-15Added a library version of spawn. Before long, we can remove the old version.Eric Holk-0/+5
2011-08-15Port ID-based channels.Eric Holk-0/+3
2011-08-12Rename rust_list_files_ivec to rust_list_filesBrian Anderson-1/+1
2011-08-12Remove rust_list_files from std and rtBrian Anderson-1/+0
2011-08-12Remove runtime vector builtinsBrian Anderson-8/+0
2011-08-12Remove str_from_vec runtime functionBrian Anderson-1/+0
2011-08-12Remove vec version of str::bytes, rename bytes_ivec to str::bytesBrian Anderson-1/+0
2011-08-10rustc: Remove unused "trace" upcallsPatrick Walton-2/+0
2011-08-10rustc: Use polymorphic loggingPatrick Walton-0/+1
2011-08-08rt: Stub the shape-based cmp upcallPatrick Walton-0/+1
2011-08-05Atomic ref counting for chans.Eric Holk-0/+3
2011-08-05Basic async IO module using libuvRob Arnold-0/+10
2011-08-01Added send and receive to comm library.Eric Holk-0/+2