issues
search
Gilnaa
/
memoffset
offsetof for Rust
MIT License
224
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
stub out unstable_const feature
#84
RalfJung
closed
7 months ago
3
Just use core::mem::offset_of!() on rustc >= 1.77
#83
coolreader18
closed
7 months ago
5
clippy: Suppress `identity_op` lint.
#82
waywardmonkeys
closed
11 months ago
4
clippy: Fix `needless-doctest-main` lints.
#81
waywardmonkeys
closed
11 months ago
1
ci: Update to `actions/checkout@v4`.
#80
waywardmonkeys
closed
11 months ago
0
docs: Add some missing backticks.
#79
waywardmonkeys
closed
11 months ago
1
Update ci
#78
waywardmonkeys
closed
1 year ago
1
Reference version 0.9, not 0.8. Fix typos.
#77
waywardmonkeys
closed
1 year ago
1
Report CVE-2019-15553 to rustsec
#76
faern
closed
1 year ago
2
Added changelog going back to late 2021
#75
Gilnaa
closed
1 year ago
0
Consider adding a changelog
#74
faern
closed
1 year ago
6
Explain macro indirection
#73
Gilnaa
closed
1 year ago
0
Add unstable_offset_of feature to use the unstable offset_of macro
#72
est31
closed
1 year ago
4
const_fn usage (with `Cell` fields)
#71
Gilnaa
opened
1 year ago
4
Automatically enable const evaluation
#70
gnaaman-dn
closed
1 year ago
1
Update docs WRT repr(Rust)
#69
Gilnaa
closed
2 years ago
1
Add some compile-fail tests.
#68
Gilnaa
closed
2 years ago
0
Support unions in offset_of(_union)
#67
Gilnaa
closed
2 years ago
2
Can't be used with unions
#66
asomers
closed
2 years ago
6
update Miri CI config
#65
RalfJung
closed
2 years ago
1
Suppress `clippy::unneeded_wildcard_pattern`
#64
yvt
closed
2 years ago
1
Fix `unstable_const` for the latest compiler
#63
yvt
closed
2 years ago
1
Modernize doc examples to use idiomatic Rust
#62
matklad
closed
2 years ago
7
Fix crates.io badge
#61
atouchet
closed
3 years ago
1
switch to GHA
#60
RalfJung
closed
3 years ago
3
is offset_of! meaningful if a struct does not have repr(C)?
#59
godmar
closed
2 years ago
5
Switch to GitHub Actions
#58
RalfJung
closed
3 years ago
0
The feature `const_fn` is no longer supported on Rust nightly
#57
raphaelcohn
closed
3 years ago
3
the const_fn compiler feature is a NOP
#56
RalfJung
closed
3 years ago
0
update feature flags and docs for const offset_of
#55
RalfJung
closed
3 years ago
0
Make span_of sound
#54
RalfJung
closed
3 years ago
1
avoid putting user code inside unsafe blocks
#53
RalfJung
closed
3 years ago
3
span_of is unsound due to size_of_val
#52
RalfJung
closed
3 years ago
0
Release with inclusion of builtin addr_of! macro use
#51
est31
closed
3 years ago
6
Use stablilized addr_of macro
#50
fbq
closed
3 years ago
6
offset_of! consumes too much stack space in dev build
#49
jeehoonkang
opened
3 years ago
2
Support tuples in offset_of
#48
AndrewGaspar
closed
4 years ago
39
There is no `const_transmute` feature anymore: it is stable
#47
A1-Triard
closed
4 years ago
5
use MaybeUninit::as_ptr instead of transmute
#46
RalfJung
closed
4 years ago
4
Remove const_transmute feature dependency
#45
RSSchermer
closed
4 years ago
4
some reorganization
#44
RalfJung
closed
4 years ago
3
add support for using raw_ref macros
#43
RalfJung
closed
4 years ago
2
release v0.5.4
#42
RalfJung
closed
4 years ago
1
Switch to autocfg from rustc_version
#41
Gilnaa
closed
4 years ago
0
add raw_field macro to compute raw ptr to field
#40
RalfJung
closed
4 years ago
7
Fix a typo in comment
#39
AnthonyMikh
closed
4 years ago
1
Consider switching to autocfg from rustc_version
#38
matklad
closed
4 years ago
1
Compile error on const offset in struct with interior mutability
#37
hvenev
closed
3 years ago
4
better way to ignore tests in Miri
#36
RalfJung
closed
4 years ago
0
allow clippy lint
#35
RalfJung
closed
4 years ago
2
Next