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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_abi
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-08-27
ABI compat check: detect unadjusted ABI mismatches
Ralf Jung
-1
/
+3
2024-08-16
Add `warn(unreachable_pub)` to several crates.
Nicholas Nethercote
-0
/
+1
2024-08-01
interpret: simplify pointer arithmetic logic
Ralf Jung
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-07-16
Fix unsafe_op_in_unsafe_fn in compiler
Michael Goulet
-2
/
+2
2024-07-04
Rollup merge of #123043 - GoldsteinE:fix/repr-c-dead-branches, r=oli-obk
Matthias Krüger
-1
/
+1
2024-06-28
Disable dead variant removal for `#[repr(C)]` enums.
Goldstein
-1
/
+1
2024-06-25
Auto merge of #126326 - eggyal:ununsafe-StableOrd, r=michaelwoerister
bors
-3
/
+5
2024-06-22
Ensure careful consideration is given by impls
Alan Egerton
-2
/
+4
2024-06-12
Un-unsafe the `StableOrd` trait
Alan Egerton
-2
/
+2
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-1
/
+3
2024-05-21
don't inhibit random field reordering on repr(packed(1))
Ralf Jung
-11
/
+4
2024-05-18
Temporarily revert to NonZeroUsize in rustc-abi to fix building on stable
Laurențiu Nicola
-2
/
+2
2024-05-11
Make `index_by_increasing_offset` return one item for primitives
Scott McMurray
-1
/
+6
2024-05-11
Unify `Rvalue::Aggregate` paths in cg_ssa
Scott McMurray
-1
/
+1
2024-05-10
Rollup merge of #124797 - beetrees:primitive-float, r=davidtwco
Matthias Krüger
-12
/
+38
2024-05-08
Use generic `NonZero`.
Markus Reiter
-2
/
+2
2024-05-06
Refactor float `Primitive`s to a separate `Float` type
beetrees
-12
/
+38
2024-05-03
Rollup merge of #124555 - Zalathar:init-coverage, r=nnethercote
Matthias Krüger
-0
/
+2
2024-05-01
Align: add bytes_usize and bits_usize
Ralf Jung
-0
/
+10
2024-05-01
coverage: Set up MC/DC bitmaps without additional unsafe code
Zalathar
-0
/
+2
2024-04-28
Rename `inihibit_union_abi_opt()` to `inihibits_union_abi_opt()`
Gurinder Singh
-1
/
+1
2024-04-01
Use the `Align` type when parsing alignment attributes
beetrees
-3
/
+4
2024-03-05
only set noalias on Box with the global allocator
Ralf Jung
-2
/
+5
2024-02-28
Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive`
Trevor Gross
-0
/
+12
2024-02-26
fix some references to no-longer-existing ReprOptions.layout_seed
Ralf Jung
-1
/
+1
2024-01-16
Fix `rustc_abi` build on stable
Nadrieril
-1
/
+8
2023-12-31
Avoid specialization for the Span Encodable and Decodable impls
bjorn3
-7
/
+7
2023-12-30
Update to bitflags 2 in the compiler
Nilstrieb
-6
/
+9
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-2
/
+2
2023-11-05
Make the randomize feature of rustc_abi additive
hkalbasi
-3
/
+2
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-16
docs: add Rust logo to more compiler crates
Michael Howell
-0
/
+2
2023-10-15
place evaluation: require the original pointer to be aligned if an access hap...
Ralf Jung
-0
/
+1
2023-10-04
Remove unnecessary features from rustc_abi
Lukas Wirth
-4
/
+5
2023-10-02
Add some docs regarding rustc_abi rust-analyzer compat changes
Lukas Wirth
-0
/
+4
2023-10-02
Cfg out ReprOption::field_shuffle_seed
Lukas Wirth
-4
/
+2
2023-10-02
Add VariantIdx back
Lukas Wirth
-30
/
+11
2023-10-02
Move FieldIdx and Layout to rustc_target
Lukas Wirth
-81
/
+0
2023-10-02
Bring back generic FieldIdx
Lukas Wirth
-18
/
+22
2023-10-02
Unglob rustc_abi imports
Lukas Wirth
-4
/
+14
2023-10-01
Remove unnecessary `pub`s.
Nicholas Nethercote
-3
/
+3
2023-10-01
Rename two parsing closures.
Nicholas Nethercote
-11
/
+12
2023-10-01
Minor comment and whitespace tweaks.
Nicholas Nethercote
-19
/
+21
2023-09-08
turns out Layout has some more things to worry about -- move ABI comparison i...
Ralf Jung
-1
/
+23
2023-09-08
accept some differences for rustc_abi(assert_eq), so that we can test more th...
Ralf Jung
-0
/
+17
2023-08-29
add is_1zst helper method
Ralf Jung
-0
/
+10
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-12
/
+7
[next]