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

feat(lsp): allow function rename #4294

Merged
merged 52 commits into from
Jul 2, 2024
Merged

feat(lsp): allow function rename #4294

merged 52 commits into from
Jul 2, 2024

Commits on Feb 7, 2024

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

Commits on Feb 8, 2024

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

Commits on Feb 11, 2024

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

Commits on Feb 12, 2024

  1. chore: cleanup

    kobyhallx committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    df38fb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d73f177 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cef0a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39d7d56 View commit details
    Browse the repository at this point in the history
  5. chore: clippy

    kobyhallx committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d77236c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d124bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09e898f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78913ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9718234 View commit details
    Browse the repository at this point in the history
  10. chore: review nits

    kobyhallx committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ab455b1 View commit details
    Browse the repository at this point in the history
  11. chore: spells

    kobyhallx committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d7cd372 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. chore: name change

    kobyhallx committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4421a2d View commit details
    Browse the repository at this point in the history
  2. chore: name change

    kobyhallx committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d564ac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0b81a2 View commit details
    Browse the repository at this point in the history
  4. Add unreachable cases

    jfecher committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0b0eca7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cb7bc7 View commit details
    Browse the repository at this point in the history
  6. Fix merge

    jfecher committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    33b50dc View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

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

    jfecher committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0802086 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'kh-rename-functions' of https://github.com/noir-lang/noir

    … into kh-rename-functions
    jfecher committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8122dc8 View commit details
    Browse the repository at this point in the history
  4. Fmt and clippy

    jfecher committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a9b785c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62c5cad View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge branch 'master' into kh-rename-functions

    * master: (416 commits)
      chore: replace cached `in_contract` with `in_contract()` method (#5324)
      fix: fix usage of `#[abi(tag)]` attribute with elaborator (#5298)
      fix: don't benchmark the "prove" command as it doesn't exist anymore (#5323)
      feat(stdlib): Update stdlib to use explicit numeric generics (#5306)
      feat: let `should_fail_with` check that the failure reason contains the expected message (#5319)
      chore: bump `bb` to 0.43.0 (#5321)
      feat(frontend): Explicit numeric generics and type kinds (#5155)
      feat(frontend): Where clause on impl (#5320)
      chore: add back Pedersen blackbox functions (revert PR 5221) (#5318)
      fix: skip emission of brillig calls which will never be executed (#5314)
      feat: Make macros operate on token streams instead of AST nodes (#5301)
      chore: Bundle SSA Evaluator Options (#5317)
      fix: Replace panic in monomorphization with an error (#5305)
      fix(nargo_fmt): Account for spaces before the generic list of a function (#5303)
      fix: update `in_contract` flag before handling function metadata in elaborator (#5292)
      fix: fix incorrect return type being applied to stdlib functions `modulus_be_bytes()`, `modulus_be_bits()`, etc. (#5278)
      chore: refactor test case generation in build.rs (#5280)
      fix: handle struct with nested arrays in oracle return values (#5244)
      feat: build simple dictionary from inspecting ACIR program (#5264)
      fix: Add more thorough check for whether a type is valid when passing it from constrained code to unconstrained code (#5009)
      ...
    TomAFrench committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a34e4db View commit details
    Browse the repository at this point in the history
  2. chore: fix merge

    TomAFrench committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d598adf View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    9d5577c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7724b01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d18e0a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52ce934 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4db9e6c View commit details
    Browse the repository at this point in the history
  6. clippy

    asterite committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    aee04c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58bc455 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d89ab4 View commit details
    Browse the repository at this point in the history
  9. Undo changes to resolver

    asterite committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2d92617 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2fc465 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b5aaae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    33a695c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    4da3335 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9f3d76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf87231 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07b2ccb View commit details
    Browse the repository at this point in the history
  5. chore: fix type

    TomAFrench committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b8dbd04 View commit details
    Browse the repository at this point in the history
  6. chore: fmt

    TomAFrench committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    684389a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a2f0f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7532717 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    303dc9b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    641c74f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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