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
path:
root
/
src
/
comp
Age
Commit message (
Expand
)
Author
Lines
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
rustc: Add a workaround for a segfault with --time-passes (issue #1005).
Patrick Walton
-9
/
+24
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
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
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
rustc: Implement C stack stdcall
Patrick Walton
-2
/
+19
2011-10-02
rustc: Fix link error on Ubuntu Oneiric. Issue #903
Haitao Li
-2
/
+4
2011-09-30
rustc: Call LLVM on the C stack
Patrick Walton
-1
/
+1
2011-09-30
rustc: Stub a --stack-growth option; it's behind a flag for now because it re...
Patrick Walton
-8
/
+21
2011-09-30
Change the directory for target libs
Brian Anderson
-5
/
+11
2011-09-30
rustc: Remove some debug code
Patrick Walton
-2
/
+0
2011-09-30
rustc: Track link_args attributes on C stack cdecl natives as well
Patrick Walton
-1
/
+2
2011-09-30
trans: Use inttoptr as appropriate when casting return values of C stack func...
Patrick Walton
-1
/
+9
2011-09-29
Remove legacy library search paths
Brian Anderson
-1
/
+1
2011-09-29
Make rustc's host triple agree with the build system's
Brian Anderson
-1
/
+9
2011-09-29
Reorganize structure of build directory
Brian Anderson
-14
/
+28
2011-09-29
rustc: Remove some debug code
Patrick Walton
-2
/
+0
2011-09-29
rustc: Make the generic C stack function signature include a usable return value
Patrick Walton
-2
/
+2
2011-09-29
rustc: Translate calls on the C stack
Patrick Walton
-26
/
+98
2011-09-29
rustc: Fix call signature for call_c_stack
Patrick Walton
-18
/
+7
2011-09-29
rustc: Add upcall stubs for the new C stack upcalls
Patrick Walton
-0
/
+5
2011-09-29
rustc: Generate types in trans for the C-stack native ABI
Patrick Walton
-2
/
+21
2011-09-29
Don't build up results for ignored expressions.
Marijn Haverbeke
-1
/
+1
2011-09-29
Fail with an informative error when trying to bind a method
Marijn Haverbeke
-11
/
+11
2011-09-29
Move last remaining expression types out of trans_expr
Marijn Haverbeke
-79
/
+58
2011-09-29
Move expr_cast and expr_copy to DPS style
Marijn Haverbeke
-18
/
+12
2011-09-29
Move closure construction over to DPS style
Marijn Haverbeke
-148
/
+159
2011-09-29
Reduce move ops to a construct-in-place when possible
Marijn Haverbeke
-20
/
+35
2011-09-28
Eliminate glue.o. Closes #990
Brian Anderson
-47
/
+2
2011-09-28
Don't allow vectors of pinned kinds
Brian Anderson
-0
/
+10
2011-09-28
rustc: Add a new "C stack cdecl" native ABI
Patrick Walton
-1
/
+14
2011-09-28
Revert "Revert "Implement pattern ranges for all numeric types.""
Brian Anderson
-26
/
+345
[prev]
[next]