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
/
middle
/
trans.rs
Age
Commit message (
Expand
)
Author
Lines
2011-11-16
fix minor merge errors
Niko Matsakis
-18
/
+13
2011-11-16
apply calling convention at call site too
Niko Matsakis
-1
/
+1
2011-11-16
remove wrappers from intrinsics
Niko Matsakis
-141
/
+9
2011-11-16
make stdcall use shim
Niko Matsakis
-43
/
+26
2011-11-16
fix natives with user-specified link names, remove unused imports
Niko Matsakis
-6
/
+15
2011-11-16
enable comments in generated asm, ll
Niko Matsakis
-1
/
+3
2011-11-16
correct translation of neg. numbers in 64-bit architectures
Niko Matsakis
-2
/
+2
2011-11-16
remove fixed FIXME
Niko Matsakis
-1
/
+0
2011-11-16
wrap long line
Niko Matsakis
-1
/
+2
2011-11-16
finish up the shim approach
Niko Matsakis
-9
/
+17
2011-11-16
add back call to zero_and_revoke
Niko Matsakis
-0
/
+1
2011-11-16
begin efforts to use shim functions for c-stack calls
Niko Matsakis
-63
/
+142
2011-11-16
rustc: Use link_name attribute for native function
Haitao Li
-8
/
+8
2011-11-15
rustc: Don't sign extend uints during translation
Brian Anderson
-1
/
+1
2011-11-15
Use native fn's link name attribute if given
Haitao Li
-2
/
+8
2011-11-15
rustllvm: Add a GetOrInsertFunction wrapper
Haitao Li
-1
/
+2
2011-11-10
Cleanup unused imports
Haitao Li
-10
/
+7
2011-11-09
rustc: Rename native_abi_c_stack_cdecl to native_abi_cdecl
Brian Anderson
-2
/
+2
2011-11-09
rustc: Rename native_abi_c_stack_stdcall to native_abi_stdcall
Brian Anderson
-2
/
+2
2011-11-09
Remove native "x86stdcall" ABI
Brian Anderson
-15
/
+3
2011-11-09
Make native "c-stack-stdcall" ABI work
Brian Anderson
-1
/
+16
2011-11-09
trans: Add binops (except for logic and comparators) and unops to trans_const...
Joshua Wise
-1
/
+65
2011-11-08
Remove native "cdecl" ABI
Brian Anderson
-6
/
+0
2011-11-07
Remove native "llvm" ABI
Brian Anderson
-13
/
+1
2011-11-07
Remove native "rust" ABI
Brian Anderson
-6
/
+1
2011-11-07
rustc: Set LLVM module identifier as crate name
Haitao Li
-3
/
+3
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-46
/
+37
2011-11-02
fix line too long
Niko Matsakis
-1
/
+2
2011-11-02
add -m64 to gcc args if appropriate
Niko Matsakis
-2
/
+4
2011-11-02
correct more i32 vs int mismatches
Niko Matsakis
-2
/
+2
2011-11-02
convert various ints to i32 and vice versa
Niko Matsakis
-22
/
+22
2011-11-02
convert GEP to i32
Niko Matsakis
-89
/
+41
2011-11-02
get things checking on ia32
Niko Matsakis
-40
/
+28
2011-11-02
thread the context through so that int can be 64 bits on x86_64
Niko Matsakis
-9
/
+12
2011-11-02
work on making the size of ints depend on the target arch
Niko Matsakis
-35
/
+63
2011-11-02
work on making the size of ints depend on the target arch
Niko Matsakis
-150
/
+221
2011-11-02
start to isolate target strings so that they can be configured for
Niko Matsakis
-4
/
+4
2011-11-02
Make it possible to cast unsafe pointers with the 'as' operator
Marijn Haverbeke
-6
/
+7
2011-11-01
Fix alignment of interior pointers of dynamic-size types. Closes #1112
Brian Anderson
-8
/
+26
2011-10-28
Cleanup: Remove uneccesary generic_cmp function.
Matt Brubeck
-27
/
+13
2011-10-28
Use IEEE 754 semantics for NaN (Issue #1084)
Matt Brubeck
-58
/
+47
2011-10-28
Make shared kind the default only for generic functions
Marijn Haverbeke
-1
/
+2
2011-10-24
fix c-stack-cdecl when used w/ i64
Niko Matsakis
-2
/
+8
2011-10-24
kill errant log_err
Niko Matsakis
-2
/
+0
2011-10-24
switch over sqrt from llvm to c-stack-cdecl, exposing a bug in
Niko Matsakis
-6
/
+19
2011-10-21
update trans_c_stack_native_call() to use type_of_explicit_args()
Niko Matsakis
-28
/
+18
2011-10-21
avoid extra load for by_mutable_ref parameters
Niko Matsakis
-3
/
+5
2011-10-21
Change the way block calls are parsed, mark them as block-calls.
Marijn Haverbeke
-3
/
+3
2011-10-21
Drop support for iter, put, and for-each
Marijn Haverbeke
-225
/
+21
2011-10-21
Remove remaining uses of iter and for-each
Marijn Haverbeke
-5
/
+3
[prev]
[next]