| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump every crate by one patch version. | Nick Mathewson | 2021-11-29 | 1 | -4/+4 |
| | | |||||
| * | add semicolons if nothing returned | Daniel Eades | 2021-11-25 | 2 | -1/+2 |
| | | |||||
| * | Bump all crate versions to 0.0.1 | Nick Mathewson | 2021-10-29 | 1 | -4/+4 |
| | | |||||
| * | Improve some documentation links | Nick Mathewson | 2021-10-29 | 1 | -2/+2 |
| | | | | | | | | | | Instead of putting a fully qualified name in the text, in most cases we should just use the short name of the type or function we're referring to. In other words, instead of saying [`crate::module::Foo`], we should typically say [`Foo`](crate::module::Foo). | ||||
| * | enable checked_conversions lint. | Nick Mathewson | 2021-10-09 | 1 | -0/+1 |
| | | |||||
| * | fix/silence clippy lints in test modules | Daniel Eades | 2021-09-08 | 3 | -0/+3 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 6 | -0/+637 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
