-
Notifications
You must be signed in to change notification settings - Fork 49
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
Convert polynomial coefficient type to use modarith #1096
Draft
j2kun
wants to merge
48
commits into
google:main
Choose a base branch
from
j2kun:polynomial-anytype
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,383
−994
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05e1775 - Browse repository at this point
Copy the full SHA 05e1775View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f1a69 - Browse repository at this point
Copy the full SHA c4f1a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f7cd0 - Browse repository at this point
Copy the full SHA c6f7cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3210e8f - Browse repository at this point
Copy the full SHA 3210e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cf66d - Browse repository at this point
Copy the full SHA 80cf66dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07e6b11 - Browse repository at this point
Copy the full SHA 07e6b11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 994afa7 - Browse repository at this point
Copy the full SHA 994afa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8b06c6 - Browse repository at this point
Copy the full SHA a8b06c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c914b60 - Browse repository at this point
Copy the full SHA c914b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb3d34 - Browse repository at this point
Copy the full SHA 4eb3d34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c977c6 - Browse repository at this point
Copy the full SHA 3c977c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f740c2 - Browse repository at this point
Copy the full SHA 3f740c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef43489 - Browse repository at this point
Copy the full SHA ef43489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28488f8 - Browse repository at this point
Copy the full SHA 28488f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9bfece - Browse repository at this point
Copy the full SHA e9bfeceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bb2c87 - Browse repository at this point
Copy the full SHA 3bb2c87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26839f8 - Browse repository at this point
Copy the full SHA 26839f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d5d4ea - Browse repository at this point
Copy the full SHA 3d5d4eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e9756 - Browse repository at this point
Copy the full SHA 94e9756View commit details -
Configuration menu - View commit details
-
Copy full SHA for d462816 - Browse repository at this point
Copy the full SHA d462816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a7a9b - Browse repository at this point
Copy the full SHA 49a7a9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4842e2 - Browse repository at this point
Copy the full SHA c4842e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e24e5 - Browse repository at this point
Copy the full SHA 54e24e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for db1878e - Browse repository at this point
Copy the full SHA db1878eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68e9cf4 - Browse repository at this point
Copy the full SHA 68e9cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 115067e - Browse repository at this point
Copy the full SHA 115067eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c7f63e - Browse repository at this point
Copy the full SHA 5c7f63eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fba5c84 - Browse repository at this point
Copy the full SHA fba5c84View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6788e2 - Browse repository at this point
Copy the full SHA b6788e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1a103 - Browse repository at this point
Copy the full SHA 8a1a103View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f85a83 - Browse repository at this point
Copy the full SHA 3f85a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1e717 - Browse repository at this point
Copy the full SHA 5e1e717View commit details -
Configuration menu - View commit details
-
Copy full SHA for e622522 - Browse repository at this point
Copy the full SHA e622522View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27e56f - Browse repository at this point
Copy the full SHA b27e56fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60bf141 - Browse repository at this point
Copy the full SHA 60bf141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed7d91 - Browse repository at this point
Copy the full SHA 7ed7d91View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad550d3 - Browse repository at this point
Copy the full SHA ad550d3View commit details
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 793aceb - Browse repository at this point
Copy the full SHA 793acebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f47e3 - Browse repository at this point
Copy the full SHA 69f47e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 408890c - Browse repository at this point
Copy the full SHA 408890cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b174779 - Browse repository at this point
Copy the full SHA b174779View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b20069 - Browse repository at this point
Copy the full SHA 7b20069View commit details -
Fix more tests by removing sub canonicalization
Replacing x-y with x + -1*y started breaking things because the constant -1, when inserted into a mod arith type as a mod_arith.constant, was being represented internally as -1 : i32, which for test_mul_1 caused it to be one larger than the modulus (which was 2**31 - 1), i.e., zero, which resulted in an infinite loop.
Configuration menu - View commit details
-
Copy full SHA for 239fabb - Browse repository at this point
Copy the full SHA 239fabbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e20d695 - Browse repository at this point
Copy the full SHA e20d695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bef19e - Browse repository at this point
Copy the full SHA 9bef19eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ce8f4 - Browse repository at this point
Copy the full SHA b1ce8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd37924 - Browse repository at this point
Copy the full SHA fd37924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1386e - Browse repository at this point
Copy the full SHA 3d1386eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.