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.10.4 #92

Merged
merged 46 commits into from
Jul 12, 2023
Merged

Release v0.10.4 #92

merged 46 commits into from
Jul 12, 2023

Commits on Jun 17, 2023

  1. fix IntLayout::fits_usize

    6293 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    97955ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dd35f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. fix(Cursor::write_unique): early return in case of empty bytes, becau…

    …se you cannot pass 0 to windows function
    6293 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    866f9c8 View commit details
    Browse the repository at this point in the history
  2. fix(dox): u16 -> a16

    6293 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    ded6d30 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Merge pull request #81 from 6293/fix-fits-usize

    fix IntLayout::fits_usize
    dr-orlovsky authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6682504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34bc087 View commit details
    Browse the repository at this point in the history
  3. fix(BytesOp::Find): it never overflows destination register because t…

    …he lenth of ByteStr is at most u16::MAX
    6293 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    66bd8dd View commit details
    Browse the repository at this point in the history
  4. use window function

    6293 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b45b2c1 View commit details
    Browse the repository at this point in the history
  5. Revert "destination reg first"

    This reverts commit 6cae121.
    6293 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6efeb1f View commit details
    Browse the repository at this point in the history
  6. Revert "unify put mnemonic; always value first"

    This reverts commit b7a126d.
    6293 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2f7064c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    8c203c2 View commit details
    Browse the repository at this point in the history
  2. eq, not cmp

    6293 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9cc02fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f6439c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    9c5bb40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a44520 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Merge pull request #84 from 6293/revert-mnemonic-order

    Revert mnemonic order
    dr-orlovsky authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    6a1846c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b518a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #82 from 6293/fix-fits-usize

    fix(BytesOp::Find): fix slice index overflow
    dr-orlovsky authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9a7d77d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. fix(Cursor) r/w across bytes

    6293 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    dcc656e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d133e View commit details
    Browse the repository at this point in the history
  3. test public methods

    6293 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    502dbae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #87 from 6293/fix-cursor

    fix(Cursor) r/w across bytes
    dr-orlovsky authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0f90610 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    9283433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8010e3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcde2e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. when step < 0, create Number with -step.as_i8()

    otherwise higher bits are not filled with one
    6293 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8ae8e71 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    416446a View commit details
    Browse the repository at this point in the history
  2. BitwiseOp::Shl for R register

    6293 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    7f23be7 View commit details
    Browse the repository at this point in the history
  3. get_r -> get_r_mut

    6293 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    0e5ffc4 View commit details
    Browse the repository at this point in the history
  4. fix(BitwiseOp::ShrA): set st0 value to the value of the least signi…

    …ficant bit before the operation
    6293 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    745b1fb View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 4, 2023

  1. Scl/Scr for R reg

    6293 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    47a468a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. fix: set st0 based on lsb/msb

    6293 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0d09b09 View commit details
    Browse the repository at this point in the history
  2. get mod of shift value

    6293 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9fa9c1f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #90 from 6293/fix-stp

    when step < 0, create Number with -step.as_i8()
    dr-orlovsky authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4955001 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Merge pull request #91 from 6293/shl-rreg

    stop copying large array on R-reg
    dr-orlovsky authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    82d08b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    158c7b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d62d419 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8c46cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9fb593 View commit details
    Browse the repository at this point in the history
  5. ci: add WASM support

    dr-orlovsky committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    da69ac2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #93 from AluVM/wasm

    Add WASM tests to CI
    dr-orlovsky authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    342f795 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42081c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Merge pull request #94 from AluVM/develop

    Test registers memory allocation
    dr-orlovsky authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    beb16ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd15d23 View commit details
    Browse the repository at this point in the history
  3. release v0.10.4

    dr-orlovsky committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f5ec8b9 View commit details
    Browse the repository at this point in the history