FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Unified: Add static name binding pass by asgerf · Pull Request #22299 · github/codeql · GitHub
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Issues
1k
Pull requests
470
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Unified: Add static name binding pass
- #22299
#22299
Merged
asgerf
merged 41 commits into
github:main
github/codeql:main
from
asgerf:unified/static-name-binding
asgerf/codeql:unified/static-name-binding
Copy head branch name to clipboard
Aug 14, 2026
Conversation
Commits
41
(41)
Checks
Findings
Files changed
Merged
Unified: Add static name binding pass
#22299
asgerf
merged 41 commits into
github:main
github/codeql:main
from
asgerf:unified/static-name-binding
asgerf/codeql:unified/static-name-binding
Copy head branch name to clipboard
Commits
Commits on Aug 7, 2026
unified: Add test showing problem with literal getValue()
Show description for 60baec6
asgerf
committed
60baec6
View commit details
Copy full SHA for 60baec6
Browse repository at this point
unified: Fix extraction of literals
asgerf
committed
51fe273
View commit details
Copy full SHA for 51fe273
Browse repository at this point
unified: Factor some code into CommentUtil.qll
asgerf
committed
b71ff8f
View commit details
Copy full SHA for b71ff8f
Browse repository at this point
unified: Fix mapping for compound type names
asgerf
committed
c9fc793
View commit details
Copy full SHA for c9fc793
Browse repository at this point
unified: Initial static name binding pass
Show description for f50c80a
asgerf
committed
f50c80a
View commit details
Copy full SHA for f50c80a
Browse repository at this point
unified: Track through aliases
asgerf
committed
375924e
View commit details
Copy full SHA for 375924e
Browse repository at this point
unified: Add inheritance steps
asgerf
committed
db8b97a
View commit details
Copy full SHA for db8b97a
Browse repository at this point
unified: Support unqualified access
asgerf
committed
6341bba
View commit details
Copy full SHA for 6341bba
Browse repository at this point
unified: Allow numbers in key=value comments
asgerf
committed
ee8753b
View commit details
Copy full SHA for ee8753b
Browse repository at this point
unified: Cross-file name binding
asgerf
committed
7e3a4e3
View commit details
Copy full SHA for 7e3a4e3
Browse repository at this point
unified: Handle bracketed generic array constructors
asgerf
committed
574a5c9
View commit details
Copy full SHA for 574a5c9
Browse repository at this point
unified: Handle bracketed generic array metatypes
asgerf
committed
55b96f1
View commit details
Copy full SHA for 55b96f1
Browse repository at this point
unified: Use '.' as location for inferred_type_expr
asgerf
committed
171aa7a
View commit details
Copy full SHA for 171aa7a
Browse repository at this point
unified: Fix handling of exprPattern
asgerf
committed
a9792e5
View commit details
Copy full SHA for a9792e5
Browse repository at this point
unified: Add newlines at EOF
asgerf
committed
8080bac
View commit details
Copy full SHA for 8080bac
Browse repository at this point
unified: Update comment
Show description for 0cf2871
asgerf
committed
0cf2871
View commit details
Copy full SHA for 0cf2871
Browse repository at this point
unified: Support scoped imports
Show description for a3f21a5
asgerf
committed
a3f21a5
View commit details
Copy full SHA for a3f21a5
Browse repository at this point
unified: Don't track trivial name aliasse
asgerf
committed
50f934b
View commit details
Copy full SHA for 50f934b
Browse repository at this point
unified: Bulk imports
asgerf
committed
a79c32a
View commit details
Copy full SHA for a79c32a
Browse repository at this point
unified: Fix access level in test case
Show description for 05fe395
asgerf
committed
05fe395
View commit details
Copy full SHA for 05fe395
Browse repository at this point
unified: Fix incorrect expectation
Show description for 659da08
asgerf
committed
659da08
View commit details
Copy full SHA for 659da08
Browse repository at this point
unified: Fix toString and getLocation for TLocalNamespace
asgerf
committed
35c54b1
View commit details
Copy full SHA for 35c54b1
Browse repository at this point
unified: Remove location of TModuleRoot
asgerf
committed
af2f5a2
View commit details
Copy full SHA for af2f5a2
Browse repository at this point
Commits on Aug 10, 2026
unified: Fix handling of unscoped imports
Show description for 970e4c6
asgerf
committed
970e4c6
View commit details
Copy full SHA for 970e4c6
Browse repository at this point
unified: Fix Swift source folder documentation
asgerf
committed
f596a67
View commit details
Copy full SHA for f596a67
Browse repository at this point
unified: Preserve array constructor trailing closures
asgerf
committed
d6164c3
View commit details
Copy full SHA for d6164c3
Browse repository at this point
Commits on Aug 11, 2026
unified: Add test showing AST mapping error
Show description for a658c77
asgerf
committed
a658c77
View commit details
Copy full SHA for a658c77
Browse repository at this point
unified: Fix translation of callee in constructor pattern
asgerf
committed
c58a096
View commit details
Copy full SHA for c58a096
Browse repository at this point
Commits on Aug 13, 2026
unified: Clarify description of derivedStoreReadStep
asgerf
committed
3999894
View commit details
Copy full SHA for 3999894
Browse repository at this point
unified: Make debug graph subset more configurable
asgerf
committed
e88dde7
View commit details
Copy full SHA for e88dde7
Browse repository at this point
unified: Simplify uncertain scopes
Show description for d30b7a0
asgerf
committed
d30b7a0
View commit details
Copy full SHA for d30b7a0
Browse repository at this point
unified: Don't step into declaration sites
asgerf
committed
e23f3e4
View commit details
Copy full SHA for e23f3e4
Browse repository at this point
shared: Factor out declInScope(name, scope)
asgerf
committed
bec213b
View commit details
Copy full SHA for bec213b
Browse repository at this point
shared: Rephrase a qldoc
asgerf
committed
4eade9e
View commit details
Copy full SHA for 4eade9e
Browse repository at this point
unified: QLdoc fix
asgerf
committed
828816c
View commit details
Copy full SHA for 828816c
Browse repository at this point
unified: Prefer 'and' instead of '|'
asgerf
committed
78671cd
View commit details
Copy full SHA for 78671cd
Browse repository at this point
unified: Add test with @_exported import
asgerf
committed
5d7e64e
View commit details
Copy full SHA for 5d7e64e
Browse repository at this point
unified: Support @_exported imports
asgerf
committed
61b3720
View commit details
Copy full SHA for 61b3720
Browse repository at this point
unified: Add test for spurious re-export
asgerf
committed
811932f
View commit details
Copy full SHA for 811932f
Browse repository at this point
unified: Fix spurious resolution by refining isPrivateToLocalScope
asgerf
committed
1f380d2
View commit details
Copy full SHA for 1f380d2
Browse repository at this point
unified: Prefer instanceof
asgerf
committed
719e8b4
View commit details
Copy full SHA for 719e8b4
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL