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-07-13 | Merge branch 'maint-0.4.4' | Nick Mathewson | |
2020-07-13 | Bug 31812: Change http URL's to https | JeremyRand | |
2020-07-13 | Syntax highlighting in the docs | Guinness | |
This adds the syntax highlights in the MarkDown files. Fixes #33741 | |||
2020-03-26 | doc: Replace "underline" with "## Section name". | Bartosz Duszel | |
This approach doesn't require variable-length underlines. | |||
2020-03-26 | doc: Updates paths to the top of the source tree. | Bartosz Duszel | |
Example: .../doc/HACKING is now doc/HACKING | |||
2020-03-22 | Update README files with common style. | Bartosz Duszel | |
- external links use markdown's []() format, - local files are formated with backquotes, - duplicated new lines were removed, - unnecesary single spaces were removed, - broken links and local paths were updated. | |||
2019-04-03 | Removed the use of expect from CodingStandardsRust | Elichai Turkel | |
2018-08-16 | rust/docs: fix critical typo for missing_docs lint | cypherpunks | |
Fix typo from fe66d06a45a4714141eba992fe87ec3dd5fa1c22. The exclamation point is what lets an attribute apply to an entire crate, without the ! it's practically a placebo. Fix on commits af182d4ab51d6a1a70559bbdcd4ab842aa855684 and b6059297d7cb76f0e00e2098e38d6677d3033340, and note there are still missing docs in both crypto and protover, for now. https://doc.rust-lang.org/reference/attributes.html | |||
2018-03-21 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-03-21 | maint: Add script for vendoring/updating Rust dependencies. | Isis Lovecruft | |
* ADD documentation for usage both inside the script and in doc/HACKING/CodingStandardsRust.md * FIXES part of #25310: https://bugs.torproject.org/25310 | |||
2018-03-21 | doc: Document our current rough-draft policy on Rust dependencies. | Isis Lovecruft | |
* FIXES #25310: https://bugs.torproject.org/25310 | |||
2018-03-20 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-03-20 | Note that we require latest stable rust. | Nick Mathewson | |
2018-02-27 | Update the primitive types explanation in the Rust coding standards | teor | |
Part of #25368. Includes c_double in anticipation of #23061. | |||
2017-09-04 | docs: Add notes on behaviours which Rust considers undefined. | Isis Lovecruft | |
2017-09-04 | docs: More Rust coding standards, based on without boats' comments. | Isis Lovecruft | |
2017-08-30 | docs: More Rust coding standards w.r.t. fuzzing and safety. | Isis Lovecruft | |
2017-08-30 | docs: Clarify some portions of the Rust coding standards. | Isis Lovecruft | |
* THANKS TO Henry de Valence for review. | |||
2017-08-29 | docs: Document coding standards, build instructions, etc. for Rust code. | Isis Lovecruft | |
* FIXES #22818 |