Arthur Baars
|
3aa47a3950
|
Rust: accept test changes
|
2024-09-19 13:13:18 +02: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 |
|
Arthur Baars
|
c3b10bf90b
|
Rust: patch cfg implementation
|
2024-09-19 13:00:49 +02:00 |
|
Arthur Baars
|
80d32a2333
|
Rust: re-generate code
|
2024-09-19 13:00:46 +02:00 |
|
Arthur Baars
|
9104c3fc81
|
Rust: re-generate schema and extractor
|
2024-09-19 13:00:45 +02:00 |
|
Arthur Baars
|
1f30d5f41b
|
Rust: generate schema.py and extractor from ungrammar
|
2024-09-19 13:00:05 +02:00 |
|
Arthur Baars
|
61ac8d66f5
|
Rust: make things compile
|
2024-09-19 10:51:52 +02:00 |
|
Arthur Baars
|
fabdb3c841
|
Rust: copy files from rust-analyzer's codegenerator
Files copied from: 50882fbfa2/xtask/src/codegen/grammar
|
2024-09-19 10:51:51 +02:00 |
|
Arthur Baars
|
5ccb45e7d3
|
Rust: add rust.ungram
Copied from 50882fbfa2/crates/syntax/rust.ungram
|
2024-09-19 10:51:46 +02:00 |
|
Arthur Baars
|
d5c0d41f98
|
Rust: add generate-schema project
|
2024-09-19 10:51:44 +02:00 |
|
Paolo Tranquilli
|
9a8d9f857f
|
Merge pull request #17491 from github/redsun82/rust-integration-test
Rust: add basic integration tests and fix archiving on Windows
|
2024-09-19 05:25:14 +02:00 |
|
Simon Friis Vindum
|
e43d39a0fe
|
Merge pull request #17508 from paldepind/rust-consistency-queries-pack
Rust: Add consistency-queries pack
|
2024-09-18 14:17:52 +02:00 |
|
Simon Friis Vindum
|
7c2b149728
|
Rust: Add consistency-queries pack
|
2024-09-18 14:09:41 +02:00 |
|
Tom Hvitved
|
43c0bd36be
|
Rust: Run code generator
|
2024-09-18 13:48:02 +02:00 |
|
Tom Hvitved
|
5554c0f28f
|
Rust: Use ```rust for code block examples
Also added some missing code block terminators.
|
2024-09-18 13:47:45 +02:00 |
|
Tom Hvitved
|
18ae8b14e9
|
Rust: Use elements/internal/generated instead of internal/generated
|
2024-09-18 10:44:20 +02:00 |
|
Paolo Tranquilli
|
c53179f742
|
Merge pull request #17499 from geoffw0/morestats
Rust: Add more summary stats.
|
2024-09-18 10:43:20 +02:00 |
|
Tom Hvitved
|
c5cbf82dbf
|
Merge pull request #17495 from hvitved/codegen/internal
Codegen: Create `internal` folders
|
2024-09-18 10:42:04 +02:00 |
|
Tom Hvitved
|
9ea63fe716
|
Rust: Run code generator
|
2024-09-17 20:06:38 +02: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 |
|
Paolo Tranquilli
|
56f2732bbb
|
Rust: ignore failing DB-CHECK
|
2024-09-17 15:35:52 +02:00 |
|
Paolo Tranquilli
|
5432493945
|
Rust: log detected manifests
|
2024-09-17 15:35:26 +02:00 |
|
Paolo Tranquilli
|
89a8cbc536
|
Rust: use shared path utilities
|
2024-09-17 12:27:57 +02:00 |
|
Paolo Tranquilli
|
aae33db137
|
Rust: add basic integration tests
This adds testing of well-formed rust projects and workspaces, using
both `Cargo.toml` and `rust-project.json` manifests.
|
2024-09-17 11:23:39 +02:00 |
|
Paolo Tranquilli
|
afb9ffa50e
|
Rust: add windows tools
|
2024-09-17 11:22:32 +02:00 |
|
Tom Hvitved
|
6618906380
|
Merge pull request #17488 from hvitved/rust/generated-internal
Rust: Move `codeql/rust/generated` files into `codeql/rust/internal/generated`
|
2024-09-17 09:12:44 +02:00 |
|
Tom Hvitved
|
efa52acf73
|
Rust: Move codeql/rust/generated files into codeql/rust/internal/generated
|
2024-09-17 08:51:24 +02:00 |
|
Paolo Tranquilli
|
0d8d9a3447
|
Merge branch 'main' into redsun82/rust-default-doc-signature
|
2024-09-17 08:29:01 +02:00 |
|
Geoffrey White
|
27dca746ea
|
Merge pull request #17465 from geoffw0/missing
Rust: Add Missing Elements query
|
2024-09-16 17:46:09 +01:00 |
|
Geoffrey White
|
b907100d82
|
Rust: Rename files.
|
2024-09-16 16:25:56 +01:00 |
|
Geoffrey White
|
f60879bfb5
|
Rust: Rename missing -> unextracted.
|
2024-09-16 16:25:55 +01:00 |
|
Paolo Tranquilli
|
de4ab44e06
|
Merge branch 'main' into redsun82/rust-unextracted
|
2024-09-16 17:10:26 +02:00 |
|
Paolo Tranquilli
|
d24d933ad7
|
Merge pull request #17460 from github/redsun82/rust-typed-labels
Rust: introduce typed labels
|
2024-09-16 16:56:37 +02:00 |
|
Paolo Tranquilli
|
3eaee1249c
|
Merge pull request #17464 from geoffw0/loc
Rust: Add lines-of-code queries
|
2024-09-16 16:47:12 +02:00 |
|
Paolo Tranquilli
|
1ce4707ff9
|
Merge branch 'main' into redsun82/rust-typed-labels
|
2024-09-16 16:44:55 +02:00 |
|
Paolo Tranquilli
|
d1704cfb14
|
Merge pull request #17444 from hvitved/rust/final-classes
Rust/Swift: Make all public AST classes `final`
|
2024-09-16 16:42:40 +02:00 |
|
Geoffrey White
|
3748365729
|
Rust: Comment out the printlin! macro invocations for now.
|
2024-09-16 15:29:13 +01:00 |
|
Paolo Tranquilli
|
64f77051bd
|
Rust: commit forgotten new files
|
2024-09-16 16:02:59 +02:00 |
|
Paolo Tranquilli
|
a4399a184a
|
Rust: introduce Unextracted and Missing "marker" classes
|
2024-09-16 15:49:37 +02:00 |
|
Geoffrey White
|
63a635c89c
|
Revert "Rust: Restrict the query to user code."
This reverts commit aed44ba5f3.
|
2024-09-16 13:46:43 +01:00 |
|
Geoffrey White
|
7a21b3ba46
|
Rust: Accept the new results.
|
2024-09-16 13:42:18 +01:00 |
|
Geoffrey White
|
4656b3a43d
|
Revert "Rust: Only test the 'user code' queries, as the non-user stuff is not stable between platforms."
This reverts commit 00b9647aa1.
|
2024-09-16 13:39:50 +01:00 |
|
Tom Hvitved
|
8d68bdf4d6
|
Codegen: Fix return type of getResolveStep and resolve
|
2024-09-16 14:19:29 +02:00 |
|
Geoffrey White
|
aed44ba5f3
|
Rust: Restrict the query to user code.
|
2024-09-16 12:56:06 +01:00 |
|
Tom Hvitved
|
683ecc39d8
|
Rust: Adjust some generated Impl files
|
2024-09-16 13:39:57 +02:00 |
|
Tom Hvitved
|
4dd3059f16
|
Rust: Run code generator
|
2024-09-16 13:39:55 +02:00 |
|