FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for java/ql/lib/config - 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
Commits
Breadcrumbs
History for
codeql
java
ql
lib
config
on
codeql-cli-2.11.3
User selector
Datepicker
Commit history
Commits on Oct 11, 2022
Kotlin: Extract type parameter modifiers (`reified`, `in`, `out`)
tamasvajk
committed
9eea6d4
View commit details
Copy full SHA for 9eea6d4
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
Make *.dbscheme non-executable
igfoo
committed
5f8d8cd
View commit details
Copy full SHA for 5f8d8cd
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
Add DB stats file
tamasvajk
committed
e23d369
View commit details
Copy full SHA for e23d369
View code at this point
Browse repository at this point
Kotlin: Identify data classes during extraction
tamasvajk
committed
1c08ac1
View commit details
Copy full SHA for 1c08ac1
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
Java: Update stats
igfoo
committed
aa07600
View commit details
Copy full SHA for aa07600
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
Kotlin: Extract an ErrorType if we fail to correctly extract a type
igfoo
committed
1730ec2
View commit details
Copy full SHA for 1730ec2
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
Kotlin: Record that generated data class members are compiler-generated
igfoo
committed
5fc294d
View commit details
Copy full SHA for 5fc294d
View code at this point
Browse repository at this point
Commits on Jun 23, 2022
Update DB stats file
tamasvajk
committed
053ca2e
View commit details
Copy full SHA for 053ca2e
View code at this point
Browse repository at this point
Unify loop break/continue statement handling between java and kotlin
tamasvajk
committed
dabc956
View commit details
Copy full SHA for dabc956
View code at this point
Browse repository at this point
Commits on May 10, 2022
Kotlin: Tweak dbscheme
igfoo
committed
8a89251
View commit details
Copy full SHA for 8a89251
View code at this point
Browse repository at this point
Java/Kotlin: Update stats
igfoo
committed
bfe3655
View commit details
Copy full SHA for bfe3655
View code at this point
Browse repository at this point
Extract functions using their name from `JvmName` annotation
tamasvajk
authored and
igfoo
committed
b66a314
View commit details
Copy full SHA for b66a314
View code at this point
Browse repository at this point
Code quality improvements + add dedicated `DeadRefTypes` test
tamasvajk
authored and
igfoo
committed
47799ae
View commit details
Copy full SHA for 47799ae
View code at this point
Browse repository at this point
Extract container of adapter function as compiler generated
tamasvajk
authored and
igfoo
committed
cdc7ed0
View commit details
Copy full SHA for cdc7ed0
View code at this point
Browse repository at this point
Remove duplications of locatable and element in the DB scheme
tamasvajk
authored and
igfoo
committed
22af7f0
View commit details
Copy full SHA for 22af7f0
View code at this point
Browse repository at this point
Kotlin: Generate stats
igfoo
committed
fac3699
View commit details
Copy full SHA for fac3699
View code at this point
Browse repository at this point
Extract property references with only backing field
tamasvajk
authored and
igfoo
committed
a6f036d
View commit details
Copy full SHA for a6f036d
View code at this point
Browse repository at this point
Update java/ql/lib/config/semmlecode.dbscheme
Show description for a6326b6
atorralba
and
igfoo
committed
a6326b6
View commit details
Copy full SHA for a6326b6
View code at this point
Browse repository at this point
Extract WhenBranch as Stmt
atorralba
authored and
igfoo
committed
4b22e1a
View commit details
Copy full SHA for 4b22e1a
View code at this point
Browse repository at this point
Adjust extraction to reuse KtProperty* relations
tamasvajk
authored and
igfoo
committed
0ba2daf
View commit details
Copy full SHA for 0ba2daf
View code at this point
Browse repository at this point
Extract local delegated properties
tamasvajk
authored and
igfoo
committed
f8343b8
View commit details
Copy full SHA for f8343b8
View code at this point
Browse repository at this point
Retain Member.getInitializer for Kotlin programs
Show description for 13cd145
smowton
authored and
igfoo
committed
13cd145
View commit details
Copy full SHA for 13cd145
View code at this point
Browse repository at this point
Add PropertyRefExpr QL class, change extraction to use it, and add tests
tamasvajk
authored and
igfoo
committed
18812c8
View commit details
Copy full SHA for 18812c8
View code at this point
Browse repository at this point
Make varargs extraction more Java-like:
Show description for 96f3ea4
smowton
authored and
igfoo
committed
96f3ea4
View commit details
Copy full SHA for 96f3ea4
View code at this point
Browse repository at this point
Complete implementation of equality tests
Show description for a120fab
smowton
authored and
igfoo
committed
a120fab
View commit details
Copy full SHA for a120fab
View code at this point
Browse repository at this point
Introduce cast for <unsafe-coerce> calls
tamasvajk
authored and
igfoo
committed
b4beddf
View commit details
Copy full SHA for b4beddf
View code at this point
Browse repository at this point
Kotlin: Pull Kotlin type for localvars out into its own table
igfoo
committed
76ca0b2
View commit details
Copy full SHA for 76ca0b2
View code at this point
Browse repository at this point
Kotlin: Pull Kotlin type for params out into its own table
igfoo
committed
7862229
View commit details
Copy full SHA for 7862229
View code at this point
Browse repository at this point
Kotlin: Pull Kotlin type for methods/constrs out into their own tables
igfoo
committed
dc26abe
View commit details
Copy full SHA for dc26abe
View code at this point
Browse repository at this point
Kotlin: Pull Kotlin type for fields out into its own table
igfoo
committed
ee00877
View commit details
Copy full SHA for ee00877
View code at this point
Browse repository at this point
Kotlin: Pull Kotlin type for expressions out into its own table
igfoo
committed
86bf126
View commit details
Copy full SHA for 86bf126
View code at this point
Browse repository at this point
Extract companion objects from interfaces
tamasvajk
authored and
igfoo
committed
cd5555a
View commit details
Copy full SHA for cd5555a
View code at this point
Browse repository at this point
Kotlin: Improve error handling
Show description for 89eae24
igfoo
committed
89eae24
View commit details
Copy full SHA for 89eae24
View code at this point
Browse repository at this point
Kotlin: Add types for the different kinds of casts that Kotlin has
Show description for 6566f7b
igfoo
committed
6566f7b
View commit details
Copy full SHA for 6566f7b
View code at this point
Browse repository at this point
Add ktLocalFunction relation and tests for local and anonymous classes
tamasvajk
authored and
igfoo
committed
ef2795c
View commit details
Copy full SHA for ef2795c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL