aboutsummaryrefslogtreecommitdiff
path: root/doc/HACKING/GettingStartedRust.md
AgeCommit message (Collapse)Author
2018-08-16Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-08-16Rust: Say that we support rust stable in GettingStartedRust.mdteor
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-28Bug 25664: Update libc version requirement for RustGeorg 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-21Fix a variable name in tor-rust-dependenciesNick Mathewson
2018-02-21Wrap GettingStartedRust.md to 72 columns.Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2017-11-28doc: Document how to build with Rust dependencies in offline-mode.Isis Lovecruft
* CLOSES #22907: https://bugs.torproject.org/22907
2017-11-13Note in the rust doc that these comments are bidirectionalNick Mathewson
2017-11-13Merge remote-tracking branch 'chelseakomlo/24032-cargo-rust-sync'Nick Mathewson
2017-11-13update rust getting started for new buildChelsea Holland Komlo
2017-11-11annotate where C and Rust need to stay in syncChelsea Holland Komlo
2017-09-29doc: Add a good resource for learning to write Rust FFI.Isis Lovecruft
2017-08-29docs: Document coding standards, build instructions, etc. for Rust code.Isis Lovecruft
* FIXES #22818