Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quality of life improvements #10

Closed
wants to merge 14 commits into from
Closed

Quality of life improvements #10

wants to merge 14 commits into from

Commits on Apr 30, 2023

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

Commits on Jul 19, 2023

  1. add try_access_guard test

    y86-dev committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7e2b1ac View commit details
    Browse the repository at this point in the history
  2. kernel update quality of life

    - consolidate `{try_}{pin_}init!`
    - add derive macro for `Zeroable`
    - make guards in the init macros hygienic
    - wrap type checking struct initializers in a closure
    - add `..Zeroable::zeroed()` syntax for zeroing all missing fields
    - Add functions to create array initializers
    y86-dev committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6f56931 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3513afb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd1cecd View commit details
    Browse the repository at this point in the history
  5. add no_coverage feature

    y86-dev committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    cdb20ab View commit details
    Browse the repository at this point in the history
  6. fix line numbers ui tests

    y86-dev committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3e3d355 View commit details
    Browse the repository at this point in the history
  7. remove Box from Invariant

    y86-dev committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    72247ad View commit details
    Browse the repository at this point in the history
  8. update macro expansion

    y86-dev committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4d431b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    b5eec17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b23e2a View commit details
    Browse the repository at this point in the history
  3. fix derive macro for zeroable

    y86-dev committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b8922fd View commit details
    Browse the repository at this point in the history
  4. update lock file

    y86-dev committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f5ed829 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. change zeroable derive macro

    Add `Zeroable` bounds to generics type parameters.
    y86-dev committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    5be77f7 View commit details
    Browse the repository at this point in the history