summary refs log tree commit diff
path: root/rust/build.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement push rule evaluation in Rust. (#13838)Erik Johnston2022-09-291-1/+1
|
* Check if Rust lib needs rebuilding. (#13759)Erik Johnston2022-09-121-0/+45
This protects against the common mistake of failing to remember to rebuild Rust code after making changes.