Tom Hvitved
|
0d4524f8f3
|
Address review comments
|
2026-04-07 11:40:10 +02:00 |
|
Tom Hvitved
|
1e1a8732a3
|
Data flow: Add hook for preventing lambda dispatch in source call contexts
|
2026-04-07 11:40:08 +02:00 |
|
Tom Hvitved
|
7d184d0c7f
|
Merge pull request #21206 from hvitved/rust/type-inference-closure-param-context-typed
Rust: Infer argument types based on trait bounds on parameters
|
2026-04-07 09:17:30 +02:00 |
|
Óscar San José
|
59eec7ffa2
|
Merge branch 'main' of https://github.com/github/codeql into post-release-prep/codeql-cli-2.25.1
|
2026-03-30 10:51:12 +02:00 |
|
github-actions[bot]
|
ce6e6d5db3
|
Post-release preparation for codeql-cli-2.25.1
|
2026-03-30 08:43:48 +00:00 |
|
Tom Hvitved
|
6dc98cfd01
|
Rust: Infer argument types based on trait bounds on parameters
|
2026-03-27 11:39:03 +01:00 |
|
github-actions[bot]
|
fb011842c9
|
Release preparation for version 2.25.1
|
2026-03-25 23:43:06 +00:00 |
|
Tom Hvitved
|
6295f57a87
|
Rust: Take additional type parameter constraints into account
|
2026-03-25 10:11:04 +01:00 |
|
github-actions[bot]
|
8cf0954796
|
Release preparation for version 2.25.1
|
2026-03-25 08:28:30 +00:00 |
|
Owen Mansel-Chan
|
fd8821fcb5
|
Merge pull request #21475 from owen-mc/rust/mad-barriers
Rust: Add support for defining barriers and barrier guards using models-as-data
|
2026-03-24 09:31:24 +00:00 |
|
Tom Hvitved
|
f99f26f908
|
Merge pull request #21464 from hvitved/rust/type-inference-trait-bound-impl-overlap
Rust: Disambiguate types inferred from trait bounds
|
2026-03-20 15:14:24 +01:00 |
|
Owen Mansel-Chan
|
7d65baccb2
|
Add FlowBarrierGuard to FlowBarrier.qll
|
2026-03-20 11:08:33 +00:00 |
|
Owen Mansel-Chan
|
f4550544ce
|
Shared: Add barrierElement in FlowSummaryImpl.qll
|
2026-03-20 11:06:32 +00:00 |
|
Óscar San José
|
2139b97628
|
Merge branch 'main' into post-release-prep/codeql-cli-2.25.0
|
2026-03-19 13:07:00 +01:00 |
|
Tom Hvitved
|
7fc1d53ede
|
Rust: Disambiguate types inferred from trait bounds
|
2026-03-19 12:57:22 +01:00 |
|
Tom Hvitved
|
98d8cd1d6d
|
Rust: Make getATypeParameterConstraint return a TypeMention again
|
2026-03-18 19:52:45 +01:00 |
|
Tom Hvitved
|
06f0c1189f
|
Shared: Generalize SatisfiesConstraint module
|
2026-03-18 19:52:41 +01:00 |
|
github-actions[bot]
|
e3dbf5b022
|
Post-release preparation for codeql-cli-2.25.0
|
2026-03-16 16:03:22 +00:00 |
|
github-actions[bot]
|
d6055754b6
|
Release preparation for version 2.25.0
|
2026-03-16 12:15:34 +00:00 |
|
Tom Hvitved
|
1b6f3a43ef
|
Rust: Unify type inference logic for associated functions
|
2026-03-12 10:31:35 +01:00 |
|
Anders Schack-Mulligen
|
efa797a21d
|
Update shared/controlflow/codeql/controlflow/ControlFlowGraph.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-10 11:22:15 +01:00 |
|
Anders Schack-Mulligen
|
77d4f5a2dc
|
Cfg: Update fallsThrough default.
|
2026-03-10 11:10:24 +01:00 |
|
Anders Schack-Mulligen
|
edf88b34da
|
Cfg: Move Case.getBodyElement to shared code.
|
2026-03-10 11:02:58 +01:00 |
|
Anders Schack-Mulligen
|
35ac66d3aa
|
Cfg: Move getCaseControlFlowOrder to shared code.
|
2026-03-10 10:39:32 +01:00 |
|
Óscar San José
|
3b9eba2afc
|
Merge branch 'main' of https://github.com/github/codeql into oscarsj/merge-back-rc-3.21
|
2026-03-06 16:20:36 +01:00 |
|
Anders Schack-Mulligen
|
3e7a966c0d
|
Merge pull request #21408 from aschackmull/guards/perf-tweak
Guards: Improve performance of forall in guardDeterminesPhiInput.
|
2026-03-05 12:42:06 +01:00 |
|
Owen Mansel-Chan
|
926725a87f
|
Merge pull request #21405 from owen-mc/java/consistent-inline-expectation-tests
Inline expectation tests should always have space before and after `$`
|
2026-03-05 11:27:37 +00:00 |
|
Anders Schack-Mulligen
|
37a8fc85eb
|
Guards: Use unique aggregate.
|
2026-03-05 11:20:24 +01:00 |
|
Tom Hvitved
|
b5bf1c578c
|
Merge pull request #21404 from hvitved/dataflow/no-enclosing-stack-flow-feature
Data flow: Add `FeatureEscapesSourceCallContext(OrEqualSourceSinkCallContext)` flow feature
|
2026-03-05 09:36:48 +01:00 |
|
Owen Mansel-Chan
|
501485b9f6
|
Update library to require space after $
We cannot easily require a space before $ because some languages, like
C#, strip whitespace from the beginning of the comment text.
|
2026-03-04 14:06:59 +00:00 |
|
Tom Hvitved
|
db491fc985
|
Address review comments
|
2026-03-04 14:53:01 +01:00 |
|
Anders Schack-Mulligen
|
ad5ab9f270
|
Gaurds: Improve perf of forall in guardDeterminesPhiInput.
|
2026-03-04 10:56:51 +01:00 |
|
Tom Hvitved
|
4474e252fe
|
Add change note
|
2026-03-04 10:44:26 +01:00 |
|
Tom Hvitved
|
189c16095d
|
Data flow: Add FeatureEscapesSourceCallContext(OrEqualSourceSinkCallContext) flow feature
|
2026-03-04 10:44:23 +01:00 |
|
Anders Schack-Mulligen
|
d9ea78bfb8
|
Cfg: Step directly from a failed case guard to the next case.
|
2026-03-03 13:42:13 +01:00 |
|
Anders Schack-Mulligen
|
f02abb3e93
|
Cfg: Handle ExprStmt and BlockStmt in defaultStep.
|
2026-03-03 13:34:27 +01:00 |
|
github-actions[bot]
|
e152f08468
|
Post-release preparation for codeql-cli-2.24.3
|
2026-03-02 22:51:27 +00:00 |
|
github-actions[bot]
|
7795badd18
|
Release preparation for version 2.24.3
|
2026-03-02 13:23:40 +00:00 |
|
Anders Schack-Mulligen
|
627654cff9
|
Cfg: A few more review tweaks.
|
2026-03-02 13:08:23 +01:00 |
|
Anders Schack-Mulligen
|
ab94524328
|
Cfg: Address review comments.
|
2026-02-27 16:35:25 +01:00 |
|
Anders Schack-Mulligen
|
94121f19ca
|
Guards: Improve join-order.
|
2026-02-23 15:10:03 +01:00 |
|
Anders Schack-Mulligen
|
1e9dcea88b
|
Java: Fix RangeAnalysis/ModulusAnalysis.
|
2026-02-23 15:09:51 +01:00 |
|
Anders Schack-Mulligen
|
48e3724299
|
Java/Cfg: Introduce new shared CFG library and replace the Java CFG.
|
2026-02-23 15:09:50 +01:00 |
|
Anders Schack-Mulligen
|
48d7d9cedb
|
Cfg: Add getEnclosingCallable to shared BasicBlock
|
2026-02-23 15:09:49 +01:00 |
|
Anders Schack-Mulligen
|
723a896b99
|
Cfg: Add ConditionKind and getDual to ConditionalSuccessor.
|
2026-02-23 15:09:48 +01:00 |
|
Paolo Tranquilli
|
dfe451128e
|
Merge branch 'main' into redsun82/bazel-9
|
2026-02-19 11:05:32 +01:00 |
|
github-actions[bot]
|
b5898c5a30
|
Post-release preparation for codeql-cli-2.24.2
|
2026-02-16 17:07:45 +00:00 |
|
github-actions[bot]
|
ef04f927fb
|
Release preparation for version 2.24.2
|
2026-02-16 13:29:25 +00:00 |
|
Paolo Tranquilli
|
05a50ad21a
|
Merge branch 'main' into redsun82/bazel-9
|
2026-02-16 09:31:50 +01:00 |
|
Philip Ginsbach-Chen
|
9ed22610a3
|
Merge pull request #21306 from github/ginsbach/avoid-nontrivially-shadowing-toString
Avoid non-trivially shadowing `string.toString()`
|
2026-02-11 11:03:07 +00:00 |
|