Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
6c83ec6
docs: Add 'Customizing library models for Rust' documentation
coadaflorin Apr 17, 2026
08aced8
Add barrier and barrier guard documentation for Rust
coadaflorin Apr 17, 2026
73695db
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin Apr 17, 2026
7c9dd05
Update docs/codeql/codeql-language-guides/codeql-for-rust.rst
coadaflorin Apr 17, 2026
1c8b90e
Add model pack publishing section to Rust docs
coadaflorin Apr 17, 2026
2429e7b
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin Apr 21, 2026
af32ae2
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin Apr 21, 2026
da88268
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin Apr 21, 2026
d60a30d
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin Apr 21, 2026
0866e8d
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin Apr 21, 2026
a448834
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin Apr 21, 2026
909d9cb
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin Apr 27, 2026
9692671
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin Apr 27, 2026
e3fa8b0
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin Apr 27, 2026
81d7fc2
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin Apr 27, 2026
dbd851e
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin Apr 27, 2026
870ce1b
Update docs/codeql/codeql-language-guides/customizing-library-models-…
coadaflorin Apr 27, 2026
d5b690c
Apply suggestions from code review
coadaflorin Apr 27, 2026
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
3 changes: 3 additions & 0 deletions docs/codeql/codeql-language-guides/codeql-for-rust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
basic-query-for-rust-code
codeql-library-for-rust
analyzing-data-flow-in-rust
customizing-library-models-for-rust

- :doc:`Basic query for Rust code <basic-query-for-rust-code>`: Learn to write and run a simple CodeQL query.

- :doc:`CodeQL library for Rust <codeql-library-for-rust>`: When analyzing Rust code, you can make use of the large collection of classes in the CodeQL library for Rust.

- :doc:`Analyzing data flow in Rust <analyzing-data-flow-in-rust>`: You can use CodeQL to track the flow of data through a Rust program to places where the data is used.

- :doc:`Customizing library models for Rust <customizing-library-models-for-rust>`: You can model the functions and methods that control data flow in any framework or library by using data extension files.
Comment thread
coadaflorin marked this conversation as resolved.
Outdated
Loading
Loading