Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-06 | rust: Remove Rust support from tree | David Goulet | |
Closes #40469 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-11-12 | Fix typos. | Samanta Navarro | |
Typos found with codespell. Please keep in mind that this should have impact on actual code and must be carefully evaluated: src/core/or/lttng_circuit.inc - ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER) + ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER) | |||
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-08-16 | rust: run rustfmt | cypherpunks | |
2018-06-16 | Changes to make the rust crypto::mod tests compile | Nick Mathewson | |
The digest tests don't link yet, though. | |||
2018-05-15 | rust: Move rand crate into crypto parent crate. | Isis Lovecruft | |