Paolo Tranquilli
|
eb3b717b2f
|
Rust: accept test changes for now
|
2025-06-23 10:50:10 +02:00 |
|
Tom Hvitved
|
1bbb3fde96
|
Rust: Take nested functions into account when resolving variables
|
2025-01-15 09:44:53 +01:00 |
|
Tom Hvitved
|
fe216aefc7
|
Rust: Add tests for nested functions
|
2025-01-15 09:43:43 +01:00 |
|
Tom Hvitved
|
33e6d6392c
|
Rust: Avoid location-based variable analysis
|
2025-01-13 11:08:00 +01:00 |
|
Tom Hvitved
|
d03b284a0a
|
Rust: Add more variable tests
|
2025-01-13 10:46:54 +01:00 |
|
Tom Hvitved
|
7376449d38
|
Rust: Rename variables.rs to main.rs
|
2025-01-13 10:46:53 +01:00 |
|
Simon Friis Vindum
|
a28ddd642c
|
Rust: Add variables example with let statement in macro
|
2024-12-19 13:12:45 +01:00 |
|
Simon Friis Vindum
|
9b34615a64
|
Rust: Update test assertions to match results
|
2024-12-06 19:05:53 +01:00 |
|
Simon Friis Vindum
|
ed68423d6e
|
Rust: Handle captured self parameter in variable implementation
|
2024-12-06 14:12:27 +01:00 |
|
Simon Friis Vindum
|
43dd3ebf14
|
Rust: Add variables test with captured self parameter
|
2024-12-06 14:07:42 +01:00 |
|
Simon Friis Vindum
|
c62b7d139f
|
Merge branch 'main' into rust-df-array
|
2024-12-04 13:55:26 +01:00 |
|
Jeroen Ketema
|
e89f37df1a
|
Rust: Update expected test results
|
2024-12-03 19:18:52 +01:00 |
|
Simon Friis Vindum
|
cac4514eae
|
Rust: Add basic data flow through arrays
|
2024-12-03 14:15:54 +01:00 |
|
Simon Friis Vindum
|
3346b64e96
|
Rust: Add variables and data flow array tests
|
2024-12-03 14:14:41 +01:00 |
|
Simon Friis Vindum
|
44b1ad52d9
|
Rust: Support self parameters in variable and SSA library
|
2024-11-26 09:02:13 +01:00 |
|
Simon Friis Vindum
|
d06b5833cf
|
Rust: Add an additional variables test with a self parameter
|
2024-11-25 16:08:26 +01:00 |
|
Paolo Tranquilli
|
6a6154913b
|
Merge branch 'main' into redsun82/rust-str
|
2024-11-21 11:50:38 +01:00 |
|
Paolo Tranquilli
|
fd45e11f4b
|
Rust: accept test changes
|
2024-11-20 16:49:20 +01:00 |
|
Paolo Tranquilli
|
57973df795
|
Rust: make CallExpr.toString use call identifier if present
|
2024-11-20 10:00:10 +01:00 |
|
Simon Friis Vindum
|
63d84edfae
|
Rust: Fix minor issues from PR feedback
|
2024-11-12 08:37:56 +01:00 |
|
Simon Friis Vindum
|
a5e13ee71b
|
Rust: Handle async blocks in SSA analysis
|
2024-11-10 11:59:37 +01:00 |
|
Simon Friis Vindum
|
74a6d9812d
|
Rust: Add SSA test for async blocks
|
2024-11-10 11:33:03 +01:00 |
|
Simon Friis Vindum
|
a1db359ba1
|
Rust: Add variable tests involving borrowing and capture
|
2024-10-16 13:05:53 +02:00 |
|
Tom Hvitved
|
6290be2922
|
Rust: Initial SSA implementation
|
2024-10-11 19:39:28 +02:00 |
|
Tom Hvitved
|
b0ea175021
|
Rust: Add more variables tests
|
2024-10-11 19:36:04 +02:00 |
|
Arthur Baars
|
796da126b8
|
Rust: update expected output
|
2024-10-10 15:52:57 +02:00 |
|
Geoffrey White
|
25b3d76f71
|
Merge pull request #17718 from geoffw0/unusedvar4
Rust: Restrict variables to lowercase (for now).
|
2024-10-10 08:22:52 +01:00 |
|
Geoffrey White
|
5ac9c2db74
|
Rust: Accept variables test change.
|
2024-10-09 17:00:15 +01:00 |
|
Tom Hvitved
|
5afd2d5bf0
|
Rust: Account for captured variables
|
2024-10-09 10:17:01 +02:00 |
|
Tom Hvitved
|
a3a0c2b269
|
Rust: Add more variable tests
|
2024-10-09 10:17:00 +02:00 |
|
Tom Hvitved
|
a9cf33ce18
|
Rust: &x is neither a read nor a write
|
2024-10-03 20:20:59 +02:00 |
|
Tom Hvitved
|
05f85497ed
|
Rust: Add &mut variable tests
|
2024-10-03 19:55:07 +02:00 |
|
Tom Hvitved
|
cd04500dd9
|
Rust: Account for variables bound in while let expressions
|
2024-10-03 14:05:24 +02:00 |
|
Tom Hvitved
|
fb9ec2423c
|
Rust: Implement UnusedVariable.ql
|
2024-10-02 11:22:32 +02:00 |
|
Tom Hvitved
|
91e26d0f44
|
Rust: Add another variable test
|
2024-10-01 13:45:58 +02:00 |
|
Tom Hvitved
|
b0efffd8f0
|
Rust: AST support for variables
|
2024-10-01 10:10:08 +02:00 |
|