Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-27 | Fix Rust cross compilation. | Alex Xu (Hello71) | |
2018-06-15 | Make Rust warnings conditionally fatal | Taylor Yu | |
Set rustc flags to treat warnings as fatal if configured with --enable-warnings. | |||
2017-11-01 | rename {,TOR_}RUST_DEPENDENCIES | Sebastian Hahn | |
2017-05-19 | Allow Rust build using locally supplied crates or crates.io | Sebastian Hahn | |
This adds a couple of configure commands to control whether we're requiring all dependencies to be available locally (default) or not (--enable-cargo-online-mode). When building from a tarball, we require the RUST_DEPENDENCIES variable to point to the local repository of crates. This also adds src/ext/rust as a git submodule that contains such a local repository for easy setup. |