-
Notifications
You must be signed in to change notification settings - Fork 200
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
fix(frontend): Call trait method with mut self from generic definition #5041
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 04ea5d0 - Browse repository at this point
Copy the full SHA 04ea5d0View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3a95229 - Browse repository at this point
Copy the full SHA 3a95229View commit details -
Configuration menu - View commit details
-
Copy full SHA for 427cb95 - Browse repository at this point
Copy the full SHA 427cb95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab58b8 - Browse repository at this point
Copy the full SHA 3ab58b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc453a - Browse repository at this point
Copy the full SHA 8fc453aView commit details
Commits on Dec 11, 2023
-
Merge branch 'master' into jf/turbofish
* master: (120 commits) feat: allow passing custom foreign call handlers when creating proofs in NoirJS (#3764) fix: add missing assertion to test (#3765) chore: re-export the items needed for the lsp from the fm crate instead of importing codespan_reporting (#3757) chore: remove special casing for `pedersen_hash` black box function (#3744) chore: remove extraneous dbg statement (#3761) chore: fix un-needed fully qualified path (#3755) feat: aztec-packages (#3754) feat: allow underscores in integer literals (#3746) fix: deserialize odd length hex literals (#3747) feat: optimize out unnecessary truncation instructions (#3717) chore: use `tsx` instead of `ts-node` for `noir_js` (#3750) chore(ci): fail `tests-end` job if any dependants failed (#3737) chore: allow common ascii punctuation in attributes (#3733) chore: fix broken onboarding link in README (#3732) feat: Dockerfile to test cargo and JS packages (#3684) feat(lsp): add goto definition for locals (#3705) feat: docs landing page with a playground (#3667) fix: `try_unify` no longer binds types on failure (#3697) fix: parse negative integer literals (#3698) fix: unsigned integers cannot be negated (#3688) ...
Configuration menu - View commit details
-
Copy full SHA for 4050fe5 - Browse repository at this point
Copy the full SHA 4050fe5View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9673b2 - Browse repository at this point
Copy the full SHA b9673b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b289b87 - Browse repository at this point
Copy the full SHA b289b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6127baf - Browse repository at this point
Copy the full SHA 6127bafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ebb3b5 - Browse repository at this point
Copy the full SHA 9ebb3b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c652541 - Browse repository at this point
Copy the full SHA c652541View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9660360 - Browse repository at this point
Copy the full SHA 9660360View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4cee817 - Browse repository at this point
Copy the full SHA 4cee817View commit details -
Configuration menu - View commit details
-
Copy full SHA for e89cde2 - Browse repository at this point
Copy the full SHA e89cde2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2da705 - Browse repository at this point
Copy the full SHA a2da705View commit details -
Configuration menu - View commit details
-
Copy full SHA for da23029 - Browse repository at this point
Copy the full SHA da23029View commit details -
Configuration menu - View commit details
-
Copy full SHA for da26bc3 - Browse repository at this point
Copy the full SHA da26bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77dfc19 - Browse repository at this point
Copy the full SHA 77dfc19View commit details -
initial work to get calling trait methods working, decided this would…
… be better as a separate PR
Configuration menu - View commit details
-
Copy full SHA for 0e5a579 - Browse repository at this point
Copy the full SHA 0e5a579View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c17e834 - Browse repository at this point
Copy the full SHA c17e834View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f2be2e - Browse repository at this point
Copy the full SHA 8f2be2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 405683e - Browse repository at this point
Copy the full SHA 405683eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad8fb4 - Browse repository at this point
Copy the full SHA 5ad8fb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7000d7 - Browse repository at this point
Copy the full SHA e7000d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cbba0b - Browse repository at this point
Copy the full SHA 3cbba0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc135e7 - Browse repository at this point
Copy the full SHA cc135e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0090c1 - Browse repository at this point
Copy the full SHA a0090c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 954aba7 - Browse repository at this point
Copy the full SHA 954aba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e22003 - Browse repository at this point
Copy the full SHA 1e22003View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 44a4aee - Browse repository at this point
Copy the full SHA 44a4aeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d5c072 - Browse repository at this point
Copy the full SHA 8d5c072View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f3057 - Browse repository at this point
Copy the full SHA c6f3057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 384e26a - Browse repository at this point
Copy the full SHA 384e26aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98c5d89 - Browse repository at this point
Copy the full SHA 98c5d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d1714 - Browse repository at this point
Copy the full SHA 32d1714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab7351 - Browse repository at this point
Copy the full SHA 9ab7351View commit details -
Configuration menu - View commit details
-
Copy full SHA for b73d263 - Browse repository at this point
Copy the full SHA b73d263View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a886946 - Browse repository at this point
Copy the full SHA a886946View commit details -
Revert "chore: update formatter test outputs"
This reverts commit a886946.
Configuration menu - View commit details
-
Copy full SHA for 4125804 - Browse repository at this point
Copy the full SHA 4125804View commit details -
Update compiler/noirc_frontend/src/hir_def/expr.rs
Co-authored-by: jfecher <jake@aztecprotocol.com>
Configuration menu - View commit details
-
Copy full SHA for bc7abf8 - Browse repository at this point
Copy the full SHA bc7abf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b1bbc4 - Browse repository at this point
Copy the full SHA 8b1bbc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd1f59e - Browse repository at this point
Copy the full SHA cd1f59eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd075fa - Browse repository at this point
Copy the full SHA bd075faView commit details -
Update compiler/noirc_frontend/src/hir/type_check/expr.rs
Co-authored-by: jfecher <jake@aztecprotocol.com>
Configuration menu - View commit details
-
Copy full SHA for b2100ad - Browse repository at this point
Copy the full SHA b2100adView commit details -
Update test_programs/execution_success/trait_method_mut_self/src/main.nr
Co-authored-by: jfecher <jake@aztecprotocol.com>
Configuration menu - View commit details
-
Copy full SHA for 0d7fb67 - Browse repository at this point
Copy the full SHA 0d7fb67View commit details -
Update test_programs/execution_success/trait_method_mut_self/src/main.nr
Co-authored-by: jfecher <jake@aztecprotocol.com>
Configuration menu - View commit details
-
Copy full SHA for c045540 - Browse repository at this point
Copy the full SHA c045540View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6aed8c - Browse repository at this point
Copy the full SHA c6aed8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bf4ac2 - Browse repository at this point
Copy the full SHA 9bf4ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e3cda - Browse repository at this point
Copy the full SHA 22e3cdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for af2c858 - Browse repository at this point
Copy the full SHA af2c858View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8e49e - Browse repository at this point
Copy the full SHA aa8e49eView commit details -
Configuration menu - View commit details
-
Copy full SHA for af3cc88 - Browse repository at this point
Copy the full SHA af3cc88View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6850e9 - Browse repository at this point
Copy the full SHA e6850e9View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf07ee8 - Browse repository at this point
Copy the full SHA bf07ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9cb6c4 - Browse repository at this point
Copy the full SHA a9cb6c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for daf151b - Browse repository at this point
Copy the full SHA daf151bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d887de - Browse repository at this point
Copy the full SHA 0d887deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d93a66 - Browse repository at this point
Copy the full SHA 8d93a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for a44782b - Browse repository at this point
Copy the full SHA a44782bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d174e13 - Browse repository at this point
Copy the full SHA d174e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for c05e917 - Browse repository at this point
Copy the full SHA c05e917View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b9684 - Browse repository at this point
Copy the full SHA c0b9684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a0d483 - Browse repository at this point
Copy the full SHA 8a0d483View commit details