about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2011-10-05rt: Make C stack switching Valgrind-clean by warning Valgrind when we're abou...Patrick Walton-1/+16
2011-10-05stdlib: Add a void typePatrick Walton-0/+5
2011-10-05Add more valgrind suppressions for __libc_freeresBrian Anderson-0/+9
2011-10-05rpath all the things!Brian Anderson-2/+1
2011-10-05Add a FIXME about test exports to rustc::back::rpathBrian Anderson-0/+2
2011-10-05rpath the path to the runtimeBrian Anderson-1/+14
2011-10-05Fix some remaining rpath bugsBrian Anderson-16/+59
2011-10-05Fix some path handling in std::fs on win32Brian Anderson-1/+30
2011-10-05Figure out the relative path from output to each crateBrian Anderson-15/+62
2011-10-05Begin work on rpathBrian Anderson-2/+218
2011-10-05Run tests with LD_LIBRARY_PATH set to the target libs, not the host libsBrian Anderson-4/+5
2011-10-05Add Niko Matsakis to AUTHORS.txtBrian Anderson-0/+1
2011-10-05remove pthread_exit() from rust_start()Niko Matsakis-6/+0
2011-10-05rustc: Add a workaround for a segfault with --time-passes (issue #1005).Patrick Walton-9/+24
2011-10-05Don't run stage0 compiler under valgrindBrian Anderson-1/+1
2011-10-05Tie up the last ends in destination-passing-conversionMarijn Haverbeke-33/+26
2011-10-05Make trans_lval lval-onlyMarijn Haverbeke-59/+15
2011-10-05Add trans_temp_expr for what used to be trans_expr, rename t_e_dps to trans_exprMarijn Haverbeke-68/+65
2011-10-05Lose the by_ref destination styleMarijn Haverbeke-33/+25
2011-10-05Revert "Revert "Reorganize translation of expr_field""Marijn Haverbeke-56/+54
2011-10-05Revert "Revert "Get rid of 'overwrite' destination kind""Marijn Haverbeke-102/+62
2011-10-05Revert "Revert "Move trans_call to destination_passing style""Marijn Haverbeke-56/+57
2011-10-04Use std::os::get_exe_path to determine sysrootBrian Anderson-16/+16
2011-10-04Use util::filesearch to locate intrinsics.bc and main.oBrian Anderson-4/+20
2011-10-04Move the library search into util::filesearchBrian Anderson-25/+42
2011-10-04Fix some comment driftBrian Anderson-2/+2
2011-10-04Remove some redundancy in metadata::creaderBrian Anderson-13/+12
2011-10-04Encapsulate current sysroot and lib path handling into util::filesearchBrian Anderson-54/+92
2011-10-04Add std::os::get_exe_pathBrian Anderson-2/+68
2011-10-04Add std::ctypesBrian Anderson-0/+5
2011-10-04Hide unused variable warnings in stdtest::treemapBrian Anderson-2/+2
2011-10-04Add std::fs::normalizeBrian Anderson-0/+155
2011-10-04Add std::fs::splitBrian Anderson-0/+45
2011-10-04Revert "stdlib: Migrate rust_file_is_dir() over to the C stack, and add a voi...Patrick Walton-13/+3
2011-10-04stdlib: Migrate rust_file_is_dir() over to the C stack, and add a void typePatrick Walton-3/+13
2011-10-04rustc: Allow calling native functions on the C stack that take generic argume...Patrick Walton-6/+20
2011-10-04Revert "Move trans_call to destination_passing style"Patrick Walton-57/+56
2011-10-04Revert "Get rid of 'overwrite' destination kind"Patrick Walton-62/+102
2011-10-04Revert "Reorganize translation of expr_field"Patrick Walton-54/+56
2011-10-04rt: Switch the AIO stuff to the C stackPatrick Walton-19/+17
2011-10-04Fix #1003 harderBrian Anderson-1/+2
2011-10-04Fix a typo in tests.mk. Closes #1003Brian Anderson-1/+1
2011-10-04Reorganize translation of expr_fieldMarijn Haverbeke-56/+54
2011-10-04Get rid of 'overwrite' destination kindMarijn Haverbeke-102/+62
2011-10-04Move trans_call to destination_passing styleMarijn Haverbeke-56/+57
2011-10-03rt: Switch the libuv bindings over to not using explicit task pointersPatrick Walton-17/+27
2011-10-03rt: Fix comment typo in rust_uv.cppPatrick Walton-1/+1
2011-10-03rt: Make the builtins no longer take an explicit task parameterPatrick Walton-60/+99
2011-10-03XFAIL run-fail/linked-failure4. Deadlocks on macBrian Anderson-0/+1
2011-10-03rustc: Implement C stack stdcallPatrick Walton-2/+19