summaryrefslogtreecommitdiff
path: root/rust/src/project.rs
AgeCommit message (Expand)Author
2026-03-24[Rust] Misc project module cleanupMason Reed
2026-03-24[Rust] Impl `PartialEq`, `Eq` and `Hash` for `Project`Mason Reed
2025-11-24Add APIs for getting files in a project folderJosh Ferrell
2025-10-12Improve error handling in project apisJosh Ferrell
2025-09-30Make Project::{from_raw,ref_from_raw} pubJosh Ferrell
2025-09-29Fix rust warnings about lifetimes introduced by 1.89.0Josh Ferrell
2025-08-20[Rust] Fix misc inconsistencies in `2ba29fd`Mason Reed
2025-08-20[Rust] Add project path file retrieval related functionsMason Reed
2025-07-30Change rust project APIs to accept "impl AsRef<Path>" instead of "&str" for p...Josh Ferrell
2025-07-02[Rust] Remove redundant `Result` from `Project::folders`Mason Reed
2025-07-02[Rust] impl `Send` and `Sync for `Project`Mason Reed
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] Rename `AsCStr` to `IntoCStr`Mason Reed
2025-05-12[Rust] Simplify usage surrounding c stringsMason Reed
2025-05-12[Rust] Simplify `BnStrCompatible` traitMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-01-25Rust refactorMason Reed
2024-07-29Fix project tests in rust accessing to the same single project fileMason Reed
2024-07-29Revert temporary fix for enterprise crashing on rust project APIMason Reed
2024-07-29Fix crash when using projects API in rust with enterpriseMason Reed
2024-07-09Rust API : Fix misc clippy warningsKyleMiles
2024-07-02Fix many crashes from uncaught exceptionsJosh Ferrell
2024-07-02Fix typoJosh Ferrell
2024-07-02remove description from testsRubens Brandao
2024-07-02add tests for rust project implementationRubens Brandao
2024-07-02minor fixesRubens Brandao
2024-07-02implement project in rustRubens Brandao