-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Add the concept of semantic similarity to the type system #1958
Add the concept of semantic similarity to the type system #1958
Commits on Jun 10, 2022
-
Do not rely on TypeMapping when type checking declarations.
emilyaherbert committedJun 10, 2022 Configuration menu - View commit details
-
Copy full SHA for bf6fdc3 - Browse repository at this point
Copy the full SHA bf6fdc3View commit details -
Prevent leaking types in impls.
emilyaherbert committedJun 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 681ce59 - Browse repository at this point
Copy the full SHA 681ce59View commit details -
Prevent unconstrained type parameters.
emilyaherbert committedJun 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 3f0e80c - Browse repository at this point
Copy the full SHA 3f0e80cView commit details
Commits on Jun 13, 2022
-
emilyaherbert committed
Jun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for fde6b33 - Browse repository at this point
Copy the full SHA fde6b33View commit details -
emilyaherbert committed
Jun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for a1a968e - Browse repository at this point
Copy the full SHA a1a968eView commit details -
Merge remote-tracking branch 'origin/master' into emilyaherbert/preve…
…nt-leaking-types
emilyaherbert committedJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 4e34bf6 - Browse repository at this point
Copy the full SHA 4e34bf6View commit details -
Merge branch 'emilyaherbert/prevent-leaking-types' into emilyaherbert…
…-1143-3/disallow-unconstrained-type-parameters
Configuration menu - View commit details
-
Copy full SHA for 503a183 - Browse repository at this point
Copy the full SHA 503a183View commit details -
Merge branch 'emilyaherbert/prevent-leaking-types' into emilyaherbert…
…-1898-2/semantic-type-constraints
Configuration menu - View commit details
-
Copy full SHA for ec9881e - Browse repository at this point
Copy the full SHA ec9881eView commit details -
Merge branch 'emilyaherbert/type-parameters' into emilyaherbert/preve…
…nt-leaking-types
emilyaherbert committedJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for e4fbc35 - Browse repository at this point
Copy the full SHA e4fbc35View commit details -
Merge branch 'emilyaherbert/prevent-leaking-types' into emilyaherbert…
…-1143-3/disallow-unconstrained-type-parameters
Configuration menu - View commit details
-
Copy full SHA for 577ed59 - Browse repository at this point
Copy the full SHA 577ed59View commit details -
Merge branch 'emilyaherbert/prevent-leaking-types' into emilyaherbert…
…-1898-2/semantic-type-constraints
Configuration menu - View commit details
-
Copy full SHA for 56a1c6b - Browse repository at this point
Copy the full SHA 56a1c6bView commit details -
Merge remote-tracking branch 'origin/master' into emilyaherbert/type-…
…parameters
emilyaherbert committedJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 966f110 - Browse repository at this point
Copy the full SHA 966f110View commit details -
Merge branch 'emilyaherbert/type-parameters' into emilyaherbert/preve…
…nt-leaking-types
emilyaherbert committedJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for b6c8389 - Browse repository at this point
Copy the full SHA b6c8389View commit details -
Merge branch 'emilyaherbert/prevent-leaking-types' into emilyaherbert…
…-1143-3/disallow-unconstrained-type-parameters
Configuration menu - View commit details
-
Copy full SHA for 8f173f1 - Browse repository at this point
Copy the full SHA 8f173f1View commit details -
Merge branch 'emilyaherbert/prevent-leaking-types' into emilyaherbert…
…-1898-2/semantic-type-constraints
Configuration menu - View commit details
-
Copy full SHA for ba48b7f - Browse repository at this point
Copy the full SHA ba48b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba2574a - Browse repository at this point
Copy the full SHA ba2574aView commit details -
emilyaherbert committed
Jun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 60ed360 - Browse repository at this point
Copy the full SHA 60ed360View commit details -
Merge branch 'emilyaherbert/prevent-leaking-types' into emilyaherbert…
…-1143-3/disallow-unconstrained-type-parameters
Configuration menu - View commit details
-
Copy full SHA for 5b23513 - Browse repository at this point
Copy the full SHA 5b23513View commit details -
Merge remote-tracking branch 'origin' into emilyaherbert-1898-2/seman…
…tic-type-constraints
emilyaherbert committedJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 5224c7e - Browse repository at this point
Copy the full SHA 5224c7eView commit details -
Merge remote-tracking branch 'origin/emilyaherbert-1143-3/disallow-un…
…constrained-type-parameters' into emilyaherbert-1898-2/semantic-type-constraints
emilyaherbert committedJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 90038d6 - Browse repository at this point
Copy the full SHA 90038d6View commit details -
emilyaherbert committed
Jun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 6650bf2 - Browse repository at this point
Copy the full SHA 6650bf2View commit details -
Use TypeId in TypeMapping and in TraitMap.
emilyaherbert committedJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for b403607 - Browse repository at this point
Copy the full SHA b403607View commit details -
Merge remote-tracking branch 'origin/emilyaherbert/use-type-id' into …
…emilyaherbert-1898-2/semantic-type-constraints
emilyaherbert committedJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 83d4674 - Browse repository at this point
Copy the full SHA 83d4674View commit details -
Add semantic type constraints.
emilyaherbert committedJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 6f8c116 - Browse repository at this point
Copy the full SHA 6f8c116View commit details -
Merge remote-tracking branch 'origin/master' into emilyaherbert-1898-…
…2/semantic-type-constraints
emilyaherbert committedJun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 1e90bce - Browse repository at this point
Copy the full SHA 1e90bceView commit details -
emilyaherbert committed
Jun 13, 2022 Configuration menu - View commit details
-
Copy full SHA for d8a7b91 - Browse repository at this point
Copy the full SHA d8a7b91View commit details
Commits on Jun 14, 2022
-
Merge remote-tracking branch 'origin/master' into emilyaherbert-1143-…
…3/disallow-unconstrained-type-parameters
emilyaherbert committedJun 14, 2022 Configuration menu - View commit details
-
Copy full SHA for bdfa17e - Browse repository at this point
Copy the full SHA bdfa17eView commit details -
Merge remote-tracking branch 'origin/master' into emilyaherbert/use-t…
…ype-id
emilyaherbert committedJun 14, 2022 Configuration menu - View commit details
-
Copy full SHA for f43e418 - Browse repository at this point
Copy the full SHA f43e418View commit details -
Merge branch 'emilyaherbert-1143-3/disallow-unconstrained-type-parame…
…ters' into emilyaherbert-1898-2/semantic-type-constraints
emilyaherbert committedJun 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 9163a4a - Browse repository at this point
Copy the full SHA 9163a4aView commit details -
Merge branch 'emilyaherbert/use-type-id' into emilyaherbert-1898-2/se…
…mantic-type-constraints
emilyaherbert committedJun 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 0b59080 - Browse repository at this point
Copy the full SHA 0b59080View commit details -
emilyaherbert committed
Jun 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 1e7d3ce - Browse repository at this point
Copy the full SHA 1e7d3ceView commit details
Commits on Jun 16, 2022
-
Merge remote-tracking branch 'origin/master' into emilyaherbert-1898-…
…2/semantic-type-constraints
emilyaherbert committedJun 16, 2022 Configuration menu - View commit details
-
Copy full SHA for bccc7a0 - Browse repository at this point
Copy the full SHA bccc7a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff97c79 - Browse repository at this point
Copy the full SHA ff97c79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1ace7 - Browse repository at this point
Copy the full SHA 8f1ace7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3942946 - Browse repository at this point
Copy the full SHA 3942946View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc600b2 - Browse repository at this point
Copy the full SHA dc600b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b422009 - Browse repository at this point
Copy the full SHA b422009View commit details
Commits on Jun 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1adbaca - Browse repository at this point
Copy the full SHA 1adbacaView commit details -
emilyaherbert committed
Jun 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 3b5e2f1 - Browse repository at this point
Copy the full SHA 3b5e2f1View commit details -
Merge branch 'emilyaherbert-1898-2/semantic-type-constraints' of gith…
…ub.com:FuelLabs/sway into emilyaherbert-1898-2/semantic-type-constraints
emilyaherbert committedJun 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 22207cc - Browse repository at this point
Copy the full SHA 22207ccView commit details -
emilyaherbert committed
Jun 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 60ff0aa - Browse repository at this point
Copy the full SHA 60ff0aaView commit details -
emilyaherbert committed
Jun 17, 2022 Configuration menu - View commit details
-
Copy full SHA for a7b19ef - Browse repository at this point
Copy the full SHA a7b19efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61b6968 - Browse repository at this point
Copy the full SHA 61b6968View commit details
Commits on Jun 20, 2022
-
Move test to inside of the SDK.
emilyaherbert committedJun 20, 2022 Configuration menu - View commit details
-
Copy full SHA for d7e81c5 - Browse repository at this point
Copy the full SHA d7e81c5View commit details -
Merge branch 'emilyaherbert-1898-2/semantic-type-constraints' of gith…
…ub.com:FuelLabs/sway into emilyaherbert-1898-2/semantic-type-constraints
emilyaherbert committedJun 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 40dbda6 - Browse repository at this point
Copy the full SHA 40dbda6View commit details -
emilyaherbert committed
Jun 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 997747e - Browse repository at this point
Copy the full SHA 997747eView commit details -
Merge remote-tracking branch 'origin/master' into emilyaherbert-1898-…
…2/semantic-type-constraints
emilyaherbert committedJun 20, 2022 Configuration menu - View commit details
-
Copy full SHA for c80f9a7 - Browse repository at this point
Copy the full SHA c80f9a7View commit details -
emilyaherbert committed
Jun 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 75efbef - Browse repository at this point
Copy the full SHA 75efbefView commit details -
emilyaherbert committed
Jun 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 7e98ff0 - Browse repository at this point
Copy the full SHA 7e98ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbcc1b0 - Browse repository at this point
Copy the full SHA fbcc1b0View commit details