Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Gilnaa/memoffset
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.5
Choose a base ref
...
head repository: Gilnaa/memoffset
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 15 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    2a74b62 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. update Miri CI config

    RalfJung committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    cb61d37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from RalfJung/miri

    update Miri CI config
    Gilnaa authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    66f4c95 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    71c39fb View commit details
    Browse the repository at this point in the history
  2. Update src/offset_of.rs

    Co-authored-by: Ralf Jung <[email protected]>
    Gilnaa and RalfJung authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    b17ae38 View commit details
    Browse the repository at this point in the history
  3. Update src/raw_field.rs

    Co-authored-by: Ralf Jung <[email protected]>
    Gilnaa and RalfJung authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    6a48918 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #67 from Gilnaa/union-issue-66

    Support unions in offset_of(_union)
    Gilnaa authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    d4812d6 View commit details
    Browse the repository at this point in the history
  5. Add some compile-fail tests. (#68)

    Ticket:
     - #23
    Gilnaa authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    af66895 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Update docs WRT repr(Rust) (#69)

    Issue:
     - #59
    Gilnaa authored Oct 16, 2022
    Configuration menu
    Copy the full SHA
    eb2a79c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Version 0.7.0

    Support unions and update docs:
     - #66
     - #23
     - #59
    Gilnaa committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f1ae392 View commit details
    Browse the repository at this point in the history
  2. Updated version in README

    Gilnaa committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    b94d014 View commit details
    Browse the repository at this point in the history
  3. Version 0.7.1

    Re-publish with updated README
    Gilnaa committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    d8accb7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Automatically enable const evaluation

    When running on a compiler newer than 1.65,
    automatically enable usage of the macro in const contexts.
    
    Closes #4
    Gilnaa committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    923a5f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #70 from Gilnaa/gilad-4-stable-const

    Automatically enable const evaluation
    Gilnaa authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    ee46412 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Version 0.8.0

    Support for const-eval on stable
    Gilnaa committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    0fac3ac View commit details
    Browse the repository at this point in the history
Loading