aboutsummaryrefslogtreecommitdiff
path: root/BUILD
AgeCommit message (Expand)Author
2023-07-06Update to 2021 editionDavid Tolnay
2023-02-15Synchronize crate names in Bazel and Buck with Cargo crate namesDavid Tolnay
2023-02-15Reduce visibility of cxx-build target in non-Cargo build rulesDavid Tolnay
2022-08-01Update bazel and buck srcs globs to refer only to .rs filesDavid Tolnay
2022-04-10Enforce edition on all Bazel targetsDavid Tolnay
2022-01-03Replace lazy_static with once_cellDavid Tolnay
2021-12-07Add alloc feature behind feature gateDavid Tolnay
2021-10-26Fill in missing rust_proc_macro Bazel importDavid Tolnay
2021-10-26Migrate cxx for bazelbuild/rules_rust#591Marcel Hlopko
2021-08-14Remove rules that override rules_rust's default editionDavid 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-24Load cc_library from @rules_ccDavid 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-29Fix //:lib bazel buildDavid Tolnay
2020-08-24Guess at BUCK and BUILD rules.Adrian Taylor
2020-07-30Remove structopt from third-partyDavid Tolnay
2020-07-30Update bazel Rust rulesDavid Tolnay
2020-04-29Split cxx runtime and build componentsDavid 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-25Move build -> tools/bazelDavid Tolnay
2020-02-24Preserve hyphens in third-party crate namesDavid Tolnay
2020-02-22Add bazel targetsDavid Tolnay