about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/xtask/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2025-07-22Remove pull/push functionality from `xtask`Jakub Beránek-1/+0
2025-06-13`cargo upgrade`Lukas Wirth-3/+3
2025-05-16Bump zip to 3.0Laurențiu Nicola-1/+1
2025-03-23Use zip/deflate-flate2 to avoid BSL-1.0 depLaurențiu Nicola-1/+1
2025-03-23chore: Bump dependenciesLukas Wirth-7/+7
2025-03-15edition = "2024"BenjaminBrienen-1/+1
2025-02-05Bump proc-macro2 in xtaskLukas Wirth-2/+1
2024-12-20internal: Split serde derive feature into `serde_derive` usageLukas Wirth-1/+2
Ideally we'd not have any dependency pull in the derive feature for faster build times, once that is the case this change would have an actual effect. See https://github.com/matklad/macro-dep-test/blob/master/README.md for context.
2024-12-11Properly handle different defaults for severity of lintsChayim Refael Friedman-0/+1
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-09-04Parse builtin#asm expressionsLukas Wirth-0/+1
2024-04-21Use josh for subtree syncsLaurențiu Nicola-0/+26