Commit Graph

159 Commits

Author SHA1 Message Date
openharmony_ci
60636f74b5
!2 Add OAT.xml and README.OpenSource
Merge pull request !2 from fangting/master
2023-04-14 08:10:35 +00:00
fangting
69acc69bef Add OAT.xml and README.OpenSource
Signed-off-by: fangting <fangting12@huawei.com>
2023-04-14 14:15:06 +08:00
openharmony_ci
18fd212311
!1 [memoffset]Add OH support and BUILD.gn for rust
Merge pull request !1 from haotuo/master
2023-04-13 11:33:55 +00:00
haotuo
cacd498978 Add BUILD.gn for OH build
Issue:https://gitee.com/openharmony/build/issues/I6UFTP

Signed-off-by: haotuo <haotuo@huawei.com>
2023-04-12 09:34:53 +08:00
Gilad Naaman
0fac3ac664 Version 0.8.0
Support for const-eval on stable
2022-12-15 20:26:53 +02:00
Gilad Naaman
ee4641224f
Merge pull request #70 from Gilnaa/gilad-4-stable-const
Automatically enable const evaluation
2022-12-11 12:10:46 -08:00
Gilad Naaman
923a5f2386 Automatically enable const evaluation
When running on a compiler newer than 1.65,
automatically enable usage of the macro in const contexts.

Closes https://github.com/Gilnaa/memoffset/issues/4
2022-12-11 21:53:36 +02:00
Gilad Naaman
d8accb7671 Version 0.7.1
Re-publish with updated README
2022-10-17 09:29:35 +03:00
Gilad Naaman
b94d014a25 Updated version in README 2022-10-17 09:28:40 +03:00
Gilad Naaman
f1ae392759 Version 0.7.0
Support unions and update docs:
 - https://github.com/Gilnaa/memoffset/issues/66
 - https://github.com/Gilnaa/memoffset/issues/23
 - https://github.com/Gilnaa/memoffset/issues/59
2022-10-17 09:25:20 +03:00
Gilad Naaman
eb2a79cb6d
Update docs WRT repr(Rust) (#69)
Issue:
 - https://github.com/Gilnaa/memoffset/issues/59
2022-10-16 16:49:41 +02:00
Gilad Naaman
af6689589f
Add some compile-fail tests. (#68)
Ticket:
 - https://github.com/Gilnaa/memoffset/issues/23
2022-10-10 21:00:44 +02:00
Gilad Naaman
d4812d6599
Merge pull request #67 from Gilnaa/union-issue-66
Support unions in offset_of(_union)
2022-10-10 20:51:55 +03:00
Gilad Naaman
6a48918fd1
Update src/raw_field.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
2022-10-10 20:46:09 +03:00
Gilad Naaman
b17ae388df
Update src/offset_of.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
2022-10-10 20:45:55 +03:00
Gilad Naaman
71c39fbdfb Support unions in offset_of(_union) 2022-10-10 17:48:18 +03:00
Gilad Naaman
66f4c956a7
Merge pull request #65 from RalfJung/miri
update Miri CI config
2022-03-08 10:34:51 -08:00
Ralf Jung
cb61d3768b update Miri CI config 2022-03-08 13:16:23 -05:00
yvt
2a74b62c26
Suppress clippy::unneeded_wildcard_pattern (#64) 2022-02-23 22:19:16 -05:00
Gilad Naaman
01e2e42ef0 v0.6.5 2021-12-03 18:26:55 +02:00
Gilad Naaman
fd81a21866
Merge pull request #63 from yvt/fix-nightly
Fix `unstable_const` for the latest compiler
2021-12-03 16:18:05 +02:00
yvt
42483952ce Remove #![feature(const_raw_ptr_deref)]
It's now stable in nightly.
2021-12-03 22:22:23 +09:00
yvt
4c71bed98d Remove #![feature(const_maybe_uninit_as_ptr)]
It's now stable in nightly.
2021-12-03 22:21:14 +09:00
Gilad Naaman
b14262b1b3
Merge pull request #62 from matklad/idioms
Modernize doc examples to use idiomatic Rust
2021-11-12 13:14:20 +02:00
Aleksey Kladov
d41cc25cd7 only doctest on modern Rust 2021-11-12 14:05:15 +03:00
Aleksey Kladov
db56a2d8ce Modernize doc examples to use idiomatic Rust 2021-11-12 13:34:44 +03:00
Gilad Naaman
1645cddf2e
Merge pull request #61 from atouchet/badge
Fix crates.io badge
2021-09-03 23:03:01 +03:00
Alex Touchet
61524a3fbf
Fix crates.io badge 2021-09-03 12:56:29 -07:00
Gilad Naaman
32aa69d018
Merge pull request #60 from RalfJung/ci
switch to GHA
2021-07-11 06:16:30 -07:00
Ralf Jung
0e0f8708e1 switch to GHA 2021-07-11 14:58:43 +02:00
Gilad Naaman
bbd58f2cbe v0.6.4 2021-05-27 17:21:15 +03:00
Gilad Naaman
9ab0fcd406
Merge pull request #56 from RalfJung/const_fn
the const_fn compiler feature is a NOP
2021-05-04 21:39:09 -07:00
Ralf Jung
96c7cad37e the const_fn compiler feature is a NOP 2021-05-04 17:35:33 +02:00
Gilad Naaman
cc587faa9d
Merge pull request #55 from RalfJung/const
update feature flags and docs for const offset_of
2021-03-28 22:29:51 +03:00
Ralf Jung
7c247a4c36 update feature flags and docs for const offset_of 2021-03-28 18:59:07 +02:00
Gilad Naaman
9846cd17f3 v0.6.3 2021-03-28 13:11:22 +03:00
Gilad Naaman
b9063d1a7a
Merge pull request #54 from RalfJung/span_of_soundness
Make span_of sound
2021-03-27 18:50:23 +03:00
Ralf Jung
bf9450ea19 fix build on old rustc 2021-03-27 15:30:05 +01:00
Ralf Jung
a73081902e test all versions that are significant in build.rs 2021-03-27 15:26:49 +01:00
Ralf Jung
4746d5a0a8 move mem and ptr into __priv 2021-03-27 15:26:49 +01:00
Ralf Jung
5f9e008def avoid use of size_of_val in span_of 2021-03-27 15:21:43 +01:00
Ralf Jung
ca3425e81a rename _memoffset_offset_from macro to reflect that it is unsafe to call 2021-03-26 09:52:02 +01:00
Gilad Naaman
c063d2c4ca
Merge pull request #53 from RalfJung/unsafe
avoid putting user code inside unsafe blocks
2021-03-26 11:39:43 +03:00
Gilad Naaman
2423502a96 v0.6.2 2021-03-26 03:36:12 +03:00
Ralf Jung
e66b61937d avoid putting user code inside unsafe blocks 2021-03-26 00:01:10 +01:00
Boqun Feng
576166bb63
Use stablilized addr_of! macro (#50)
Since Rust 1.51.0, support for macro addr_of! has been stabilized[1],
and this provides a way to get a raw pointer without potential UB in
some cases.

Memoffset alreadly uses the feature at the pre-stablilized stage (the
macro was named as raw_const! then). Therefore, switch to use the
stablilized version (and name) if Rust 1.51.0 and above is used,
otherwise use the original fallback version, which works in a less
technically correct way.

[1]: https://github.com/rust-lang/rust/pull/72279

Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
2021-03-08 19:56:59 +01:00
Gilad Naaman
91114005f0 v0.6.1 (doc fixes) 2020-10-23 16:16:30 +03:00
Gilad Naaman
e592834acc v0.6.0 2020-10-23 16:16:24 +03:00
Andrew Gaspar
5f8f5a6b9e
Support tuples in offset_of (#48)
Support tuple types via new offset_of_tuple / raw_field_tuple macros
2020-10-23 09:16:25 +02:00
Gilad Naaman
f2a5508ab8 v0.5.6 2020-09-20 14:54:44 +03:00