Commit Graph

88599 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
545d87a178 C++: Add POSIX equivalence-class tests (pre-fix) 2026-07-23 10:22:51 +00:00
copilot-swe-agent[bot]
afde8d9fc5 C++: Implement POSIX collating symbols 2026-07-23 10:22:15 +00:00
copilot-swe-agent[bot]
ea561e2994 C++: Add POSIX collating-symbol tests (pre-fix) 2026-07-23 10:19:40 +00:00
copilot-swe-agent[bot]
53a5473101 C++: Implement \0 NUL escape 2026-07-23 10:19:10 +00:00
copilot-swe-agent[bot]
c49213f66c C++: Add NUL-escape tests (pre-fix) 2026-07-23 10:18:01 +00:00
copilot-swe-agent[bot]
31ae5fe021 C++: Implement \cX control escapes 2026-07-23 10:17:31 +00:00
copilot-swe-agent[bot]
cc45b0794b C++: Add control-escape tests (pre-fix) 2026-07-23 10:16:18 +00:00
copilot-swe-agent[bot]
8e6b168730 C++: Remove lookbehind assertions 2026-07-23 10:15:43 +00:00
copilot-swe-agent[bot]
0323da39c9 C++: Remove named backreferences 2026-07-23 10:13:23 +00:00
copilot-swe-agent[bot]
908764e603 C++: Remove named capture groups 2026-07-23 10:12:01 +00:00
copilot-swe-agent[bot]
dda4b00922 C++: Remove single-quote named capture groups 2026-07-23 10:10:15 +00:00
copilot-swe-agent[bot]
d3b51dd3a3 C++: Remove Ruby-style (?#...) comment groups 2026-07-23 10:09:02 +00:00
copilot-swe-agent[bot]
1a0b4cd646 C++: Remove Ruby-style \p and \P named character properties 2026-07-23 10:07:51 +00:00
copilot-swe-agent[bot]
72bc7170ff C++: Remove Ruby-only \h and \H character class escapes 2026-07-23 10:06:02 +00:00
copilot-swe-agent[bot]
f75d66dc91 C++: Remove Ruby-only \A/\Z/\z/\G anchors from regex grammar 2026-07-23 10:04:43 +00:00
copilot-swe-agent[bot]
3444d2ef87 C++: Fix regex term location offsets for all string literal spellings 2026-07-23 10:02:55 +00:00
copilot-swe-agent[bot]
7b2ce2484f C++: Add location tests for all literal prefixes (pre-fix) 2026-07-23 10:01:18 +00:00
Jeroen Ketema
b91b83381b C++: Make regex test work
Note that we are currently still implementing what Ruby thinks a regex is.
This is not correct as C++ by default uses a variant of ECMAScript regexes.
We will address this in the follow-up commits.
2026-07-23 09:58:57 +00:00
Jeroen Ketema
e672fbb849 C++: Make regex library compile 2026-07-23 09:58:54 +00:00
copilot-swe-agent[bot]
07449054cc C++: Copy Ruby regex library and tests verbatim 2026-07-23 09:58:50 +00:00
copilot-swe-agent[bot]
fd28416b0c Initial plan 2026-07-23 09:55:13 +00:00
Jeroen Ketema
5690ec71b0 Merge pull request #22111 from jketema/jketema/swift-more-autobuild
Swift: Turn off caching and integrated driver in autobuild
2026-07-20 13:54:46 +02:00
Jeroen Ketema
14450f5bf3 Merge pull request #22211 from jketema/jketema/qldoc
Shared: Add missing QLdoc
2026-07-17 19:13:52 +02:00
Jeroen Ketema
a3eee6204b Shared: Add missing QLdoc 2026-07-17 17:22:11 +02:00
Óscar San José
87835f7f3d Merge pull request #22207 from github/codeql-spark-run-29493713448
Update changelog documentation site for codeql-cli-2.26.1
2026-07-17 12:10:28 +02:00
github-actions[bot]
e9e360ae44 update codeql documentation 2026-07-16 11:18:13 +00:00
Michael Nebel
2eb0158b09 Merge pull request #22193 from michaelnebel/csharp/diableuselessassignment
C#: Remove the query `cs/useless-assignment-to-local` from the `code-quality` suite.
2026-07-16 08:07:29 +02:00
Jeroen Ketema
64df10409a Merge pull request #22191 from jketema/jketema/swift-6.3.3
Swift: Update to Swift 6.3.3
2026-07-15 14:09:47 +02:00
Jeroen Ketema
a701922dbd Swift: Update to Swift 6.3.3 2026-07-15 13:28:15 +02:00
Jeroen Ketema
303f81ee14 Merge pull request #22194 from github/jketema/kotlin-2.4.10
Kotlin: Support Kotlin 2.4.10
2026-07-15 11:46:21 +02:00
Michael Nebel
2c161e6b8f Merge pull request #22180 from michaelnebel/csharp/rawurl
C#: Remove the RawUrl sanitizer.
2026-07-15 11:38:28 +02:00
Jeroen Ketema
574ef4d1ac Kotlin: Support Kotlin 2.4.10 2026-07-15 10:17:58 +02:00
Michael Nebel
cb3f8a8394 C#: Add change-note. 2026-07-15 09:16:01 +02:00
Michael Nebel
2395053ed6 C#: Update integration test expected output. 2026-07-15 09:12:52 +02:00
Michael Nebel
b15c243eca C#: Exclude cs/useless-assignment-to-local from the code-quality suite. 2026-07-15 09:12:49 +02:00
Owen Mansel-Chan
05734dcc38 Merge pull request #22175 from owen-mc/java/fix-path-sanitizer
Java: Fix `File.getName()` path sanitizer
2026-07-14 13:12:56 +01:00
Jeroen Ketema
8b477059fe Merge pull request #22178 from jketema/jketema/go-recv
Go: Track whether a type parameter type was declared as part of a receiver
2026-07-14 10:49:52 +02:00
Jeroen Ketema
09da46d8bd Go: Address review comments 2026-07-14 10:23:43 +02:00
Owen Mansel-Chan
2d0095826b Address review comment 2026-07-13 19:40:31 +01:00
Michael Nebel
42843f155e Merge pull request #22159 from aschackmull/java/join-order-effnonvirt
Java: Improve join order.
2026-07-13 16:45:54 +02:00
Jeroen Ketema
2656b5d87d Merge pull request #22179 from jketema/jketema.new-free
C++: Update the CWE tag of `cpp/new-free-mismatch`
2026-07-13 16:25:58 +02:00
Michael Nebel
ae06b778e5 C#: Add change-note. 2026-07-13 15:29:18 +02:00
Michael Nebel
03e44f548f C#: Update test and expected output. 2026-07-13 15:19:04 +02:00
Michael Nebel
a8885aeebd C#: Remove the HttpRequest.RawUrl barrier model. 2026-07-13 15:18:38 +02:00
Jeroen Ketema
b3c16b48c2 Merge pull request #21516 from github/dependabot/bazel/nlohmann_json-3.12.0.bcr.1
Bump nlohmann_json from 3.11.3 to 3.12.0.bcr.1
2026-07-13 14:25:20 +02:00
Jeroen Ketema
5caa29a465 Merge branch 'main' into dependabot/bazel/nlohmann_json-3.12.0.bcr.1 2026-07-13 13:40:25 +02:00
Jeroen Ketema
e0f0987b81 Go: Make isFromReceiver and actual predicate 2026-07-13 13:24:23 +02:00
Jeroen Ketema
fe0d1af079 Merge pull request #22177 from github/workflow/go-version-update
Go: Update to 1.26.5
2026-07-13 13:21:01 +02:00
Jeroen Ketema
9efcc49af7 C++: Update the CWE tag of cpp/new-free-mismatch 2026-07-13 13:06:15 +02:00
Jeroen Ketema
9c1f5c9be2 Go: Fix dowgrade script formatting 2026-07-13 12:47:17 +02:00