An open API service for providing issue and pull request metadata for open source projects.

GitHub / Gilnaa/memoffset issues and pull requests

#84 - stub out unstable_const feature

Pull Request - State: closed - Opened by RalfJung over 1 year ago - 3 comments

#83 - Just use core::mem::offset_of!() on rustc >= 1.77

Pull Request - State: closed - Opened by coolreader18 over 1 year ago - 5 comments

#82 - clippy: Suppress `identity_op` lint.

Pull Request - State: closed - Opened by waywardmonkeys over 1 year ago - 4 comments

#81 - clippy: Fix `needless-doctest-main` lints.

Pull Request - State: closed - Opened by waywardmonkeys over 1 year ago - 1 comment

#80 - ci: Update to `actions/checkout@v4`.

Pull Request - State: closed - Opened by waywardmonkeys over 1 year ago

#79 - docs: Add some missing backticks.

Pull Request - State: closed - Opened by waywardmonkeys over 1 year ago - 1 comment

#78 - Update ci

Pull Request - State: closed - Opened by waywardmonkeys about 2 years ago - 1 comment

#77 - Reference version 0.9, not 0.8. Fix typos.

Pull Request - State: closed - Opened by waywardmonkeys about 2 years ago - 1 comment

#76 - Report CVE-2019-15553 to rustsec

Issue - State: closed - Opened by faern about 2 years ago - 2 comments

#75 - Added changelog going back to late 2021

Pull Request - State: closed - Opened by Gilnaa about 2 years ago

#74 - Consider adding a changelog

Issue - State: closed - Opened by faern about 2 years ago - 6 comments

#73 - Explain macro indirection

Pull Request - State: closed - Opened by Gilnaa about 2 years ago

#72 - Add unstable_offset_of feature to use the unstable offset_of macro

Pull Request - State: closed - Opened by est31 about 2 years ago - 4 comments

#71 - const_fn usage (with `Cell` fields)

Issue - State: open - Opened by Gilnaa over 2 years ago - 4 comments

#70 - Automatically enable const evaluation

Pull Request - State: closed - Opened by gnaaman-dn over 2 years ago - 1 comment

#69 - Update docs WRT repr(Rust)

Pull Request - State: closed - Opened by Gilnaa almost 3 years ago - 1 comment

#68 - Add some compile-fail tests.

Pull Request - State: closed - Opened by Gilnaa almost 3 years ago

#67 - Support unions in offset_of(_union)

Pull Request - State: closed - Opened by Gilnaa almost 3 years ago - 2 comments

#66 - Can't be used with unions

Issue - State: closed - Opened by asomers over 3 years ago - 6 comments

#65 - update Miri CI config

Pull Request - State: closed - Opened by RalfJung over 3 years ago - 1 comment

#64 - Suppress `clippy::unneeded_wildcard_pattern`

Pull Request - State: closed - Opened by yvt over 3 years ago - 1 comment

#63 - Fix `unstable_const` for the latest compiler

Pull Request - State: closed - Opened by yvt over 3 years ago - 1 comment

#62 - Modernize doc examples to use idiomatic Rust

Pull Request - State: closed - Opened by matklad over 3 years ago - 7 comments

#61 - Fix crates.io badge

Pull Request - State: closed - Opened by atouchet almost 4 years ago - 1 comment

#60 - switch to GHA

Pull Request - State: closed - Opened by RalfJung about 4 years ago - 3 comments

#59 - is offset_of! meaningful if a struct does not have repr(C)?

Issue - State: closed - Opened by godmar about 4 years ago - 5 comments

#58 - Switch to GitHub Actions

Issue - State: closed - Opened by RalfJung about 4 years ago

#57 - The feature `const_fn` is no longer supported on Rust nightly

Issue - State: closed - Opened by raphaelcohn about 4 years ago - 3 comments

#56 - the const_fn compiler feature is a NOP

Pull Request - State: closed - Opened by RalfJung about 4 years ago

#55 - update feature flags and docs for const offset_of

Pull Request - State: closed - Opened by RalfJung over 4 years ago

#54 - Make span_of sound

Pull Request - State: closed - Opened by RalfJung over 4 years ago - 1 comment

#53 - avoid putting user code inside unsafe blocks

Pull Request - State: closed - Opened by RalfJung over 4 years ago - 3 comments

#52 - span_of is unsound due to size_of_val

Issue - State: closed - Opened by RalfJung over 4 years ago

#51 - Release with inclusion of builtin addr_of! macro use

Issue - State: closed - Opened by est31 over 4 years ago - 6 comments

#50 - Use stablilized addr_of macro

Pull Request - State: closed - Opened by fbq over 4 years ago - 6 comments

#49 - offset_of! consumes too much stack space in dev build

Issue - State: open - Opened by jeehoonkang over 4 years ago - 2 comments

#48 - Support tuples in offset_of

Pull Request - State: closed - Opened by AndrewGaspar almost 5 years ago - 39 comments

#47 - There is no `const_transmute` feature anymore: it is stable

Issue - State: closed - Opened by A1-Triard almost 5 years ago - 5 comments

#46 - use MaybeUninit::as_ptr instead of transmute

Pull Request - State: closed - Opened by RalfJung almost 5 years ago - 4 comments

#45 - Remove const_transmute feature dependency

Pull Request - State: closed - Opened by RSSchermer almost 5 years ago - 4 comments

#44 - some reorganization

Pull Request - State: closed - Opened by RalfJung about 5 years ago - 3 comments

#43 - add support for using raw_ref macros

Pull Request - State: closed - Opened by RalfJung about 5 years ago - 2 comments

#42 - release v0.5.4

Pull Request - State: closed - Opened by RalfJung over 5 years ago - 1 comment

#41 - Switch to autocfg from rustc_version

Pull Request - State: closed - Opened by Gilnaa over 5 years ago

#40 - add raw_field macro to compute raw ptr to field

Pull Request - State: closed - Opened by RalfJung over 5 years ago - 7 comments

#39 - Fix a typo in comment

Pull Request - State: closed - Opened by AnthonyMikh over 5 years ago - 1 comment

#38 - Consider switching to autocfg from rustc_version

Issue - State: closed - Opened by matklad over 5 years ago - 1 comment

#37 - Compile error on const offset in struct with interior mutability

Issue - State: closed - Opened by hvenev over 5 years ago - 4 comments

#36 - better way to ignore tests in Miri

Pull Request - State: closed - Opened by RalfJung over 5 years ago

#35 - allow clippy lint

Pull Request - State: closed - Opened by RalfJung over 5 years ago - 2 comments

#34 - clippy unneeded_field_pattern warnings in consumer's code

Issue - State: closed - Opened by asomers over 5 years ago - 1 comment

#33 - see if we actually work on even older Rust versions

Pull Request - State: closed - Opened by RalfJung over 5 years ago - 1 comment

#32 - Fixed build for old nightlies where doctests were not present.

Pull Request - State: closed - Opened by Gilnaa over 5 years ago - 2 comments

#31 - Added impl for constant offset_of

Pull Request - State: closed - Opened by Gilnaa over 5 years ago - 15 comments

#30 - ERROR building 0.5.2

Issue - State: closed - Opened by omershlo over 5 years ago - 12 comments

#29 - Request: publish new version with docs improvement

Issue - State: closed - Opened by CAD97 over 5 years ago - 2 comments

#28 - remove confusing comment

Pull Request - State: closed - Opened by RalfJung almost 6 years ago - 1 comment

#27 - Change the struct parameter from a tt to a path.

Pull Request - State: closed - Opened by Amanieu almost 6 years ago - 1 comment

#26 - Update library documentation to reflect removal of const implementation.

Pull Request - State: closed - Opened by de-vri-es almost 6 years ago - 1 comment

#25 - offset_of! for unsized structs

Issue - State: open - Opened by est31 almost 6 years ago - 10 comments

#24 - offset_of (and the other macros, too) is unsound

Issue - State: closed - Opened by RalfJung almost 6 years ago - 13 comments

#23 - Have some compile-fail tests

Issue - State: closed - Opened by RalfJung almost 6 years ago

#22 - run CI in Miri

Pull Request - State: closed - Opened by RalfJung almost 6 years ago

#21 - Add container_of

Pull Request - State: closed - Opened by Amanieu almost 6 years ago - 24 comments

#20 - explain why we do not have deref coercion problems

Pull Request - State: closed - Opened by RalfJung almost 6 years ago

#19 - Fix README and lower minimum Rust version

Pull Request - State: closed - Opened by RalfJung almost 6 years ago

#18 - No tags for some crates.io releases

Issue - State: closed - Opened by RalfJung about 6 years ago - 3 comments

#17 - Yank version 0.4?

Issue - State: closed - Opened by RalfJung about 6 years ago - 2 comments

#16 - use local_inner_macros

Pull Request - State: closed - Opened by RalfJung about 6 years ago

#15 - 0.5 main macros unusable without importing all macros from crate

Issue - State: closed - Opened by Gekkio about 6 years ago - 3 comments

#14 - Fix span_of

Pull Request - State: closed - Opened by RalfJung about 6 years ago - 4 comments

#13 - Half of `span_of` is dead code

Issue - State: closed - Opened by RalfJung about 6 years ago - 1 comment

#12 - add deref-coercion-check to old version of macro; improve comments

Pull Request - State: closed - Opened by RalfJung about 6 years ago - 4 comments

#11 - Fixed soundness issues and removed nested member access.

Pull Request - State: closed - Opened by Gilnaa about 6 years ago - 2 comments

#10 - Removed unsound constant expression impl

Pull Request - State: closed - Opened by Gilnaa about 6 years ago

#9 - `offset_of` is unsound

Issue - State: closed - Opened by Centril about 6 years ago - 27 comments

#8 - Add tests for README file

Pull Request - State: closed - Opened by GuillaumeGomez about 6 years ago - 5 comments

#7 - Added dual support for 1.33 and 1.19

Pull Request - State: closed - Opened by Gilnaa over 6 years ago

#6 - Added travis configuration

Pull Request - State: closed - Opened by Gilnaa over 6 years ago

#5 - Support const expr (but not const fns) and arbitrary expressions

Pull Request - State: closed - Opened by Popog over 6 years ago - 4 comments

#4 - const_fn usage

Issue - State: closed - Opened by birkenfeld almost 7 years ago - 36 comments

#3 - Add #[allow(const_err)] on test offset_index_out_of_bounds

Pull Request - State: closed - Opened by cuviper almost 7 years ago - 1 comment

#2 - Support Rust 1.12.1

Pull Request - State: closed - Opened by jeehoonkang over 7 years ago - 4 comments

#1 - Alternative implementation

Issue - State: closed - Opened by kornelski almost 8 years ago - 4 comments