Geoffrey White
|
81132beec0
|
Rust: Split off sources/stdin test.
|
2025-10-22 09:00:18 +01:00 |
|
Geoffrey White
|
0cc9331abf
|
Rust: Split off sources/file test.
|
2025-10-22 08:59:50 +01:00 |
|
Geoffrey White
|
a631130030
|
Rust: Split off sources/env test.
|
2025-10-22 08:58:59 +01:00 |
|
Geoffrey White
|
edabfa73bf
|
Rust: Delete a no-longer-used test file.
|
2025-10-21 15:30:32 +01:00 |
|
Geoffrey White
|
e4e7b1c528
|
Merge branch 'main' into mysql2
|
2025-10-20 14:06:48 +01:00 |
|
Geoffrey White
|
5d95fad467
|
Rust: Changes suggested by Copilot (with effect on tests).
|
2025-10-16 14:59:06 +01:00 |
|
Geoffrey White
|
397563dd0e
|
Rust: Accept consistency check .expected changes.
|
2025-10-16 13:54:11 +01:00 |
|
Geoffrey White
|
8f7d3798ad
|
Rust: Allow rows to be direct sources of taint as well.
|
2025-10-16 12:14:50 +01:00 |
|
Geoffrey White
|
f310d535ae
|
Rust: Add models.
|
2025-10-16 12:07:54 +01:00 |
|
Geoffrey White
|
08ca643cd3
|
Rust: Test sources for mysql and mysql_async.
|
2025-10-16 11:55:24 +01:00 |
|
Geoffrey White
|
c56de30248
|
Rust: Fix merge conflict in .expected file.
|
2025-10-16 11:16:54 +01:00 |
|
Geoffrey White
|
217508e2c2
|
Merge branch 'main' into gen1
|
2025-10-16 09:35:29 +01:00 |
|
Geoffrey White
|
612e95b7a4
|
Rust: More deduplication.
|
2025-10-15 20:31:46 +01:00 |
|
Geoffrey White
|
483ab5929a
|
Rust: Combine and expand some of the models.
|
2025-10-15 20:31:43 +01:00 |
|
Geoffrey White
|
ea6c7cfba0
|
Rust: Generalize stdlib 'a as b' models.
|
2025-10-15 19:08:05 +01:00 |
|
Simon Friis Vindum
|
d9c76f258e
|
Rust: Add suggested model for into_inner for tuples
|
2025-10-13 16:22:03 +02:00 |
|
Simon Friis Vindum
|
9e2ee04879
|
Merge branch 'main' into rust/model-actix-web
|
2025-10-13 16:04:12 +02:00 |
|
Paolo Tranquilli
|
122b7ebba8
|
Rust: accept test changes
|
2025-10-07 14:49:08 +02:00 |
|
Tom Hvitved
|
701cff3ca4
|
Rust: Macro call resolution
|
2025-09-30 16:21:02 +02:00 |
|
Simon Friis Vindum
|
6b7d5d2902
|
Rust: Add models for actix-web
|
2025-09-29 09:14:03 +02:00 |
|
Simon Friis Vindum
|
265e8b3623
|
Shared: Pass SummaryComponentStack to isSource and getSourceType
|
2025-09-22 14:18:54 +02:00 |
|
Tom Hvitved
|
8d5d219c0f
|
Rust: Update expected test output
|
2025-09-21 15:36:22 +02:00 |
|
Tom Hvitved
|
f6bdfba3b3
|
Rust: Path resolution improvements
|
2025-09-19 09:43:22 +02:00 |
|
Tom Hvitved
|
51a33c279d
|
Merge pull request #20460 from hvitved/rust/source-inline-flow-path-problem
|
2025-09-18 09:27:06 +02:00 |
|
Tom Hvitved
|
aba2cb487e
|
Rust: Convert data flow test to @kind path-problem
|
2025-09-17 20:52:17 +02:00 |
|
Simon Friis Vindum
|
c1ebe920a1
|
Rust: Update expected file
|
2025-09-17 10:38:00 +02:00 |
|
Simon Friis Vindum
|
e80c192cf2
|
Rust: Use async closure instead of async block
|
2025-09-17 10:01:51 +02:00 |
|
Simon Friis Vindum
|
1af6b37fc4
|
Rust: Add models for Warp
|
2025-09-17 09:18:39 +02:00 |
|
Simon Friis Vindum
|
bfe934118d
|
Rust: Add web framework tests for Warp
|
2025-09-17 09:18:37 +02:00 |
|
Simon Friis Vindum
|
12dcd751d3
|
Rust: Accept test changes
|
2025-09-12 15:34:09 +02:00 |
|
Simon Friis Vindum
|
322ef4d985
|
Rust: Account for trait visibility when resolving paths and methods
|
2025-09-02 09:01:17 +02:00 |
|
Geoffrey White
|
4a4f782d86
|
Rust: Accept another consistency test change.
|
2025-08-22 16:57:51 +01:00 |
|
Geoffrey White
|
08cb038086
|
Rust: Accept changes to other tests.
|
2025-08-22 16:17:50 +01:00 |
|
Geoffrey White
|
8b04bc0ceb
|
Rust: Model std::fs::OpenOptions and similar.
|
2025-08-22 09:58:07 +01:00 |
|
Geoffrey White
|
1d2ac33bb6
|
Rust: Model async-std::fs.
|
2025-08-22 09:58:00 +01:00 |
|
Geoffrey White
|
49b4adcc99
|
Rust: Add more tests for DirEntry, PathBuf, OsString.
|
2025-08-22 09:57:59 +01:00 |
|
Geoffrey White
|
bc226e2117
|
Rust: Add more general test cases for async_std::fs and tokio::fs.
|
2025-08-21 16:47:10 +01:00 |
|
Geoffrey White
|
5da296d77f
|
Rust: Add tests for std::fs::OpenOptions and similar.
|
2025-08-21 16:47:08 +01:00 |
|
Tom Hvitved
|
f1bff93bc5
|
Merge pull request #20203 from hvitved/rust/if-let-chain-test
Rust: Handle chained `let` expressions
|
2025-08-14 19:51:43 +02:00 |
|
Tom Hvitved
|
51fb2157ef
|
Rust: Remove references to getResolvedPath and getExtendedCanonicalPath
|
2025-08-14 11:31:42 +02:00 |
|
Tom Hvitved
|
f63e55c1fd
|
Rust: Handle chained let expressions
|
2025-08-14 10:36:43 +02:00 |
|
Simon Friis Vindum
|
3ba285c298
|
Rust: Implement certain type information for annotation and simple calls
|
2025-08-04 14:06:38 +02:00 |
|
Geoffrey White
|
be7db8079a
|
Rust: Accept consistency check change (from CI).
|
2025-07-14 10:59:03 +01:00 |
|
Geoffrey White
|
05e1cd437d
|
Rust: Fix garbled merge.
|
2025-07-11 17:50:24 +01:00 |
|
Geoffrey White
|
e20ae48699
|
Merge branch 'main' into models3b
|
2025-07-11 17:37:52 +01:00 |
|
Tom Hvitved
|
4ab2977358
|
Rust: Type inference for pattern matching
|
2025-07-11 10:37:40 +02:00 |
|
Tom Hvitved
|
1e9520c737
|
Merge pull request #19995 from hvitved/rust/disambiguate-assoc-function-calls
Rust: Disambiguate associated function calls
|
2025-07-10 19:38:06 +02:00 |
|
Geoffrey White
|
6de5a618f3
|
Rust: Accept consistency changes as well.
|
2025-07-10 18:03:12 +01:00 |
|
Geoffrey White
|
75078346c0
|
Rust: Accept .expected changes (mostly renumberings).
|
2025-07-10 17:05:12 +01:00 |
|
Geoffrey White
|
7ba18fa5d0
|
Merge branch 'main' into models3b
|
2025-07-10 14:53:09 +01:00 |
|