Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-01 | Remove rlib+staticlib configuration for Rust crates | Alex Crichton | |
Only the final crate needs to be a `staticlib`, no need for all the intermediate steps to produce staticlibs! | |||
2018-09-16 | Don't try to link C from rust doctests for nss detection | Nick Mathewson | |
This is really annoying, since we can't use cfg(test) for doctests. | |||
2018-06-20 | rust: Remove redundant "testing" feature from tor_log crate. | Isis Lovecruft | |
It was synonymous with the builtin "test" feature. * FIXES #26399: https://bugs.torproject.org/26399 | |||
2018-03-21 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-03-21 | maint: Update Rust libc dependency from 0.2.22 to 0.2.39. | Isis Lovecruft | |
Requires the update/libc-0.2.39 branch from https://github.com/isislovecruft/tor-rust-dependencies to be merged first. | |||
2017-12-21 | allow running protover test with a testing feature flag | Chelsea Holland Komlo | |
2017-12-21 | add minimal rust module for logging to tor's logger | Chelsea Holland Komlo | |
Allows an optional no-op for testing purposes | |||
2017-10-27 | use tor allocator for string allocation in rust | Chelsea Holland Komlo | |
2017-10-27 | rust implementation of protover | Chelsea Holland Komlo | |