| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-11 | Properly handle different defaults for severity of lints | Chayim Refael Friedman | -0/+2 | |
| Previously all lints were assumed to be `#[warn]`, and we had a hand-coded list of `#[allow]` exceptions. Now the severity is autogenerated from rustdoc output. Also support lints that change status between editions, and the `warnings` lint group. | ||||
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with ↵ | Vincent Esche | -1/+1 | |
| `[package.repository.workspace] = true` | ||||
| 2024-08-06 | Add repository URL for published crates' missing `[package.repository]` fields | Vincent Esche | -0/+1 | |
| 2024-08-06 | Replace `"TBD"` with more helpful desciptions in published crates' ↵ | Vincent Esche | -1/+1 | |
| `[package.description]` fields | ||||
| 2024-07-07 | Move feature-doc generation to xtask codegen | Lukas Wirth | -1/+0 | |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+31 | |
