summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2026-01-27Perform function lifting and inlining in arch pluginsBrandon Miller
2026-01-20[Rust] Fix UB for basic block analysis context out params (#7908)Mason Reed
2026-01-14Allow controlling which address is used for instructions created when inlinin...Mark Rowe
2026-01-13[Rust] Fix misc doc comments missingMason Reed
2026-01-13[Rust API] Add BinaryViewExt::{tags_all_scopes, tag_types, tags_by_type}Josh Ferrell
2026-01-11[Rust] More session scoped logsMason Reed
2026-01-11[Rust] Add top level documentation to `tracing` and `logger`Mason Reed
2026-01-11[Rust] Fix old rust toolchain version being used when checking Rust APIMason Reed
2026-01-11[Rust] Update examples to use tracingMason Reed
2026-01-11[Rust] Enter more session scoped tracing spans for debug info and binary view...Mason Reed
2026-01-11[Rust] Replace `log` with `tracing`Mason Reed
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-29Fix QualifiedName::default() incorrectly creating QualifiedName with empty se...Truman Kilen
2025-12-25[Rust API] Add TypeBuilder::set_signedJosh Ferrell
2025-12-24[Rust] Fix `BinaryViewExt::address_comments` leaking and refactorMason Reed
2025-12-24[Rust API] Add BinaryViewExt.address_commentsJosh Ferrell
2025-12-15Add PossibleValueSet operation APIs and fixes to PVS python APIJosh Ferrell
2025-12-15[Rust] Return Array in more debug info functions (#7744)Mason Reed
2025-12-15[Rust] Misc `QualifiedName` cleanupMason Reed
2025-12-15[Rust] Move `QualifiedName` to own moduleMason Reed
2025-12-15[Rust] Misc documentation and internal cleanup of types moduleMason Reed
2025-12-15[Rust] Restructure type APIs into `types` moduleMason Reed
2025-12-15[Rust] Add `Function::defined_symbol` to use when getting the default functio...Mason Reed
2025-12-13[Rust] Add more type library examples (#7786)Mason Reed
2025-12-11[Rust] Implement data notification APIRubens Brandão
2025-12-10[Rust] Fix untyped `expr_idx` within MLIL `ILReferenceSource`Mason Reed
2025-12-10[Rust] Add APIs to retrieve type archives for a binary viewMason Reed
2025-12-10[Rust] New type for `TypeArchiveId`Mason Reed
2025-12-10[Rust] Add module comment to data rendererMason Reed
2025-12-10[Rust] Refactor `AnalysisProgress` returned from `BinaryViewExt::analysis_pro...Mason Reed
2025-12-10[Rust] Remove deprecated MLIL functionsMason Reed
2025-12-10[Rust] Impl `Display` for `FileMetadata`Mason Reed
2025-12-10[Rust] Impl `Display` for `Symbol`Mason Reed
2025-12-10[Rust] Add string reader helpers and fix `analysis_info`Mason Reed
2025-12-10[Rust] More architecture module documentation and misc cleanupMason Reed
2025-12-10[Rust] Add simple architecture testsMason Reed
2025-12-10[Rust] Make `InstructionTextToken` field `expr_index` optionalMason Reed
2025-12-10[Rust] Remove `UnusedRegisterStackInfo` and update architecture documentationMason Reed
2025-12-10[Rust] Add misc documentationMason Reed
2025-12-10[Rust] Misc cleanup for ABBMason Reed
2025-12-10[Rust] Impl `Display` for `VersionInfo`Mason Reed
2025-12-10[Rust] Move architecture module code into more reasonable filesMason Reed
2025-12-10[Rust] Remove redundant `ArchAndAddr` typeMason Reed
2025-12-10[Rust] Fix leaking list in `Function::guided_source_blocks`Mason Reed
2025-12-10[Rust] Add `LowLevelILSSARegister` type (#7745)Mason Reed
2025-12-10[Rust] Fix crash when calling `LowLevelILFunction::generate_ssa_form` without...Mason Reed
2025-12-05[Rust] Fix misc clippy lints and warningsMason Reed
2025-12-04Pass arch to finalized LowLevelILFunction (#7729)Truman Kilen
2025-11-25Fix rust documentation warnings.Brian Potchik
2025-11-24Add APIs for getting files in a project folderJosh Ferrell