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
Age
Commit message (
Expand
)
Author
Lines
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
2022-02-19
Adopt let else in more places
est31
-6
/
+3
2022-02-13
Auto merge of #93670 - erikdesjardins:noundef, r=nikic
bors
-1
/
+6
2022-02-09
Make FnAbiError Copy.
Camille GILLOT
-3
/
+7
2022-02-08
Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa
bors
-9
/
+11
2022-02-05
Apply noundef attribute to &T, &mut T, Box<T>, bool
Erik Desjardins
-1
/
+6
2022-02-02
Add more *-unwind ABI variants
Amanieu d'Antras
-9
/
+11
2021-12-17
Eliminate duplicate codes of is_single_fp_element
lzh
-40
/
+22
2021-12-01
fix sparc64 ABI for aggregates with floating point members
Petr Sumbera
-47
/
+133
2021-11-05
Update LLVM comments around NoAliasMutRef
Josh Stone
-2
/
+4
2021-10-19
Fix issue 90038
Gary Guo
-1
/
+1
2021-09-20
Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser
bors
-0
/
+32
2021-09-18
Querify `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-0
/
+1
2021-09-18
ty::layout: intern `FnAbi`s as `&'tcx`.
Eduard-Mihai Burtescu
-11
/
+11
2021-09-18
ty::layout: propagate errors up to (but not out of) `FnAbi::of_*`.
Eduard-Mihai Burtescu
-2
/
+25
2021-09-18
rustc_target: `adjust_for_cabi` -> `adjust_for_foreign_abi`.
Eduard-Mihai Burtescu
-1
/
+1
2021-09-17
compiler/rustc_target: Add support for m68k-linux-gnu
John Paul Adrian Glaubitz
-0
/
+32
2021-09-13
enum niche allocation grows toward zero if possible
Andreas Liljeqvist
-9
/
+43
2021-09-09
bugfix
Andreas Liljeqvist
-1
/
+1
2021-09-09
Wrap
Andreas Liljeqvist
-1
/
+1
2021-09-09
rename `is_valid_for` to `is_valid`
Andreas Liljeqvist
-2
/
+2
2021-09-09
Rename `(un)signed` to `(un)signed_int`
Andreas Liljeqvist
-6
/
+6
2021-09-09
Move `unsigned_max` etc into `Size` again
Andreas Liljeqvist
-7
/
+22
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-19
/
+19
2021-09-09
Fix docstring
Andreas Liljeqvist
-2
/
+1
2021-09-09
Use special `Debug` format when `start` > `end`
Andreas Liljeqvist
-1
/
+5
2021-09-09
Remove `contains_zero`, respect the compiler
Andreas Liljeqvist
-8
/
+1
2021-09-09
derive Copy for WrappingRange and Scalar
Andreas Liljeqvist
-5
/
+5
2021-09-09
fix match
Andreas Liljeqvist
-2
/
+4
2021-09-09
Add methods for checking for full ranges to `Scalar` and `WrappingRange`
Andreas Liljeqvist
-21
/
+15
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-41
/
+0
2021-08-30
rustc_target: remove `LayoutOf` bound from `TyAbiInterface`.
Eduard-Mihai Burtescu
-61
/
+51
2021-08-30
rustc_target: `TyAndLayout::field` should never error.
Eduard-Mihai Burtescu
-9
/
+8
2021-08-27
rustc_target: require `TyAbiInterface` in `LayoutOf`.
Eduard-Mihai Burtescu
-2
/
+2
2021-08-27
rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`.
Eduard-Mihai Burtescu
-65
/
+71
2021-08-27
rustc_target: add lifetime parameter to `LayoutOf`.
Eduard-Mihai Burtescu
-79
/
+64
2021-08-26
`#[inline]` non-generic `pub fn`s in `rustc_target::abi` and `ty::layout`.
Eduard-Mihai Burtescu
-0
/
+21
2021-08-26
Auto merge of #88308 - eddyb:cooked-layouts, r=nagisa
bors
-1
/
+1
2021-08-25
use undef for uninitialized bytes in constants
Erik Desjardins
-0
/
+38
2021-08-24
Morph `layout_raw` query into `layout_of`.
Eduard-Mihai Burtescu
-1
/
+1
2021-08-24
use convention for with_* methods
Andreas Liljeqvist
-7
/
+9
2021-08-24
Force inline: small functions and single call-site
Andreas Liljeqvist
-2
/
+4
2021-08-23
Simplify zero check
Andreas Liljeqvist
-1
/
+1
2021-08-23
add `with_start` and `with_end`
Andreas Liljeqvist
-1
/
+11
2021-08-23
implement debug in similar way to RangeInclusive
Andreas Liljeqvist
-1
/
+8
2021-08-23
Rename to WrappingRange
Andreas Liljeqvist
-5
/
+5
2021-08-23
implement contains_zero method
Andreas Liljeqvist
-3
/
+9
2021-08-23
Use ref
Andreas Liljeqvist
-2
/
+2
2021-08-23
Removed fixed fixme
Andreas Liljeqvist
-3
/
+0
[next]