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
/
sparc64.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-11
compiler: Empty out rustc_target::abi
Jubilee Young
-234
/
+0
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-3
/
+3
2024-09-03
Add `warn(unreachable_pub)` to `rustc_target`.
Nicholas Nethercote
-2
/
+2
2024-08-21
Make `ArgAbi::make_indirect_force` more specific
beetrees
-1
/
+1
2024-08-02
Move ZST ABI handling to `rustc_target`
beetrees
-2
/
+10
2024-05-06
Refactor float `Primitive`s to a separate `Float` type
beetrees
-5
/
+5
2024-04-08
force_array -> is_consecutive
Nikita Popov
-2
/
+2
2024-04-08
Fix argument ABI for overaligned structs on ppc64le
Nikita Popov
-2
/
+2
2023-01-22
abi: add `AddressSpace` field to `Primitive::Pointer`
Erik Desjardins
-1
/
+1
2023-01-22
rustc_abi: remove Primitive::{is_float,is_int}
Erik Desjardins
-2
/
+2
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-2
/
+2
2022-11-24
move things from rustc_target::abi to rustc_abi
hkalbasi
-7
/
+7
2022-08-26
Change `FnAbi::args` to a boxed slice.
Nicholas Nethercote
-1
/
+1
2022-04-13
couple of clippy::complexity fixes
Matthias Krüger
-3
/
+3
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-11
/
+9
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-02-21
formatting fixes
Petr Sumbera
-8
/
+2
2022-02-21
more complete sparc64 ABI fix for aggregates with floating point members
Petr Sumbera
-101
/
+183
2021-12-01
fix sparc64 ABI for aggregates with floating point members
Petr Sumbera
-33
/
+93
2021-08-30
rustc_target: remove `LayoutOf` bound from `TyAbiInterface`.
Eduard-Mihai Burtescu
-5
/
+5
2021-08-27
rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`.
Eduard-Mihai Burtescu
-5
/
+5
2021-08-27
rustc_target: add lifetime parameter to `LayoutOf`.
Eduard-Mihai Burtescu
-4
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+92