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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2022-04-26
Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa
Guillaume Gomez
-0
/
+32
2022-04-19
Fix a bug in the ptx-kernel calling convention where structs was passed indir...
Kjetil Kjeka
-0
/
+32
2022-04-05
trivial cfg(bootstrap) changes
Pietro Albini
-1
/
+1
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-20
/
+80
2022-03-29
allow large Size again
Ralf Jung
-16
/
+7
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-03-07
Clarify `Layout` interning.
Nicholas Nethercote
-11
/
+65
2022-02-19
Adopt let else in more places
est31
-6
/
+3
2021-12-17
Eliminate duplicate codes of is_single_fp_element
lzh
-0
/
+18
2021-10-19
Fix issue 90038
Gary Guo
-1
/
+1
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
-7
/
+7
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
-5
/
+2
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
-11
/
+17
2021-08-27
rustc_target: add lifetime parameter to `LayoutOf`.
Eduard-Mihai Burtescu
-12
/
+7
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
2021-08-22
Use custom wrap-around type instead of Range
Andreas Liljeqvist
-30
/
+43
2021-08-12
Add c_enum_min_bits to target spec
Manish Goregaokar
-0
/
+17
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-06-14
Use the now available implementation of `IntoIterator` for arrays
LeSeulArtichaut
-2
/
+2
2021-06-07
Use `try_into` instead of asserting manually
LingMan
-10
/
+2
2021-06-02
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+4
2021-05-18
add Align::ONE; add methods to access alloc.extra
Ralf Jung
-1
/
+3
2021-03-21
Move decision aboute noalias into codegen_llvm
Nikita Popov
-1
/
+1
[prev]
[next]