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

Release v0.11.0 beta 9 #124

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Release v0.11.0 beta 9 #124

wants to merge 15 commits into from

Commits on Oct 13, 2024

  1. chore: fix fmt with new style_edition

    fmt keeps changing all the time. Now they introduced new "editions" feature, which by default does a lot of changes to the codebase by mingling with alphabetical sorting of all imports, doing them in case-insentive way. This PR allows to avoid that dramatic changes
    dr-orlovsky committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    e651a77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f10101 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24bff9f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. doc: fix comments

    dr-orlovsky committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    edad222 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. vm: derive Clone for Vm

    dr-orlovsky committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7adf61d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    677dfc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    573ffc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1da568b View commit details
    Browse the repository at this point in the history
  4. asm: fix routine typo

    dr-orlovsky committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e49f7f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a99445 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f52ba1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cb2bdf View commit details
    Browse the repository at this point in the history
  8. lib: improve trace

    dr-orlovsky committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9a2bb01 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. isa: do not halt on ret

    dr-orlovsky committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    bd5c1a7 View commit details
    Browse the repository at this point in the history
  2. lib: fix feature gate

    dr-orlovsky committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    bedd86c View commit details
    Browse the repository at this point in the history