Tom Hvitved
|
5444a5bf8a
|
Rust: Extend while and for CFG tests
|
2024-10-01 20:59:13 +02:00 |
|
Geoffrey White
|
3a54c10f36
|
Rust: For now exclude top-level AST elements from LOC counts. This is not ideal.
|
2024-10-01 17:35:30 +01:00 |
|
Geoffrey White
|
74826032ef
|
Merge branch 'main' into loc2 and accept new test results.
|
2024-10-01 16:10:39 +01:00 |
|
Tom Hvitved
|
91e26d0f44
|
Rust: Add another variable test
|
2024-10-01 13:45:58 +02:00 |
|
Tom Hvitved
|
a172063e6a
|
Rust: Document VariableOrAccessCand
|
2024-10-01 13:38:18 +02:00 |
|
Tom Hvitved
|
b0efffd8f0
|
Rust: AST support for variables
|
2024-10-01 10:10:08 +02:00 |
|
Tom Hvitved
|
a282efc43e
|
Rust: Add inline test expectations library
|
2024-10-01 09:50:05 +02:00 |
|
Tom Hvitved
|
1d6626c821
|
Rust: Implement IdentPat.toString()
|
2024-10-01 08:42:26 +02:00 |
|
Tom Hvitved
|
938e962d79
|
Merge remote-tracking branch 'upstream/main' into aibaars/rust-comments
|
2024-09-30 16:42:22 +02:00 |
|
Tom Hvitved
|
2018b6361d
|
Rust: Accept CFG inconsistencies
|
2024-09-30 15:45:15 +02:00 |
|
Arthur Baars
|
d3c50727ed
|
Rust: exclude Comment nodes from lines of code counts
|
2024-09-30 15:39:00 +02:00 |
|
Arthur Baars
|
45d3d381f5
|
Rust: test cases for comments
|
2024-09-30 15:38:59 +02:00 |
|
Arthur Baars
|
fd459be165
|
Rust: add Comment to schema
|
2024-09-30 15:38:54 +02:00 |
|
Tom Hvitved
|
3a210b77f9
|
Merge pull request #17626 from hvitved/rust/more-cfg-tests
|
2024-09-30 15:37:55 +02:00 |
|
Tom Hvitved
|
2e7e26b638
|
Rust: Add more CFG tests
|
2024-09-30 15:15:14 +02:00 |
|
Tom Hvitved
|
5ae669937c
|
Rust: Add labelled block example
|
2024-09-30 14:47:13 +02:00 |
|
Tom Hvitved
|
3e77dd8b6b
|
Rust: Fix extraction errors
|
2024-09-30 10:36:56 +02:00 |
|
Tom Hvitved
|
bafef791f7
|
Rust: Add extraction error consistency query
|
2024-09-30 10:28:24 +02:00 |
|
Tom Hvitved
|
dc4160b24a
|
Rust: Prune CFG for impossible true/false edges
|
2024-09-27 13:37:29 +02:00 |
|
Tom Hvitved
|
bf58bdd2bd
|
Rust: Update CFG tests
|
2024-09-27 13:35:14 +02:00 |
|
Tom Hvitved
|
431b33a274
|
Rust: Implement LiteralExpr::toString()
|
2024-09-27 13:33:25 +02:00 |
|
Arthur Baars
|
7c6239b077
|
Merge branch 'main' into unreachable
|
2024-09-27 12:15:49 +02:00 |
|
Tom Hvitved
|
7c473c38c0
|
Merge pull request #17585 from hvitved/shared/cfg-scope-no-first-consistency
Shared: Add CFG consistency check for scopes with missing entry points
|
2024-09-26 14:05:08 +02:00 |
|
Geoffrey White
|
caca4950e6
|
Rust: Revert the change to FileSystem.qll.
|
2024-09-26 11:10:32 +01:00 |
|
Geoffrey White
|
7b3960844d
|
Merge pull request #17589 from geoffw0/missing2
Rust: Repair rust/diagnostics/unextracted-elements
|
2024-09-26 11:03:03 +01:00 |
|
Tom Hvitved
|
24f39ccae2
|
Rust: Weaken scopeNoFirst check
|
2024-09-26 11:09:52 +02:00 |
|
Geoffrey White
|
f8ce11b3a7
|
Rust: Improve File.getNumberOfLinesOfCode().
|
2024-09-25 16:42:29 +01:00 |
|
Geoffrey White
|
7da2845cad
|
Rust: Uncomment two lines from the test that should now behave deterministically.
|
2024-09-25 16:42:28 +01:00 |
|
Geoffrey White
|
bc83106dd8
|
Rust: Repair rust/diagnostics/unextracted-elements.
|
2024-09-25 16:11:31 +01:00 |
|
Geoffrey White
|
8f1c1a8399
|
Revert "Rust: remove queries that no longer work"
This reverts commit e19bca0de8.
|
2024-09-25 15:33:21 +01:00 |
|
Tom Hvitved
|
90869ec96a
|
Merge pull request #17558 from hvitved/rust/cfg-consistency-queries
Rust: Enable CFG consistency checks
|
2024-09-25 15:14:44 +02:00 |
|
Arthur Baars
|
f57dd0a596
|
Merge pull request #17552 from github/aibaars/diagnostics
Rust: extract parse errors as diagnostics
|
2024-09-25 13:15:24 +02:00 |
|
Tom Hvitved
|
cbc2389493
|
Rust: Accept CFG inconsistencies
|
2024-09-25 10:56:46 +02:00 |
|
Tom Hvitved
|
3bd5c6e445
|
Rust: Implement {BinaryExpr,PrefixExpr}.toString()
|
2024-09-25 10:55:15 +02:00 |
|
Arthur Baars
|
5714811071
|
Rust: fix panic when the last character in a range is multi-byte
|
2024-09-24 19:26:02 +02:00 |
|
Arthur Baars
|
c596205416
|
Rust: add some more diagnostics queries
|
2024-09-24 17:34:29 +02:00 |
|
Tom Hvitved
|
5f3663018e
|
Rust: Remove spurious CFG edges in match expressions
|
2024-09-24 13:09:33 +02:00 |
|
Tom Hvitved
|
6ae03e67e6
|
Rust: Add case for ParenExpr in CFG
|
2024-09-24 11:20:57 +02:00 |
|
Arthur Baars
|
69a172c7ba
|
Rust: accept trivial expected output
|
2024-09-20 15:51:06 +02:00 |
|
Arthur Baars
|
db06ad2ac3
|
Rust: codegen
|
2024-09-20 15:51:03 +02:00 |
|
Arthur Baars
|
e6e0e6eb66
|
Rust: accept expected output
|
2024-09-20 15:51:01 +02:00 |
|
Arthur Baars
|
a9423f4bdb
|
Rust: codegen
|
2024-09-20 15:50:59 +02:00 |
|
Geoffrey White
|
3e0d30f13a
|
Rust: Merge of unusedvar and unreachable work.
|
2024-09-20 12:58:38 +01:00 |
|
Geoffrey White
|
58b9355c69
|
Merge branch 'main' into unreachable
|
2024-09-20 12:53:49 +01:00 |
|
Geoffrey White
|
d7aa5f1022
|
Merge pull request #17497 from geoffw0/unusedvar
Rust: Placeholder queries for unused variable, unused value
|
2024-09-20 12:52:33 +01:00 |
|
Geoffrey White
|
1eaa998648
|
Rust: Implement unreachable code query.
|
2024-09-19 17:44:15 +01:00 |
|
Geoffrey White
|
35378aa714
|
Rust: Add placeholder query + test for unreachable code query.
|
2024-09-19 17:34:41 +01:00 |
|
Tom Hvitved
|
16813240ae
|
Shared: Do not use @kind graph for CFG test output
|
2024-09-19 18:13:31 +02:00 |
|
Simon Friis Vindum
|
19697b9a77
|
Merge branch 'main' into rust-improve-cfg
|
2024-09-19 15:53:41 +02:00 |
|
Simon Friis Vindum
|
db9f5fdf81
|
Rust: Handle nested if expressions, address review comments
|
2024-09-19 15:10:37 +02:00 |
|