aboutsummaryrefslogtreecommitdiff
path: root/BUCK
AgeCommit message (Expand)Author
2022-08-01Update bazel and buck srcs globs to refer only to .rs filesDavid Tolnay
2022-06-17Require explicit edition on all Buck targetsDavid Tolnay
2022-01-03Replace lazy_static with once_cellDavid Tolnay
2021-12-07Add alloc feature behind feature gateDavid Tolnay
2021-08-14Format BUCK files with buildifierDavid Tolnay
2020-10-08Move fallback to scratch crate's out dirDavid Tolnay
2020-10-08Import scratch crateDavid Tolnay
2020-10-08Add lazy_static dep to cxx-buildDavid Tolnay
2020-10-08Use Cargo's build script metadata feature to make reliable include dirsDavid Tolnay
2020-09-07Inline cxx-symbols crate into cxxDavid Tolnay
2020-09-06Linearize cycle dependency between cxx crate and cxx.ccDavid Tolnay
2020-08-30Remove link-cplusplus dependency from non-Cargo buildsDavid Tolnay
2020-08-30Replace anyhow dependency with a handwritten reporterDavid Tolnay
2020-08-24Guess at BUCK and BUILD rules.Adrian Taylor
2020-07-30Remove structopt from third-partyDavid Tolnay
2020-04-30Avoid second lib.rs in the same src directoryDavid Tolnay
2020-04-30Move Rust symbols required by C++ to a separate Buck targetDavid Tolnay
2020-04-29Split cxx runtime and build componentsDavid Tolnay
2020-04-29Set binary name for buck-built codegen cliDavid Tolnay
2020-04-29Remove cargo author var from BUCK targetDavid Tolnay
2020-04-25Replace thiserror dependency with handwritten implsDavid Tolnay
2020-03-18Update to codespan-reporting 0.9David Tolnay
2020-03-11Move header include path to rust/cxx.hDavid Tolnay
2020-02-18Add buck targetsDavid Tolnay