| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-linkspec: Stop using infallible writers. | Nick Mathewson | 2022-07-11 | 1 | -7/+10 |
| | | |||||
| * | Convert each write_onto_infallible implementation into write_onto. | Nick Mathewson | 2022-07-11 | 1 | -2/+3 |
| | | |||||
| * | Rename "write" methods on tor-bytes to "write_infallible". | Nick Mathewson | 2022-07-11 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | This comprises four renames: ``` write_onto -> write_onto_infallible write_into -> write_into_infallible write -> write_infallible writer_and_consume -> write_and_consume_infallible. ``` The rest of this branch will be concerned with replacing these `_infallible` methods with ones that return a `Result`. This is part of #513. | ||||
| * | Resolve the new `derive_partial_eq_without_eq` lint. | Nick Mathewson | 2022-05-23 | 1 | -1/+1 |
| | | | | | It's a little overzealous sometimes, but it's mostly to the good. | ||||
| * | add semicolons if nothing returned | Daniel Eades | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | fix/silence clippy lints in test modules | Daniel Eades | 2021-09-08 | 1 | -0/+1 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+216 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
