Geoffrey White
|
e8b7ce43a5
|
Merge pull request #20270 from geoffw0/pathi
Rust: Improve FS models
|
2025-08-28 14:30:18 +01:00 |
|
Tom Hvitved
|
dcaf4a735b
|
Rust: Fallback crate resolution
|
2025-08-28 09:34:05 +02:00 |
|
Simon Friis Vindum
|
08f025f164
|
Rust: Infer range expressions certainly and support full ranges
|
2025-08-27 13:59:20 +02:00 |
|
Simon Friis Vindum
|
4c10f07d5f
|
Rust: Add type inference test with range full expression
|
2025-08-27 13:59:19 +02:00 |
|
Simon Friis Vindum
|
0ff4dbcea0
|
Rust: Fix type inference inconsistency
|
2025-08-27 13:59:16 +02:00 |
|
Simon Friis Vindum
|
1981668f3c
|
Rust: Add pattern match type inference test
|
2025-08-27 13:59:15 +02:00 |
|
Tom Hvitved
|
f232335618
|
Merge pull request #20291 from hvitved/rust/type-inference-more-certain-types
Rust: Add more cases to `inferCertainType`
|
2025-08-27 11:25:24 +02:00 |
|
Tom Hvitved
|
6453b71017
|
Rust: Add more cases to inferCertainType
|
2025-08-26 14:44:55 +02:00 |
|
Paolo Tranquilli
|
999920c968
|
Rust: accept test changes
|
2025-08-26 12:30:27 +02:00 |
|
Geoffrey White
|
4a4f782d86
|
Rust: Accept another consistency test change.
|
2025-08-22 16:57:51 +01:00 |
|
Geoffrey White
|
0e2bc7c95d
|
Merge remote-tracking branch 'upstream/main' into pathi
|
2025-08-22 16:57:41 +01:00 |
|
Geoffrey White
|
08cb038086
|
Rust: Accept changes to other tests.
|
2025-08-22 16:17:50 +01:00 |
|
Paolo Tranquilli
|
e05eca6680
|
Merge branch 'main' into redsun82/cargo-upgrade-2
|
2025-08-22 13:52:28 +02: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
|
714423d6b9
|
Rust: Adjust jump-to-def for paths with generic arguments
|
2025-08-19 10:22:32 +02:00 |
|
Tom Hvitved
|
0cd8c9009f
|
Rust: Add more jump-to-def tests
|
2025-08-19 10:20:59 +02:00 |
|
Paolo Tranquilli
|
3d2bd8fedb
|
Merge branch 'main' into redsun82/cargo-upgrade-2
|
2025-08-18 15:55:15 +02:00 |
|
Geoffrey White
|
4eea4431b5
|
Merge pull request #20222 from geoffw0/pathbuf
Rust: Add a type inference test case resembling PathBuf.canonicalize.
|
2025-08-18 11:06:41 +01:00 |
|
Paolo Tranquilli
|
71edc48c0e
|
Merge branch 'main' into redsun82/cargo-upgrade-2
|
2025-08-15 10:15:26 +02:00 |
|
Paolo Tranquilli
|
0924d795b4
|
Rust: accept test changes
|
2025-08-15 10:12:12 +02: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 |
|
Geoffrey White
|
1c186e2a59
|
Merge remote-tracking branch 'upstream/main' into pathbuf
|
2025-08-14 09:38:38 +01:00 |
|
Tom Hvitved
|
f63e55c1fd
|
Rust: Handle chained let expressions
|
2025-08-14 10:36:43 +02:00 |
|
Tom Hvitved
|
fd1d9401c0
|
Rust: Add tests for chained let expressions
|
2025-08-14 10:36:41 +02:00 |
|
Tom Hvitved
|
dc6e76a0d7
|
Merge pull request #20182 from hvitved/rust/type-inference-tuple-types-follow-up
Rust: Unify type inference for tuple indexing expressions
|
2025-08-13 13:32:53 +02:00 |
|
Geoffrey White
|
91eb4dad4e
|
Rust: Add a type inference test case resembling PathBuf.canonicalize.
|
2025-08-13 12:25:12 +01:00 |
|
Geoffrey White
|
17b468239b
|
Merge pull request #20208 from geoffw0/sqlmodels
Rust: Fill some gaps in our database models.
|
2025-08-13 08:54:23 +01:00 |
|
Tom Hvitved
|
454ab4db8c
|
Rust: Unify type inference for tuple indexing expressions
|
2025-08-12 10:32:23 +02:00 |
|
Tom Hvitved
|
b2343f94c1
|
Rust: Add another type inference test
|
2025-08-12 10:32:21 +02:00 |
|
Geoffrey White
|
af20d335c8
|
Rust: Accept consistency test changes.
|
2025-08-11 20:25:41 +01:00 |
|
Geoffrey White
|
398d2ac930
|
Rust: Fix a couple more gaps.
|
2025-08-11 19:24:54 +01:00 |
|
Geoffrey White
|
4bbffc56a8
|
Rust: Expand tokio-postgres sources.
|
2025-08-11 18:42:44 +01:00 |
|
Geoffrey White
|
5056ebf186
|
Rust: Fix typo in one of the models.
|
2025-08-11 18:05:42 +01:00 |
|
Geoffrey White
|
17741af88e
|
Rust: Fill out a few gaps in the models.
|
2025-08-11 17:45:51 +01:00 |
|
Geoffrey White
|
b31186451f
|
Rust: Test more variants of rusqlite usage.
|
2025-08-11 17:41:28 +01:00 |
|
Geoffrey White
|
31353e7efc
|
Rust: Test more variants of postgres usage.
|
2025-08-11 17:41:24 +01:00 |
|
Tom Hvitved
|
e172e74357
|
Rust: Remove comment from type inference test
|
2025-08-07 10:37:19 +02:00 |
|
Tom Hvitved
|
1be542ec56
|
Rust: Generalize certain type inference logic
|
2025-08-07 10:37:17 +02:00 |
|
Simon Friis Vindum
|
0cfb22ff3f
|
Rust: Add example with multiple where clause items for the same type parameter
|
2025-08-06 11:15:24 +02:00 |
|
Simon Friis Vindum
|
b302f3f98f
|
Rust: Improve handling of where clauses in type inference and path resolution
|
2025-08-06 11:08:18 +02:00 |
|
Simon Friis Vindum
|
766083290c
|
Rust: Add tests with where clause
|
2025-08-06 11:08:13 +02:00 |
|
Tom Hvitved
|
d201ce1705
|
Merge pull request #20155 from paldepind/rust/type-inference-certain
Rust: Add predicate for certain type information
|
2025-08-06 10:55:34 +02:00 |
|
Simon Friis Vindum
|
3ba285c298
|
Rust: Implement certain type information for annotation and simple calls
|
2025-08-04 14:06:38 +02:00 |
|
Simon Friis Vindum
|
c3349bbb04
|
Rust: Add type inference example with cycle blowup
|
2025-08-04 14:06:37 +02:00 |
|
Geoffrey White
|
2ec6dafd18
|
Rust: Add a type inference test case resembling missing call targets in SQLx.
|
2025-08-04 10:21:59 +01:00 |
|