about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/parser/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2025-06-23Don't run doctestsChayim Refael Friedman-0/+1
2025-04-28Merge from rust-lang/rustLaurențiu Nicola-0/+1
2025-04-05Clean up `rustc-literal-escaper` usage in rust-analyzerGuillaume Gomez-1/+1
2025-04-04Update `rustc-literal-escaper` version to `0.0.2`Guillaume Gomez-1/+1
2025-04-04Remove usage of `rustc_lexer::unescape` in rust-analyzerGuillaume Gomez-0/+1
2025-03-23chore: Bump dependenciesLukas Wirth-1/+1
2025-02-27enable doctestBenjaminBrienen-1/+0
2025-02-23Remove `limit` crate in favor `usize`Lukas Wirth-1/+0
2024-12-11Properly handle different defaults for severity of lintsChayim 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-06Replace `[package.repository] = "…"` of published crates with ↵Vincent Esche-1/+1
`[package.repository.workspace] = true`
2024-08-06Add repository URL for published crates' missing `[package.repository]` fieldsVincent Esche-0/+1
2024-08-06Replace `"TBD"` with more helpful desciptions in published crates' ↵Vincent Esche-1/+1
`[package.description]` fields
2024-07-07Move feature-doc generation to xtask codegenLukas Wirth-1/+0
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+31