forked from PLC-lang/rusty
-
Notifications
You must be signed in to change notification settings - Fork 0
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 decoding to section mangler #3
Open
CohenArthur
wants to merge
21
commits into
master
Choose a base branch
from
add-decoding-to-section-mangler
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 Jun 12, 2024
-
refactor(AST): introduce AstVisitor trait (PLC-lang#1231)
* refactor(AST): introduce AstVisitor trait The AST-Visitor trait allows generic visiting of AST-nodes. A default Walking behavior is implemented for each AstStatement but it can be altered by any implementor. When overriding a visit_XXX method, the implementation can decide to continue with the default walking behavior (by calling the walk function on the passed AstStatement-Struct, to skip it, or to continue with an alternative walking bahavior. removed unused AST element CastStatement
Configuration menu - View commit details
-
Copy full SHA for c186d0e - Browse repository at this point
Copy the full SHA c186d0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b545e41 - Browse repository at this point
Copy the full SHA b545e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a29d58 - Browse repository at this point
Copy the full SHA 7a29d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for f880974 - Browse repository at this point
Copy the full SHA f880974View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b8704 - Browse repository at this point
Copy the full SHA 15b8704View commit details -
Merge pull request PLC-lang#1198 from embecosm/move-variables-to-sect…
…ions Move variables to ELF sections with mangled names
Configuration menu - View commit details
-
Copy full SHA for 92e586a - Browse repository at this point
Copy the full SHA 92e586aView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 823dc54 - Browse repository at this point
Copy the full SHA 823dc54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b6b41 - Browse repository at this point
Copy the full SHA 28b6b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ece68 - Browse repository at this point
Copy the full SHA 06ece68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e628ea - Browse repository at this point
Copy the full SHA 2e628eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c8f973 - Browse repository at this point
Copy the full SHA 8c8f973View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e08eb - Browse repository at this point
Copy the full SHA 54e08ebView commit details -
Merge pull request PLC-lang#1199 from embecosm/encode-complex-types
Encode complex types in section mangling
Configuration menu - View commit details
-
Copy full SHA for a9d55a1 - Browse repository at this point
Copy the full SHA a9d55a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07e893f - Browse repository at this point
Copy the full SHA 07e893fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10363b5 - Browse repository at this point
Copy the full SHA 10363b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d1ef35 - Browse repository at this point
Copy the full SHA 9d1ef35View commit details -
Configuration menu - View commit details
-
Copy full SHA for a261e79 - Browse repository at this point
Copy the full SHA a261e79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df6561 - Browse repository at this point
Copy the full SHA 2df6561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6370241 - Browse repository at this point
Copy the full SHA 6370241View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a1f00 - Browse repository at this point
Copy the full SHA 48a1f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d7826 - Browse repository at this point
Copy the full SHA 10d7826View 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.