Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
eff87d2
Rust/Ruby/Python: update rustc and edition
Feb 25, 2025
e8799e3
Rust/Python: fix edition-related errors
Feb 25, 2025
6089a75
Rust/Ruby/Python: format code
Feb 25, 2025
1bcc6dd
Rust/Ruby/Python: apply clippy lints
Feb 25, 2025
d2105a7
Shared: format code again
Feb 25, 2025
83e442a
Rust/Ruby: run `cargo upgrade --incompatible --pinned`
Feb 25, 2025
17703ec
Bazel: update vendored rust dependencies
Feb 25, 2025
cbae16b
Rust: rerun code generation
Feb 25, 2025
bfcf9ea
Rust: fix compilation errors after `rust-anlyzer` update
Feb 25, 2025
d9ecb62
Shared: fix clippy warning
Feb 25, 2025
2585c2f
Merge branch 'main' into redsun82/cargo-upgrade
Feb 25, 2025
3a67836
Merge branch 'main' into redsun82/cargo-upgrade
Feb 26, 2025
e1ac582
Merge branch 'main' into redsun82/cargo-upgrade
Feb 26, 2025
63a4c8d
Merge branch 'main' into redsun82/cargo-upgrade
Feb 27, 2025
0f91323
Merge branch 'main' into redsun82/cargo-upgrade
Feb 27, 2025
d11bbdb
Merge branch 'main' into redsun82/cargo-upgrade
Feb 28, 2025
bb90b67
Rust: update rust-specific toolchain
Feb 28, 2025
e0d4e5e
Rust: remove missing flow in test
Feb 28, 2025
6b34d3f
Rust: add missing empty expected file
Feb 28, 2025
c5eeaba
Merge branch 'main' into redsun82/cargo-upgrade
Feb 28, 2025
0445d88
QL for QL: update toolchain
Feb 28, 2025
945bf80
Merge branch 'main' into redsun82/cargo-upgrade
Feb 28, 2025
9740232
Merge branch 'main' into redsun82/cargo-upgrade
Mar 3, 2025
2a29239
Merge branch 'main' into redsun82/cargo-upgrade
Mar 4, 2025
e91911b
Merge branch 'main' into redsun82/cargo-upgrade
Mar 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust/extractor/src/generated/.generated.list

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions rust/extractor/src/generated/top.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rust/extractor/src/translate/generated.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions rust/ql/.generated.list

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rust/ql/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rust/ql/lib/codeql/rust/elements/RecordField.qll

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions rust/ql/lib/codeql/rust/elements/internal/generated/Raw.qll

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions rust/ql/lib/rust.dbscheme
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,12 @@ record_field_attrs(
int attr: @attr ref
);

#keyset[id]
record_field_exprs(
int id: @record_field ref,
int expr: @expr ref
);

#keyset[id]
record_field_names(
int id: @record_field ref,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rust/schema/ast.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.