-
Notifications
You must be signed in to change notification settings - Fork 204
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(stdlib): Update stdlib to use explicit numeric generics #5306
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0a0bc9 - Browse repository at this point
Copy the full SHA b0a0bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a6081f - Browse repository at this point
Copy the full SHA 6a6081fView commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49362cf - Browse repository at this point
Copy the full SHA 49362cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9e84e4 - Browse repository at this point
Copy the full SHA c9e84e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef55da - Browse repository at this point
Copy the full SHA cef55daView commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84f4b2c - Browse repository at this point
Copy the full SHA 84f4b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e56748 - Browse repository at this point
Copy the full SHA 0e56748View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3de41d6 - Browse repository at this point
Copy the full SHA 3de41d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c2860a - Browse repository at this point
Copy the full SHA 8c2860aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8809853 - Browse repository at this point
Copy the full SHA 8809853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11655d5 - Browse repository at this point
Copy the full SHA 11655d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a098bf - Browse repository at this point
Copy the full SHA 2a098bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 883dfa4 - Browse repository at this point
Copy the full SHA 883dfa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe28f92 - Browse repository at this point
Copy the full SHA fe28f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7dcd2b - Browse repository at this point
Copy the full SHA e7dcd2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 214ed01 - Browse repository at this point
Copy the full SHA 214ed01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fff4c8 - Browse repository at this point
Copy the full SHA 6fff4c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7feb20 - Browse repository at this point
Copy the full SHA b7feb20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8159a54 - Browse repository at this point
Copy the full SHA 8159a54View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2154016 - Browse repository at this point
Copy the full SHA 2154016View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe8f2ca - Browse repository at this point
Copy the full SHA fe8f2caView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5bfaea - Browse repository at this point
Copy the full SHA e5bfaeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e98df52 - Browse repository at this point
Copy the full SHA e98df52View commit details
Commits on Jun 7, 2024
-
add TypeKind for Numeric generics and also get them working with impl…
…icit numeric generics to get the elaborator working with the stdlib
Configuration menu - View commit details
-
Copy full SHA for 6dc164a - Browse repository at this point
Copy the full SHA 6dc164aView commit details
Commits on Jun 11, 2024
-
fixed remaining errors in stdlib with elaborator and got warning for …
…implicit generics working in all cases
Configuration menu - View commit details
-
Copy full SHA for 265e385 - Browse repository at this point
Copy the full SHA 265e385View commit details -
Configuration menu - View commit details
-
Copy full SHA for c22732e - Browse repository at this point
Copy the full SHA c22732eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d8c4d - Browse repository at this point
Copy the full SHA 03d8c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 316cc47 - Browse repository at this point
Copy the full SHA 316cc47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45cec2d - Browse repository at this point
Copy the full SHA 45cec2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9536b - Browse repository at this point
Copy the full SHA 5f9536bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f387cb - Browse repository at this point
Copy the full SHA 6f387cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3165bc7 - Browse repository at this point
Copy the full SHA 3165bc7View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6f6813 - Browse repository at this point
Copy the full SHA b6f6813View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf6e9a8 - Browse repository at this point
Copy the full SHA cf6e9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c880850 - Browse repository at this point
Copy the full SHA c880850View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89f51f3 - Browse repository at this point
Copy the full SHA 89f51f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 901c970 - Browse repository at this point
Copy the full SHA 901c970View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe97064 - Browse repository at this point
Copy the full SHA fe97064View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65aae29 - Browse repository at this point
Copy the full SHA 65aae29View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d328cb - Browse repository at this point
Copy the full SHA 6d328cbView commit details -
Update compiler/noirc_frontend/src/hir_def/types.rs
Co-authored-by: jfecher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5b12d5 - Browse repository at this point
Copy the full SHA e5b12d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b31c30 - Browse repository at this point
Copy the full SHA 7b31c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63302d0 - Browse repository at this point
Copy the full SHA 63302d0View commit details -
Update compiler/noirc_frontend/src/parser/parser/function.rs
Co-authored-by: jfecher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1554149 - Browse repository at this point
Copy the full SHA 1554149View commit details -
Update tooling/nargo_cli/build.rs
Co-authored-by: jfecher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c5fd98 - Browse repository at this point
Copy the full SHA 8c5fd98View commit details -
Update tooling/nargo_fmt/tests/input/fn.nr
Co-authored-by: jfecher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa53a05 - Browse repository at this point
Copy the full SHA aa53a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09bcfe0 - Browse repository at this point
Copy the full SHA 09bcfe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3db59b8 - Browse repository at this point
Copy the full SHA 3db59b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa665e - Browse repository at this point
Copy the full SHA 6fa665eView commit details -
Update compiler/noirc_frontend/src/parser/parser/structs.rs
Co-authored-by: jfecher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 759b7ec - Browse repository at this point
Copy the full SHA 759b7ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for eff5960 - Browse repository at this point
Copy the full SHA eff5960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752e7f0 - Browse repository at this point
Copy the full SHA 752e7f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0fb7ef - Browse repository at this point
Copy the full SHA c0fb7efView commit details
Commits on Jun 16, 2024
-
Update compiler/noirc_frontend/src/elaborator/mod.rs
Co-authored-by: jfecher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 123256b - Browse repository at this point
Copy the full SHA 123256bView commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a021370 - Browse repository at this point
Copy the full SHA a021370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d05612 - Browse repository at this point
Copy the full SHA 1d05612View commit details -
remove generic_idents and switch collection of generics into dc_mod i…
…nstead of in the elaborator
Configuration menu - View commit details
-
Copy full SHA for 43cb4d0 - Browse repository at this point
Copy the full SHA 43cb4d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6146793 - Browse repository at this point
Copy the full SHA 6146793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0879ffa - Browse repository at this point
Copy the full SHA 0879ffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57e5bd5 - Browse repository at this point
Copy the full SHA 57e5bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f14de96 - Browse repository at this point
Copy the full SHA f14de96View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a1f899 - Browse repository at this point
Copy the full SHA 4a1f899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bec263 - Browse repository at this point
Copy the full SHA 0bec263View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31e79df - Browse repository at this point
Copy the full SHA 31e79dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ddae3e - Browse repository at this point
Copy the full SHA 7ddae3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcaff2b - Browse repository at this point
Copy the full SHA bcaff2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c58b7a6 - Browse repository at this point
Copy the full SHA c58b7a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a7a994 - Browse repository at this point
Copy the full SHA 4a7a994View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36be839 - Browse repository at this point
Copy the full SHA 36be839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a290d9 - Browse repository at this point
Copy the full SHA 5a290d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc38cb - Browse repository at this point
Copy the full SHA ebc38cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef133e - Browse repository at this point
Copy the full SHA 3ef133eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 818667e - Browse repository at this point
Copy the full SHA 818667eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4001dfd - Browse repository at this point
Copy the full SHA 4001dfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 154782d - Browse repository at this point
Copy the full SHA 154782dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3cf451 - Browse repository at this point
Copy the full SHA e3cf451View commit details -
Update compiler/noirc_frontend/src/elaborator/mod.rs
Co-authored-by: jfecher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ebd02d - Browse repository at this point
Copy the full SHA 5ebd02dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12d44cd - Browse repository at this point
Copy the full SHA 12d44cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ccab1 - Browse repository at this point
Copy the full SHA d6ccab1View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25d640a - Browse repository at this point
Copy the full SHA 25d640aView commit details -
don't return generics from add_existing_generics now that they are re…
…solved during def collection
Configuration menu - View commit details
-
Copy full SHA for c0a375c - Browse repository at this point
Copy the full SHA c0a375cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05befe5 - Browse repository at this point
Copy the full SHA 05befe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a0fa0 - Browse repository at this point
Copy the full SHA 88a0fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b5f9f - Browse repository at this point
Copy the full SHA b7b5f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d8d65f - Browse repository at this point
Copy the full SHA 1d8d65fView commit details -
Update compiler/noirc_frontend/src/hir/def_collector/errors.rs
Co-authored-by: jfecher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13fad23 - Browse repository at this point
Copy the full SHA 13fad23View commit details -
Update compiler/noirc_frontend/src/elaborator/traits.rs
Co-authored-by: jfecher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9da3de6 - Browse repository at this point
Copy the full SHA 9da3de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98fd197 - Browse repository at this point
Copy the full SHA 98fd197View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ec927 - Browse repository at this point
Copy the full SHA a6ec927View commit details -
Configuration menu - View commit details
-
Copy full SHA for f87bc32 - Browse repository at this point
Copy the full SHA f87bc32View commit details -
Configuration menu - View commit details
-
Copy full SHA for edc1502 - Browse repository at this point
Copy the full SHA edc1502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ba4cec - Browse repository at this point
Copy the full SHA 8ba4cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f7315a - Browse repository at this point
Copy the full SHA 2f7315aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dcd517 - Browse repository at this point
Copy the full SHA 5dcd517View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3f36e7 - Browse repository at this point
Copy the full SHA d3f36e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e5effa - Browse repository at this point
Copy the full SHA 1e5effaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a46ba67 - Browse repository at this point
Copy the full SHA a46ba67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc16a4 - Browse repository at this point
Copy the full SHA 9bc16a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee9bc4 - Browse repository at this point
Copy the full SHA 4ee9bc4View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40cf15a - Browse repository at this point
Copy the full SHA 40cf15aView commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71c6266 - Browse repository at this point
Copy the full SHA 71c6266View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c3c996 - Browse repository at this point
Copy the full SHA 2c3c996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 586ca86 - Browse repository at this point
Copy the full SHA 586ca86View commit details