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

Implement storage access via storage keyword #646

Merged
merged 41 commits into from
Mar 24, 2022

Commits on Mar 10, 2022

  1. StorageDeclaration and StorageAccess

    Mohammad authored and Mohammad committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    1065c1e View commit details
    Browse the repository at this point in the history
  2. clippy and fmt

    Mohammad authored and Mohammad committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    125ba7c View commit details
    Browse the repository at this point in the history
  3. More decl stuff

    Mohammad authored and Mohammad committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    7a391f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. ir codegen for srwq

    Mohammad authored and Mohammad committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    f9293e6 View commit details
    Browse the repository at this point in the history
  2. new IR instruction

    Mohammad authored and Mohammad committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    bbfa042 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. many ir changes

    Mohammad authored and Mohammad committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    e72c4a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. start of reassignment

    mohammadfawaz committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    c457bb5 View commit details
    Browse the repository at this point in the history
  2. merge with master

    mohammadfawaz committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    71f2939 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. updated test

    mohammadfawaz committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    de39112 View commit details
    Browse the repository at this point in the history
  2. wip

    mohammadfawaz committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    12be058 View commit details
    Browse the repository at this point in the history
  3. wip

    mohammadfawaz committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9d81ec7 View commit details
    Browse the repository at this point in the history
  4. wip

    mohammadfawaz committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    cbb7e0b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. merge with master

    mohammadfawaz committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    6d83509 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. multi-access

    mohammadfawaz committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    6392294 View commit details
    Browse the repository at this point in the history
  2. merging some functions

    mohammadfawaz committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    2d68e2e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. merge with master

    mohammadfawaz committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    9d5c1bd View commit details
    Browse the repository at this point in the history
  2. unnecessary changes

    mohammadfawaz committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    284416e View commit details
    Browse the repository at this point in the history
  3. test

    mohammadfawaz committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    1703041 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Initial commit

    mohammadfawaz committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    337da5e View commit details
    Browse the repository at this point in the history
  2. fixing a few things

    mohammadfawaz committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    1e1e9fc View commit details
    Browse the repository at this point in the history
  3. additional fixes

    mohammadfawaz committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    4c91105 View commit details
    Browse the repository at this point in the history
  4. adding tests

    mohammadfawaz committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    dbd0e80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e02ab43 View commit details
    Browse the repository at this point in the history
  6. merge with master

    mohammadfawaz committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    731a78a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c66aa9 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    b8eb0f0 View commit details
    Browse the repository at this point in the history
  2. merge with master

    mohammadfawaz committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    dc21d92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    295c8a2 View commit details
    Browse the repository at this point in the history
  4. small fixes

    mohammadfawaz committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    27c3f02 View commit details
    Browse the repository at this point in the history
  5. storage access test

    mohammadfawaz committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    2b9a7e5 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary test

    mohammadfawaz committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    910a94a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9f2bd7 View commit details
    Browse the repository at this point in the history
  8. Missing error

    mohammadfawaz committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    01aabef View commit details
    Browse the repository at this point in the history
  9. final touches

    mohammadfawaz committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c7e93d6 View commit details
    Browse the repository at this point in the history
  10. fixing tests

    mohammadfawaz committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c3ed975 View commit details
    Browse the repository at this point in the history
  11. Update Forc.toml format

    mohammadfawaz committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    21ad7ce View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Update sway-core/src/semantic_analysis/namespace.rs

    Co-authored-by: Alex Hansen <alex@alex-hansen.com>
    mohammadfawaz and sezna committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    1105f47 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. merge with master

    mohammadfawaz committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    d2eb5fd View commit details
    Browse the repository at this point in the history
  2. cargo.lock

    mohammadfawaz committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    40dd4e0 View commit details
    Browse the repository at this point in the history
  3. revert Cargo.lock

    mohammadfawaz committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    07b5804 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

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