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
/
test
/
codegen
/
packed.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-153
/
+0
2022-05-25
Update some codegen tests for opaque pointers
Nikita Popov
-20
/
+20
2022-02-06
apply noundef explicitly in all cases instead of relying on dereferenceable i...
Erik Desjardins
-2
/
+2
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-1
/
+1
2021-03-21
Don't compute optimized PointerKind for unoptimized builds
Nikita Popov
-1
/
+1
2021-02-28
Support LLVM 12 in rustc
Nikita Popov
-2
/
+2
2019-12-02
Update the minimum external LLVM to 7
Josh Stone
-1
/
+0
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Rollup merge of #57053 - nikic:fix-gep-align, r=nagisa
Mazdak Farrokhzad
-0
/
+36
2018-12-21
Fix alignment for array indexing
Nikita Popov
-0
/
+36
2018-12-21
Stabilize #[repr(packed(N))]
Taylor Cramer
-1
/
+0
2018-11-04
Support memcpy/memmove with differing src/dst alignment
Nikita Popov
-2
/
+2
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-6
/
+8
2018-04-11
Implementation of `#[repr(packed(n))]` RFC 1399.
Cameron Hart
-13
/
+71
2017-12-02
rustc: don't unpack newtypes of scalar-pairs with mismatched alignment.
Eduard-Mihai Burtescu
-0
/
+11
2017-11-19
rustc_trans: work around i686-pc-windows-msvc byval align LLVM bug.
Eduard-Mihai Burtescu
-1
/
+1
2017-11-19
rustc: encode scalar pairs in layout ABI.
Eduard-Mihai Burtescu
-4
/
+1
2017-11-19
rustc_trans: compute better align/dereferenceable attributes from pointees.
Eduard-Mihai Burtescu
-1
/
+1
2017-03-13
emit !align attributes on stores of operand pairs
Ariel Ben-Yehuda
-0
/
+33
2017-02-08
emit "align 1" metadata on loads/stores of packed structs
Ariel Ben-Yehuda
-0
/
+29