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
/
compiler
/
rustc_target
/
src
/
abi
/
call
/
x86.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-03
default Aggregate ABI to Indirect, and make sure it's never used for unsized
Ralf Jung
-2
/
+2
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+2
2023-09-15
clarify PassMode::Indirect as well
Ralf Jung
-2
/
+2
2023-09-15
explain PassMode::Cast
Ralf Jung
-1
/
+1
2023-07-14
i686-windows: make requested alignment > 4 special case apply transitively
Erik Desjardins
-4
/
+4
2023-07-10
repr(align) <= 4 should still be byval
Erik Desjardins
-2
/
+6
2023-07-10
move has_repr to layout, handle repr(transparent) properly
Erik Desjardins
-7
/
+2
2023-07-10
i686-windows: pass arguments with requested alignment > 4 indirectly
Erik Desjardins
-4
/
+25
2023-07-10
implement vector-containing aggregate alignment for x86 darwin
Erik Desjardins
-31
/
+51
2023-07-10
rustc_target: Add alignment to indirectly-passed by-value types, correcting the
Patrick Walton
-4
/
+31
2022-08-26
Move `ArgAbi::pad_i32` into `PassMode::Cast`.
Nicholas Nethercote
-1
/
+1
2022-08-26
Change `FnAbi::args` to a boxed slice.
Nicholas Nethercote
-2
/
+2
2022-07-26
Fix vectorcall
Daniel Paoliello
-3
/
+3
2021-12-17
Eliminate duplicate codes of is_single_fp_element
lzh
-20
/
+2
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-1
/
+1
2021-08-30
rustc_target: remove `LayoutOf` bound from `TyAbiInterface`.
Eduard-Mihai Burtescu
-3
/
+3
2021-08-27
rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`.
Eduard-Mihai Burtescu
-3
/
+3
2021-08-27
rustc_target: add lifetime parameter to `LayoutOf`.
Eduard-Mihai Burtescu
-2
/
+2
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2020-11-21
Replace ByVal attribute with on_stack field for Indirect
bjorn3
-2
/
+7
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+130