index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2011-10-05
rt: Make C stack switching Valgrind-clean by warning Valgrind when we're abou...
Patrick Walton
-1
/
+16
2011-10-05
stdlib: Add a void type
Patrick Walton
-0
/
+5
2011-10-05
Add more valgrind suppressions for __libc_freeres
Brian Anderson
-0
/
+9
2011-10-05
rpath all the things!
Brian Anderson
-2
/
+1
2011-10-05
Add a FIXME about test exports to rustc::back::rpath
Brian Anderson
-0
/
+2
2011-10-05
rpath the path to the runtime
Brian Anderson
-1
/
+14
2011-10-05
Fix some remaining rpath bugs
Brian Anderson
-16
/
+59
2011-10-05
Fix some path handling in std::fs on win32
Brian Anderson
-1
/
+30
2011-10-05
Figure out the relative path from output to each crate
Brian Anderson
-15
/
+62
2011-10-05
Begin work on rpath
Brian Anderson
-2
/
+218
2011-10-05
Run tests with LD_LIBRARY_PATH set to the target libs, not the host libs
Brian Anderson
-4
/
+5
2011-10-05
Add Niko Matsakis to AUTHORS.txt
Brian Anderson
-0
/
+1
2011-10-05
remove pthread_exit() from rust_start()
Niko Matsakis
-6
/
+0
2011-10-05
rustc: Add a workaround for a segfault with --time-passes (issue #1005).
Patrick Walton
-9
/
+24
2011-10-05
Don't run stage0 compiler under valgrind
Brian Anderson
-1
/
+1
2011-10-05
Tie up the last ends in destination-passing-conversion
Marijn Haverbeke
-33
/
+26
2011-10-05
Make trans_lval lval-only
Marijn Haverbeke
-59
/
+15
2011-10-05
Add trans_temp_expr for what used to be trans_expr, rename t_e_dps to trans_expr
Marijn Haverbeke
-68
/
+65
2011-10-05
Lose the by_ref destination style
Marijn Haverbeke
-33
/
+25
2011-10-05
Revert "Revert "Reorganize translation of expr_field""
Marijn Haverbeke
-56
/
+54
2011-10-05
Revert "Revert "Get rid of 'overwrite' destination kind""
Marijn Haverbeke
-102
/
+62
2011-10-05
Revert "Revert "Move trans_call to destination_passing style""
Marijn Haverbeke
-56
/
+57
2011-10-04
Use std::os::get_exe_path to determine sysroot
Brian Anderson
-16
/
+16
2011-10-04
Use util::filesearch to locate intrinsics.bc and main.o
Brian Anderson
-4
/
+20
2011-10-04
Move the library search into util::filesearch
Brian Anderson
-25
/
+42
2011-10-04
Fix some comment drift
Brian Anderson
-2
/
+2
2011-10-04
Remove some redundancy in metadata::creader
Brian Anderson
-13
/
+12
2011-10-04
Encapsulate current sysroot and lib path handling into util::filesearch
Brian Anderson
-54
/
+92
2011-10-04
Add std::os::get_exe_path
Brian Anderson
-2
/
+68
2011-10-04
Add std::ctypes
Brian Anderson
-0
/
+5
2011-10-04
Hide unused variable warnings in stdtest::treemap
Brian Anderson
-2
/
+2
2011-10-04
Add std::fs::normalize
Brian Anderson
-0
/
+155
2011-10-04
Add std::fs::split
Brian Anderson
-0
/
+45
2011-10-04
Revert "stdlib: Migrate rust_file_is_dir() over to the C stack, and add a voi...
Patrick Walton
-13
/
+3
2011-10-04
stdlib: Migrate rust_file_is_dir() over to the C stack, and add a void type
Patrick Walton
-3
/
+13
2011-10-04
rustc: Allow calling native functions on the C stack that take generic argume...
Patrick Walton
-6
/
+20
2011-10-04
Revert "Move trans_call to destination_passing style"
Patrick Walton
-57
/
+56
2011-10-04
Revert "Get rid of 'overwrite' destination kind"
Patrick Walton
-62
/
+102
2011-10-04
Revert "Reorganize translation of expr_field"
Patrick Walton
-54
/
+56
2011-10-04
rt: Switch the AIO stuff to the C stack
Patrick Walton
-19
/
+17
2011-10-04
Fix #1003 harder
Brian Anderson
-1
/
+2
2011-10-04
Fix a typo in tests.mk. Closes #1003
Brian Anderson
-1
/
+1
2011-10-04
Reorganize translation of expr_field
Marijn Haverbeke
-56
/
+54
2011-10-04
Get rid of 'overwrite' destination kind
Marijn Haverbeke
-102
/
+62
2011-10-04
Move trans_call to destination_passing style
Marijn Haverbeke
-56
/
+57
2011-10-03
rt: Switch the libuv bindings over to not using explicit task pointers
Patrick Walton
-17
/
+27
2011-10-03
rt: Fix comment typo in rust_uv.cpp
Patrick Walton
-1
/
+1
2011-10-03
rt: Make the builtins no longer take an explicit task parameter
Patrick Walton
-60
/
+99
2011-10-03
XFAIL run-fail/linked-failure4. Deadlocks on mac
Brian Anderson
-0
/
+1
2011-10-03
rustc: Implement C stack stdcall
Patrick Walton
-2
/
+19
[prev]
[next]