summaryrefslogtreecommitdiff
path: root/mesonbuild/cargo/manifest.py
AgeCommit message (Expand)Author
2025-12-22cargo: populate bin table from src/bin/Paolo Bonzini
2025-12-15cargo: add --check-cfg cfg(test) unconditionallyPaolo Bonzini
2025-10-29cargo: ensure default members is validPaolo Bonzini
2025-10-23cargo: fix proc-macro=true without crate_typePaolo Bonzini
2025-10-23cargo: generate lint arguments from tablePaolo Bonzini
2025-10-23cargo: parse lints tablePaolo Bonzini
2025-10-23cargo: remove duplicate proc_macro fieldPaolo Bonzini
2025-10-23cargo: list a few entries that should not warnPaolo Bonzini
2025-10-23cargo: convert proc_macro to crate_type in Library dataclass.Paolo Bonzini
2025-10-22cargo: The default executable is src/main.rsXavier Claessens
2025-10-22cargo: reorder some code to keep from_raw() lastXavier Claessens
2025-10-22cargo: Move all conversions in _raw_to_dataclass()Xavier Claessens
2025-10-17cargo: version is optionalPaolo Bonzini
2025-10-17cargo: Move _depv_to_dep() inside Dependency classXavier Claessens
2025-10-17cargo: raw.Manifest can be any Cargo.tomlXavier Claessens
2025-10-14cargo: pick exact dependency version from Cargo.lockPaolo Bonzini
2025-10-14cargo: improve error message for dependency version conflictsPaolo Bonzini
2025-10-14cargo: load a single Cargo.lock for a whole chain of subprojectsPaolo Bonzini
2025-08-01cargo: manifest: support workspace inheritancePaolo Bonzini
2025-08-01cargo: change init-time computation to lazy propertiesPaolo Bonzini
2025-08-01cargo: use _raw_to_dataclass for ManifestPaolo Bonzini
2025-08-01cargo: move library autodetection to Manifest.from_rawPaolo Bonzini
2025-08-01cargo: fix path and crate-type for executable targetsPaolo Bonzini
2025-08-01cargo: move dataclasses out of interpreter modulePaolo Bonzini
2025-08-01cargo: create dataclasses for Cargo.lockPaolo Bonzini
2025-08-01cargo: remove Fixed* dictionariesPaolo Bonzini
2025-08-01cargo: move TypedDicts for Cargo.toml to "raw" modulePaolo Bonzini
2024-11-05cargo/manifest: package section is requiredDylan Baker
2024-10-27modules/rust: Add support for autolib field in the Cargo.tomlDylan Baker
2024-06-17cargo: Fall back to the checksum in Cargo.lock metadata tableSebastian Wick
2024-06-14cargo: Load Cargo.lockXavier Claessens
2023-06-07cargo/manifest: Add a file with type definitions of the cargo manifest formatDylan Baker