| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-02 | Revert introduction of `[workspace.dependencies]`. | Nicholas Nethercote | -2/+2 | |
| This was done in #145740 and #145947. It is causing problems for people using r-a on anything that uses the rustc-dev rustup package, e.g. Miri, clippy. This repository has lots of submodules and subtrees and various different projects are carved out of pieces of it. It seems like `[workspace.dependencies]` will just be more trouble than it's worth. | ||||
| 2025-08-28 | Add `tempfile` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 | |
| 2025-08-28 | Add `serde_json` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 | |
| 2025-07-08 | update to literal-escaper-0.0.5 | Marijn Schouten | -1/+1 | |
| 2025-06-23 | update to literal-escaper 0.0.4 for better API without `unreachable` and ↵ | Marijn Schouten | -1/+1 | |
| faster string parsing | ||||
| 2025-05-27 | Avoid including text direction codepoints in lint messages | Matthew Jasper | -0/+1 | |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 | |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 | |
| Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo. | ||||
| 2020-09-13 | Auto-generate lint documentation. | Eric Huss | -0/+13 | |
