aboutsummaryrefslogtreecommitdiff
path: root/gen
AgeCommit message (Expand)Author
2022-10-15Factor out the Fail lambda from all trycatch callsDavid Tolnay
2022-10-15Mark cxxbridge1$exception noexceptDavid Tolnay
2022-10-15Move namespace rust::repr above namespace rust::detailDavid Tolnay
2022-10-15Deduplicate rust::repr namespace begin/endDavid Tolnay
2022-10-15Move rust::repr out of anonymous namespaceDavid Tolnay
2022-10-13Update codespan-reporting to build with -Zminimal-versionsRyan Lopopolo
2022-09-28Release 1.0.78David Tolnay
2022-09-28Update argument parser to clap 4David Tolnay
2022-09-28Sort cxxbridge flags in alphabetical orderDavid Tolnay
2022-09-27Release 1.0.77David Tolnay
2022-09-19Release 1.0.76David Tolnay
2022-09-19Allow Rust vector of array of trivially relocatable typeDavid Tolnay
2022-09-02Release 1.0.75David Tolnay
2022-08-30Add build-dependencies keyword for cxx-buildDavid Tolnay
2022-08-30Release 1.0.74David Tolnay
2022-08-30Fix Windows "access is denied" removing a dangling symlinkDavid Tolnay
2022-08-30Fix Windows "filename, directory name, or volume label syntax is incorrect"David Tolnay
2022-08-01Release 1.0.73David Tolnay
2022-08-01Add categories to crates.io metadataDavid Tolnay
2022-07-31Sort package entries in Cargo.tomlDavid Tolnay
2022-07-16Release 1.0.72David Tolnay
2022-07-06Release 1.0.71David Tolnay
2022-07-04Release 1.0.70David Tolnay
2022-07-01Ignore explicit_auto_deref clippy lintDavid Tolnay
2022-06-17Release 1.0.69David Tolnay
2022-06-17Update to clap 3.2David Tolnay
2022-06-17Update oldest allowed compiler for cxxbridge-cmd to 1.56.1David Tolnay
2022-06-06Ignore significant_drop_in_scrutinee clippy lintDavid Tolnay
2022-05-21Ignore derive_partial_eq_without_eq clippy lintDavid Tolnay
2022-05-16Replace unicode-xid with unicode-ident crateDavid Tolnay
2022-05-13Release 1.0.68David Tolnay
2022-04-25Release 1.0.67David Tolnay
2022-03-08Release 1.0.66David Tolnay
2022-03-08Recognize C array of relocatable element type in struct as relocatableDavid Tolnay
2022-02-16Release 1.0.65David Tolnay
2022-02-16Resolve clap deprecationsDavid Tolnay
2022-02-16Pull in clap 3.1.0David Tolnay
2022-01-30Release 1.0.64David Tolnay
2022-01-30Add workaround for evaluating cfg(debug_assertions)David Tolnay
2022-01-30Reduce indentation in CargoEnvCfgEvaluatorDavid Tolnay
2022-01-18Begin development on async fn supportDavid Tolnay
2022-01-18Rename variants_from_header optin to "experimental-enum-variants-from-header"David Tolnay
2022-01-18Release 1.0.63David Tolnay
2022-01-18Support all/any cfg evaluation with not all clauses determinateDavid Tolnay
2022-01-18Disallow cfg(test) inside Cargo buildsDavid Tolnay
2022-01-18Add --cfg to cli help testDavid Tolnay
2022-01-18Add a cfg evaluator for the non-Cargo buildsDavid Tolnay
2022-01-18Handle module-level cfg attributesDavid Tolnay
2022-01-18Add a cfg evaluator for the cxx-build crateDavid Tolnay
2022-01-17Simple way to create CfgResult from boolDavid Tolnay