about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2011-10-24Fix long linesBrian Anderson-1/+2
2011-10-24fix c-stack-cdecl when used w/ i64Niko Matsakis-5/+40
2011-10-24kill errant log_errNiko Matsakis-2/+0
2011-10-24remove (unused) fn rust_list_files from win32_fs; that isNiko Matsakis-1/+0
2011-10-24switch over sqrt from llvm to c-stack-cdecl, exposing a bug inNiko Matsakis-9/+31
2011-10-24add implicit ctxNiko Matsakis-1/+1
2011-10-24remove unused task ptr argNiko Matsakis-7/+5
2011-10-24update intrinsics fileNiko Matsakis-10/+9
2011-10-24move uses of rust ABI in tests to cdecl or c-stack-cdecl as apprNiko Matsakis-17/+26
2011-10-24move remaining task natives to cdecl ABI (run on rust stack)Niko Matsakis-10/+12
2011-10-24isolate those funcs in task that can run on the c stackNiko Matsakis-19/+20
2011-10-24work around bug when calling c-stack-cdecl fns from outside crateNiko Matsakis-1/+14
2011-10-24move sys fns into c-stack-cdecl and get_type_desc() into rustiNiko Matsakis-91/+96
2011-10-24migrate leakNiko Matsakis-2/+2
2011-10-24migrate rust_run_programNiko Matsakis-1/+1
2011-10-24migrate debugging funcsNiko Matsakis-34/+36
2011-10-24migrate sched_threads callNiko Matsakis-1/+1
2011-10-24convert str methods to c-stack-cdeclNiko Matsakis-1/+1
2011-10-24make time module use c-stack-cdeclNiko Matsakis-1/+1
2011-10-24move rand functions into c-stack-cdecl modeNiko Matsakis-1/+11
2011-10-24remove unnecessary && from various file routinesNiko Matsakis-3/+3
2011-10-24move more native "rust" to native "c-stack-cdecl"Niko Matsakis-3/+3
2011-10-24move io.rs natives from "rust" to "c-stack-stdlib"Niko Matsakis-1/+1
2011-10-24move fs routines to c-stack-stdlibNiko Matsakis-6/+6
2011-10-24rip out unused task pointersNiko Matsakis-12/+12
2011-10-24move comm functions out of rust abiNiko Matsakis-14/+34
2011-10-24purge log_errNiko Matsakis-1/+0
2011-10-24update vec libs to use c-stack-cdecl calling conventionNiko Matsakis-6/+23
2011-10-24Register snapshotsBrian Anderson-0/+5
2011-10-23Revert "Register snapshots"Brian Anderson-5/+0
2011-10-23Revert "Register snapshots"Brian Anderson-5/+0
2011-10-23Register snapshotsBrian Anderson-0/+5
2011-10-23Register snapshotsBrian Anderson-0/+5
2011-10-23Add commentary about -znoexecstackBrian Anderson-0/+2
2011-10-23Make sure librustrt.so is linked with a non-executable stack.Austin Seipp-1/+1
2011-10-23Fix an insane rt build error running 'make check -j3'Austin Seipp-3/+1
2011-10-23Remove a test binary that shouldn't existBrian Anderson-0/+0
2011-10-23Add Austin Seipp to AUTHORS.txtBrian Anderson-0/+1
2011-10-23Make sure $CFG_LLVM_CONFIG is set to $CFG_LLVM_ROOT/bin/llvm-configAustin Seipp-0/+1
2011-10-22Update src/etc/gyp-uvBrian Anderson-7/+9
2011-10-22Upgrade libuv to 179f475b2ad64729feb0422f06ce133cb364482aBrian Anderson-1836/+19561
2011-10-21Remove hack to break the AST fold cycle. Closes #998Brian Anderson-38/+2
2011-10-21Get 'make tidy' to work rustllvm and rt againBrian Anderson-145/+145
2011-10-21Register snapshotsBrian Anderson-0/+5
2011-10-21Cycle-collect objectsBrian Anderson-2/+18
2011-10-21update trans_c_stack_native_call() to use type_of_explicit_args()Niko Matsakis-28/+18
2011-10-21add get_type_desc to list of exported funcsNiko Matsakis-0/+1
2011-10-21add get_type_desc function to libraryNiko Matsakis-0/+5
2011-10-21avoid extra load for by_mutable_ref parametersNiko Matsakis-4/+7
2011-10-21Free vectors during cc sweepBrian Anderson-3/+136