Chris Smowton
|
0deefaddc5
|
Merge pull request #17483 from smowton/smowton/feature/csharp-dataflow-fewer-nodes-including-virtual-dispatch
C#: Restrict dataflow node creation to source and source-referenced entities [virtual-dispatch-inclusive variant]
|
2024-09-19 15:33:47 +01:00 |
|
Chris Smowton
|
bb82dc1b18
|
Change note
|
2024-09-19 15:12:11 +01:00 |
|
Chris Smowton
|
bc9eb993b8
|
Remove unnecessary fromSource conditions
|
2024-09-19 15:08:08 +01:00 |
|
Arthur Baars
|
f38f818578
|
Merge pull request #17516 from github/redsun82/codegen-annotate
Codegen: allow to attach docstrings after the definition
|
2024-09-19 15:35:16 +02:00 |
|
Owen Mansel-Chan
|
682f08ceb9
|
Merge pull request #17515 from owen-mc/go/run-ci-when-shared-libs-change
Go: Run CI when shared libraries change
|
2024-09-19 14:28:44 +01:00 |
|
Arthur Baars
|
3c09f70e0d
|
Merge pull request #17502 from github/aibaars/rust-extract-ast
Rust: ast-based extractor
|
2024-09-19 14:13:25 +02:00 |
|
Arthur Baars
|
919a9002bc
|
Merge pull request #17514 from github/redsun82/codegen-include
Codegen: allow to include `.py` files in `schema.py`
|
2024-09-19 13:22:49 +02:00 |
|
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 |
|
Paolo Tranquilli
|
c117a53fb0
|
Codegen: allow to attach docstrings after the definition
|
2024-09-19 12:43:34 +02:00 |
|
Owen Mansel-Chan
|
f2fbe64137
|
Go: Run CI when shared libraries change
|
2024-09-19 11:32:46 +01:00 |
|
Paolo Tranquilli
|
ec9bb1da56
|
Codegen: allow to include .py files in schema.py
|
2024-09-19 12:18:52 +02:00 |
|
Tom Hvitved
|
4baa4ae2aa
|
Merge pull request #17513 from owen-mc/fix-test-expectations
C#/Go: Fix test expectations including double space
|
2024-09-19 12:17:18 +02:00 |
|
Michael B. Gale
|
a5ab5d9236
|
Merge pull request #17422 from github/dependabot/go_modules/go/extractor/extractor-dependencies-f3a1f89f55
|
2024-09-19 11:02:34 +01:00 |
|
Owen Mansel-Chan
|
ded52ccb8e
|
Fix test expectations including double space
|
2024-09-19 11:01:38 +01: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 |
|
Michael Nebel
|
4a9e3ee3aa
|
Merge pull request #17363 from michaelnebel/modelgen/fieldbasedimprovements
C#/Java: Content based model generation improvements.
|
2024-09-19 10:49:11 +02:00 |
|
Tom Hvitved
|
cfa4cb432a
|
Merge pull request #17504 from hvitved/dataflow/sink-provenance-space
Data flow: Remove spurious space in ` Sink:x` provenance
|
2024-09-19 10:21:38 +02:00 |
|
dependabot[bot]
|
67fa9738e6
|
Bump golang.org/x/tools
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/tools](https://github.com/golang/tools).
Updates `golang.org/x/tools` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.24.0...v0.25.0)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-19 03:46:50 +00: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 |
|
Tom Hvitved
|
485dc9619d
|
Merge pull request #17506 from hvitved/rust/code-block-examples
Rust: Use ```rust for code block examples
|
2024-09-18 14:15:07 +02:00 |
|
Simon Friis Vindum
|
7c2b149728
|
Rust: Add consistency-queries pack
|
2024-09-18 14:09:41 +02:00 |
|
Tom Hvitved
|
ed9008a064
|
Update expected test output
|
2024-09-18 13:51:02 +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
|
98b5ef5e01
|
Rust: Halt codegen on code block without ``` terminator
|
2024-09-18 13:47:44 +02:00 |
|
Tom Hvitved
|
2972a4eace
|
Data flow: Remove spurious space in Sink:x provenance
|
2024-09-18 13:10:24 +02:00 |
|
Michael Nebel
|
24a101297c
|
Merge pull request #15884 from michaelnebel/csharp/cleanupcil
C#: CIL and Dotnet cleanup (removal).
|
2024-09-18 11:43:41 +02:00 |
|
Chris Smowton
|
cfd281b319
|
Merge pull request #17400 from smowton/smowton/admin/further-golang-aliasing-tests
Go: add tests for dataflow relating to type aliasing
|
2024-09-18 10:30:37 +01:00 |
|
Tom Hvitved
|
0516d75c44
|
Merge pull request #17500 from hvitved/rust/move-generated
Rust: Use `elements/internal/generated` instead of `internal/generated`
|
2024-09-18 11:04:44 +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 |
|
Anders Schack-Mulligen
|
2837d2551a
|
Merge pull request #17490 from aschackmull/java/capture-in-obinit
Java: Fix support for variable capture inside object initializers.
|
2024-09-18 09:29:01 +02:00 |
|
Michael Nebel
|
295861d577
|
Merge pull request #17459 from michaelnebel/csharp/accessormad
C#: Add MaD support for `Attribute.Getter` and `Attribute.Setter`.
|
2024-09-18 09:11:51 +02:00 |
|
Paolo Tranquilli
|
db812df06f
|
Merge pull request #17492 from github/redsun82/rust-windows
Rust: add windows tools
|
2024-09-18 06:54:10 +02:00 |
|
Tom Hvitved
|
8c0d2e910c
|
Swift: Run code generator
|
2024-09-17 20:25:57 +02:00 |
|
Tom Hvitved
|
9ea63fe716
|
Rust: Run code generator
|
2024-09-17 20:06:38 +02:00 |
|
Tom Hvitved
|
1433363523
|
Codegen: Create internal folders
|
2024-09-17 20:06:35 +02:00 |
|
Geoffrey White
|
83376afd15
|
Rust: Improve layout locality in summary stats.
|
2024-09-17 17:45:09 +01:00 |
|