Geoffrey White
|
a7dbe29448
|
Rust: Add parenthesis example to test.
|
2024-10-08 13:50:17 +01:00 |
|
Geoffrey White
|
7235ba8f91
|
Rust: Fix test compilation errors.
|
2024-10-08 13:38:33 +01:00 |
|
Geoffrey White
|
5d7a92cf13
|
Rust: Add example from discussion.
|
2024-10-08 12:00:53 +01:00 |
|
Geoffrey White
|
40096ebb62
|
Rust: More cleanup after merge.
|
2024-10-08 11:46:45 +01:00 |
|
Geoffrey White
|
9e3f4cd183
|
Rust: Accept test changes after merging main.
|
2024-10-08 11:43:31 +01:00 |
|
Geoffrey White
|
483370d5f4
|
Merge branch 'main' into unreachable
|
2024-10-08 11:40:03 +01:00 |
|
Geoffrey White
|
f084bb7bcf
|
Rust: A couple of interesting cases with short-circuiting.
|
2024-10-08 11:38:23 +01:00 |
|
Geoffrey White
|
2e772a80c4
|
Rust: Accept minor consistency .expected changes.
|
2024-10-03 15:15:32 +01:00 |
|
Tom Hvitved
|
cd04500dd9
|
Rust: Account for variables bound in while let expressions
|
2024-10-03 14:05:24 +02:00 |
|
Geoffrey White
|
3c777b7605
|
Merge branch 'main' into warnings
|
2024-10-03 12:54:56 +01:00 |
|
Geoffrey White
|
32dbdb3913
|
Rust: Update summary stats .expected file.
|
2024-10-03 12:50:59 +01:00 |
|
Geoffrey White
|
0304aa846c
|
Rust: Add more tests for uused variables.
|
2024-10-03 12:37:02 +01:00 |
|
Geoffrey White
|
821398715c
|
Rust: Test spacing.
|
2024-10-03 11:55:11 +01:00 |
|
Geoffrey White
|
88abc8f72f
|
Rust: Add to summary stats.
|
2024-10-02 18:43:26 +01:00 |
|
Geoffrey White
|
ad7c96554f
|
Rust: Correct extraction errors query to output only errors.
|
2024-10-02 18:43:15 +01:00 |
|
Geoffrey White
|
f30a642c8f
|
Rust: Add a test for the extractor warnings query.
|
2024-10-02 18:42:37 +01:00 |
|
Geoffrey White
|
f7db47b771
|
Merge pull request #17588 from geoffw0/loc2
Rust: Improve lines-of-code counts.
|
2024-10-02 18:13:36 +01:00 |
|
Geoffrey White
|
d6848f5c5d
|
Rust: Apparently a doc comment here was illegal.
|
2024-10-02 17:00:28 +01:00 |
|
Geoffrey White
|
01abcf8537
|
Rust: Use just end locations for now, to avoid all false positive lines caused by attached comments.
|
2024-10-02 16:54:02 +01:00 |
|
Geoffrey White
|
8c87b66bea
|
Rust: Add more test cases for comments.
|
2024-10-02 16:52:19 +01:00 |
|
Tom Hvitved
|
3a1f6efce4
|
Address review comments
|
2024-10-02 13:37:24 +02:00 |
|
Tom Hvitved
|
fb9ec2423c
|
Rust: Implement UnusedVariable.ql
|
2024-10-02 11:22:32 +02:00 |
|
Tom Hvitved
|
bbd0aa929f
|
Rust: Add more missing CFG trees
|
2024-10-01 21:01:26 +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
|
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 |
|
Tom Hvitved
|
bafef791f7
|
Rust: Add extraction error consistency query
|
2024-09-30 10:28:24 +02:00 |
|
Arthur Baars
|
7c6239b077
|
Merge branch 'main' into unreachable
|
2024-09-27 12:15:49 +02:00 |
|
Geoffrey White
|
caca4950e6
|
Rust: Revert the change to FileSystem.qll.
|
2024-09-26 11:10:32 +01: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 |
|
Arthur Baars
|
c596205416
|
Rust: add some more diagnostics queries
|
2024-09-24 17:34:29 +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 |
|
Arthur Baars
|
1c0f60fa2e
|
Rust: lines of code, exclude 'SourceFile' node
|
2024-09-19 13:00:52 +02:00 |
|
Arthur Baars
|
24f24855f0
|
Rust: update expected output
|
2024-09-19 13:00:51 +02:00 |
|
Arthur Baars
|
e19bca0de8
|
Rust: remove queries that no longer work
|
2024-09-19 13:00:50 +02:00 |
|
Geoffrey White
|
2769bd6f35
|
Rust: Make the placeholder queries produce no results, to avoid confusion.
|
2024-09-18 13:07:31 +01:00 |
|
Geoffrey White
|
3632a76eaf
|
Rust: Add test annotations.
|
2024-09-18 13:05:06 +01:00 |
|
Geoffrey White
|
83376afd15
|
Rust: Improve layout locality in summary stats.
|
2024-09-17 17:45:09 +01:00 |
|
Geoffrey White
|
07fccf8064
|
Rust: Add extracted + unextracted elements to summary stats.
|
2024-09-17 17:42:50 +01:00 |
|
Geoffrey White
|
6ebc615fd4
|
Rust: Add extracted files to summary stats.
|
2024-09-17 17:36:43 +01:00 |
|
Geoffrey White
|
a2bf2c7edb
|
Rust: Fix query result columns.
|
2024-09-17 16:53:02 +01:00 |
|