Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-16 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-16 | Rust: Say that we support rust stable in GettingStartedRust.md | teor | |
In 24765, we said that we supported rust stable in CodingStandardsRust.md. But we left GettingStartedRust.md saying that we support rust nightly. Closes 27160. | |||
2018-03-28 | Bug 25664: Update libc version requirement for Rust | Georg Koppen | |
When merging the patches for #25310 the libc version requirement in `GettingStartedRust.md` and `configure.ac` did not get updated to the now needed 0.2.39. | |||
2018-02-21 | Fix a variable name in tor-rust-dependencies | Nick Mathewson | |
2018-02-21 | Wrap GettingStartedRust.md to 72 columns. | Nick Mathewson | |
2018-02-07 | Fix spelling mistakes corresponding to ticket #23650 | Deepesh Pathak | |
2017-11-28 | doc: Document how to build with Rust dependencies in offline-mode. | Isis Lovecruft | |
* CLOSES #22907: https://bugs.torproject.org/22907 | |||
2017-11-13 | Note in the rust doc that these comments are bidirectional | Nick Mathewson | |
2017-11-13 | Merge remote-tracking branch 'chelseakomlo/24032-cargo-rust-sync' | Nick Mathewson | |
2017-11-13 | update rust getting started for new build | Chelsea Holland Komlo | |
2017-11-11 | annotate where C and Rust need to stay in sync | Chelsea Holland Komlo | |
2017-09-29 | doc: Add a good resource for learning to write Rust FFI. | Isis Lovecruft | |
2017-08-29 | docs: Document coding standards, build instructions, etc. for Rust code. | Isis Lovecruft | |
* FIXES #22818 |