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
clippy unneeded_field_pattern warnings in consumer's code
#34
asomers
closed
4 years ago
1
see if we actually work on even older Rust versions
#33
RalfJung
closed
4 years ago
1
Fixed build for old nightlies where doctests were not present.
#32
Gilnaa
closed
4 years ago
2
Added impl for constant offset_of
#31
Gilnaa
closed
4 years ago
15
ERROR building 0.5.2
#30
omershlo
closed
4 years ago
12
Request: publish new version with docs improvement
#29
CAD97
closed
5 years ago
2
remove confusing comment
#28
RalfJung
closed
5 years ago
1
Change the struct parameter from a tt to a path.
#27
Amanieu
closed
5 years ago
1
Update library documentation to reflect removal of const implementation.
#26
de-vri-es
closed
5 years ago
1
offset_of! for unsized structs
#25
est31
opened
5 years ago
10
offset_of (and the other macros, too) is unsound
#24
RalfJung
closed
3 years ago
13
Have some compile-fail tests
#23
RalfJung
closed
2 years ago
0
run CI in Miri
#22
RalfJung
closed
5 years ago
0
Add container_of
#21
Amanieu
closed
4 years ago
24
explain why we do not have deref coercion problems
#20
RalfJung
closed
5 years ago
0
Fix README and lower minimum Rust version
#19
RalfJung
closed
5 years ago
0
No tags for some crates.io releases
#18
RalfJung
closed
3 years ago
3
Yank version 0.4?
#17
RalfJung
closed
5 years ago
2
use local_inner_macros
#16
RalfJung
closed
5 years ago
0
0.5 main macros unusable without importing all macros from crate
#15
Gekkio
closed
5 years ago
3
Fix span_of
#14
RalfJung
closed
5 years ago
4
Half of `span_of` is dead code
#13
RalfJung
closed
5 years ago
1
add deref-coercion-check to old version of macro; improve comments
#12
RalfJung
closed
5 years ago
4
Fixed soundness issues and removed nested member access.
#11
Gilnaa
closed
5 years ago
2
Removed unsound constant expression impl
#10
Gilnaa
closed
5 years ago
0
`offset_of` is unsound
#9
Centril
closed
5 years ago
27
Add tests for README file
#8
GuillaumeGomez
closed
5 years ago
5
Added dual support for 1.33 and 1.19
#7
Gilnaa
closed
5 years ago
0
Added travis configuration
#6
Gilnaa
closed
5 years ago
0
Support const expr (but not const fns) and arbitrary expressions
#5
Popog
closed
5 years ago
4
const_fn usage
#4
birkenfeld
closed
1 year ago
36
Add #[allow(const_err)] on test offset_index_out_of_bounds
#3
cuviper
closed
6 years ago
1
Support Rust 1.12.1
#2
jeehoonkang
closed
6 years ago
4
Alternative implementation
#1
kornelski
closed
7 years ago
4
Previous