Tom Hvitved
9f9857b547
QL4QL: Add query suggestion use of inline test expectations
2025-02-13 16:26:11 +01:00
Tom Hvitved
bd9eb7d564
Merge pull request #18770 from hvitved/shared/windows-drive-letter-trap-id
...
Rust extractors: Normalize drive letter paths with a trailing `/`
2025-02-13 16:24:11 +01:00
Tom Hvitved
1cfc8f6abc
Merge pull request #18769 from hvitved/rust/mad-field-token
...
Rust: Use `Field` MaD token instead of `Variant`, `Struct`, `Tuple`
2025-02-13 16:23:52 +01:00
Michael Nebel
50584c8e82
Merge pull request #18764 from michaelnebel/csharp/updatedocumentation
...
C#: Update the documentation on supported C# language versions and fr…
2025-02-13 15:56:55 +01:00
Tom Hvitved
02fd23e53a
Rust extractors: Normalize drive letter paths with a trailing /
2025-02-13 14:02:39 +01:00
Tom Hvitved
e9c25037d4
Rust: Use Field MaD token instead of Variant, Struct, Tuple
2025-02-13 13:32:08 +01:00
Owen Mansel-Chan
dd102c4cea
Merge pull request #18645 from fabienpe/main
...
Added missing "GOOD" and "BAD" to some examples
2025-02-13 10:37:39 +00:00
Owen Mansel-Chan
c537246310
Merge pull request #18761 from github/workflow/coverage/update
...
Update CSV framework coverage reports
2025-02-13 09:46:27 +00:00
Michael Nebel
eea295a3e6
C#: Add change-note.
2025-02-13 10:38:06 +01:00
Tom Hvitved
b2ad98ae97
Merge pull request #18755 from hvitved/rust/type-param-to-string
...
Rust: Implement `TypeParam.to(Abbreviated)String`
2025-02-13 09:59:54 +01:00
Michael Nebel
cb91fbf06e
C#: Update the documentation on supported C# language versions and frameworks.
2025-02-13 09:54:31 +01:00
github-actions[bot]
958c7d6ab6
Add changed framework coverage reports
2025-02-13 00:20:55 +00:00
Paolo Tranquilli
98c755d484
Merge pull request #18759 from github/redsun82/rust-avoid-linecol-panic
...
Rust: avoid panic from `line_index` crate
2025-02-12 18:46:44 +01:00
Geoffrey White
e07b25c6d4
Merge pull request #18577 from GeekMasher/rust-rusqlite
...
Rust: Add initial RuSQLite support
2025-02-12 17:14:15 +00:00
Paolo Tranquilli
234d63bb97
Rust: avoid panic from line_index crate
...
We found out we can stumble upon a `line_index.line_col` panic,
specifically when reporting a macro parse error.
This replaces `line_col` with safer `try_line_col`, and deals more
gracefully with the error.
2025-02-12 16:52:36 +01:00
Geoffrey White
aa43d50837
Merge pull request #18671 from geoffw0/http
...
Rust: Model some sources for HTTP
2025-02-12 14:26:30 +00:00
Geoffrey White
d0e0a7b0d0
Merge branch 'main' into http
2025-02-12 12:56:29 +00:00
Tom Hvitved
498828e91a
Rust: Implement TypeParam.to(Abbreviated)String
2025-02-12 13:23:51 +01:00
Simon Friis Vindum
9054f1612b
Merge pull request #18753 from geoffw0/fix
...
Rust: Fix Windows integration test.
2025-02-12 12:38:09 +01:00
Owen Mansel-Chan
19fcf3c554
Merge pull request #18454 from owen-mc/go/mad/encoding-and-weak
...
Go: Add models for standard library updates in Go 1.24
2025-02-12 11:25:13 +00:00
Owen Mansel-Chan
dbad4df2ff
Update change note
...
Co-authored-by: Michael B. Gale <mbg@github.com >
2025-02-12 11:15:27 +00:00
Geoffrey White
bc1805c635
Rust: .yaml -> .yml
2025-02-12 10:48:49 +00:00
Owen Mansel-Chan
27622726fa
Pretty-print models in a test
2025-02-12 10:40:28 +00:00
Geoffrey White
cfcc6c8a50
Rust: Rename model file.
2025-02-12 10:16:57 +00:00
Owen Mansel-Chan
01ea4bd114
Add change note
2025-02-12 10:05:36 +00:00
Owen Mansel-Chan
eac77036b5
Update go version required for stdlib tests
2025-02-12 10:05:36 +00:00
Owen Mansel-Chan
79232da9d4
Add models for weak package, added in Go 1.24
2025-02-12 10:05:36 +00:00
Owen Mansel-Chan
2806e07760
Model additions to encoding in Go 1.24
...
Add models for `BinaryAppender` and `TextAppender`.
2025-02-12 10:05:36 +00:00
Michael B. Gale
a21dfc9a3b
Merge pull request #18306 from github/go/1.24
...
Go: Support 1.24
2025-02-12 09:59:00 +00:00
Geoffrey White
333b183f43
Merge branch 'main' into http
2025-02-12 09:40:12 +00:00
Asger F
654c6bfec7
Merge pull request #18735 from asgerf/inline-test-non-location
...
Test: Support arbitrary locations in inline test post-processor
2025-02-12 10:30:50 +01:00
Michael Nebel
bf1a9afdd3
Merge pull request #18694 from microsoft/csharp-update-MaD-upstream
...
C#: update MaD for HttpRequestMessage and UriBuilder
2025-02-12 09:32:53 +01:00
Simon Friis Vindum
b24386fb58
Merge pull request #18743 from paldepind/rust-add-generated-option-model
...
Rust: Add generated flow summaries for `Option`
2025-02-12 08:51:03 +01:00
Michael Nebel
57a7cb4b4f
Merge pull request #18747 from github/workflow/coverage/update
...
Update CSV framework coverage reports
2025-02-12 08:47:53 +01:00
Simon Friis Vindum
94f0710350
Merge pull request #18741 from paldepind/rust-identity-pattern-to-string
...
Rust: Tweak `toString` on identity pattern
2025-02-12 08:47:15 +01:00
Simon Friis Vindum
655449be81
Rust: Add auto generated flow summaries for Option
2025-02-12 08:38:47 +01:00
github-actions[bot]
b04d05bd21
Add changed framework coverage reports
2025-02-12 00:20:39 +00:00
Owen Mansel-Chan
7c83b0e213
Move comment and clarify
2025-02-11 22:09:19 +00:00
Owen Mansel-Chan
1e74b7af75
Update to 1.24.0
2025-02-11 22:09:13 +00:00
Owen Mansel-Chan
228983ff0c
Update to rc3
2025-02-11 22:04:26 +00:00
Owen Mansel-Chan
8c3aa9383f
Update test expectations for rc2
2025-02-11 22:04:23 +00:00
Owen Mansel-Chan
b328d15742
Update to rc2
2025-02-11 22:04:21 +00:00
Owen Mansel-Chan
cc459cd80e
Update toolchain version regex
...
Allow release candidate versions.
2025-02-11 22:04:19 +00:00
Owen Mansel-Chan
b8cad66287
Update test results
2025-02-11 22:04:17 +00:00
Owen Mansel-Chan
d97cda7582
Add test for aliases with type params, added in go 1.24
2025-02-11 22:04:14 +00:00
Owen Mansel-Chan
e3d6480c22
Add go.mod to Types tests
2025-02-11 22:04:12 +00:00
Owen Mansel-Chan
b8297924eb
Revert some test expectations changes
2025-02-11 22:04:10 +00:00
Michael B. Gale
e93c4228ea
Go: Update test expectations for Go 1.24
2025-02-11 22:04:07 +00:00
Michael B. Gale
f6b460bace
Go: Set maxGoVersion to 1.24
2025-02-11 22:04:06 +00:00
Michael B. Gale
7623e2bcd6
Go: Bump extractor to go1.24rc1
2025-02-11 22:04:04 +00:00