-
Notifications
You must be signed in to change notification settings - Fork 28
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
Parsing and type-checking generics #671
Open
koflin
wants to merge
39
commits into
viperproject:master
Choose a base branch
from
koflin:generics-merged
base: master
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.
Open
Commits on Apr 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 72adaf1 - Browse repository at this point
Copy the full SHA 72adaf1View commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for caea3b6 - Browse repository at this point
Copy the full SHA caea3b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f5555b - Browse repository at this point
Copy the full SHA 4f5555bView commit details
Commits on May 2, 2023
-
modified parse tree translator
- generated gobra parser code - added Ast nodes for type parameters and type arguments - modified parse tree translator
Configuration menu - View commit details
-
Copy full SHA for a90ed72 - Browse repository at this point
Copy the full SHA a90ed72View commit details
Commits on May 8, 2023
-
changed typeArgument rule to index instead
- modified parser and parse tree translator accordingly - implemented ambiguity resolution for indexed expression (normal index expression or type arguments)
Configuration menu - View commit details
-
Copy full SHA for 2917a1a - Browse repository at this point
Copy the full SHA 2917a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1f7878 - Browse repository at this point
Copy the full SHA b1f7878View commit details
Commits on May 15, 2023
-
- add tests - fix some issues in the parse tree translator and the pretty printer
Configuration menu - View commit details
-
Copy full SHA for 864e185 - Browse repository at this point
Copy the full SHA 864e185View commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f822f7f - Browse repository at this point
Copy the full SHA f822f7fView commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e8c0846 - Browse repository at this point
Copy the full SHA e8c0846View commit details
Commits on May 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e9c0878 - Browse repository at this point
Copy the full SHA e9c0878View commit details
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6b10b39 - Browse repository at this point
Copy the full SHA 6b10b39View commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7971b35 - Browse repository at this point
Copy the full SHA 7971b35View commit details
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1159896 - Browse repository at this point
Copy the full SHA 1159896View commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ca0c310 - Browse repository at this point
Copy the full SHA ca0c310View commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c0b00aa - Browse repository at this point
Copy the full SHA c0b00aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4253b7e - Browse repository at this point
Copy the full SHA 4253b7eView commit details
Commits on Jun 15, 2023
-
implemented satisfiability, comparability, identity, type merging and…
… underlying type of type parameters
Configuration menu - View commit details
-
Copy full SHA for 4139ed6 - Browse repository at this point
Copy the full SHA 4139ed6View commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4aa1b02 - Browse repository at this point
Copy the full SHA 4aa1b02View commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 04836b0 - Browse repository at this point
Copy the full SHA 04836b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 162b257 - Browse repository at this point
Copy the full SHA 162b257View commit details -
Configuration menu - View commit details
-
Copy full SHA for b00f8fb - Browse repository at this point
Copy the full SHA b00f8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed090d - Browse repository at this point
Copy the full SHA 1ed090dView commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ed4471 - Browse repository at this point
Copy the full SHA 1ed4471View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e21e21 - Browse repository at this point
Copy the full SHA 9e21e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26e627c - Browse repository at this point
Copy the full SHA 26e627cView commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 30fe086 - Browse repository at this point
Copy the full SHA 30fe086View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2cf0a - Browse repository at this point
Copy the full SHA ee2cf0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f6eed - Browse repository at this point
Copy the full SHA d9f6eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3725a9b - Browse repository at this point
Copy the full SHA 3725a9bView commit details -
Revert "remove change to be consistent with master"
This reverts commit 3725a9b.
Configuration menu - View commit details
-
Copy full SHA for d0fd09a - Browse repository at this point
Copy the full SHA d0fd09aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91da1d2 - Browse repository at this point
Copy the full SHA 91da1d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79dd96f - Browse repository at this point
Copy the full SHA 79dd96fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a13e324 - Browse repository at this point
Copy the full SHA a13e324View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecfd59e - Browse repository at this point
Copy the full SHA ecfd59eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf94a5 - Browse repository at this point
Copy the full SHA 4bf94a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc874a6 - Browse repository at this point
Copy the full SHA fc874a6View commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa375f8 - Browse repository at this point
Copy the full SHA aa375f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f537564 - Browse repository at this point
Copy the full SHA f537564View commit details -
Configuration menu - View commit details
-
Copy full SHA for b11a8d8 - Browse repository at this point
Copy the full SHA b11a8d8View 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.