aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-29Release 1.0.107David Tolnay
2023-08-29Lockfile updateDavid Tolnay
2023-08-29Re-buckify with winapi-x86_64-pc-windows-gnu dependencyDavid Tolnay
2023-08-29Merge pull request #1266 from dtolnay/attrconcatDavid Tolnay
2023-08-29Remove 'attr!' wrapper around concat in link_name & export_name attributesDavid Tolnay
2023-08-29Remove unique_ptr from name of std::vector<>::new symbolDavid Tolnay
2023-08-29Space function definitions and ensure all have begin_function_definitionDavid Tolnay
2023-08-29Format PR 1262 with rustfmtDavid Tolnay
2023-08-29Merge pull request #1262 from capickett/masterDavid Tolnay
2023-08-29Update write.rs to generate $newCameron Pickett
2023-08-28Update ui test suite to nightly-2023-08-29David Tolnay
2023-08-27Update ui test suite to nightly-2023-08-28David Tolnay
2023-08-25Update buck2 prelude to pull in new static type syntaxDavid Tolnay
2023-08-25Fix for unused importCameron Pickett
2023-08-25Add CxxVector::new for creating an empty vectorCameron Pickett
2023-08-24Raise minimum version for testing cxxbridge-cmd to Rust 1.70David Tolnay
2023-08-24Bump Bazel build to rustc 1.72.0David Tolnay
2023-08-19Release 1.0.106David Tolnay
2023-08-19Merge pull request #1261 from dtolnay/verifyrelDavid Tolnay
2023-08-19Verify relativized symlink pathDavid Tolnay
2023-08-15Ignore cargo-generated .package-cache fileDavid Tolnay
2023-08-15Bump prelude to pick up new typing syntaxDavid Tolnay
2023-08-15Create .cargo directory for easily using cargo vendorDavid Tolnay
2023-08-14Prevent confusing behavior when reindeer buckify is run from repo rootDavid Tolnay
2023-08-14Syn's build.rs is in git only, not distributed to crates.ioDavid Tolnay
2023-08-14Quote crate no longer has build scriptDavid Tolnay
2023-08-14Reindeer no longer generates rust_binary targets for miscellaneous binsDavid Tolnay
2023-08-14Add reindeer fixup for clap_builder crate so it works in vendored modeDavid Tolnay
2023-08-13Release 1.0.105David Tolnay
2023-08-13Lockfile updateDavid Tolnay
2023-08-13Merge pull request #1257 from dtolnay/bazelmetadataDavid Tolnay
2023-08-13Add bazel annotations as Cargo.toml package metadataDavid Tolnay
2023-08-09Update ui test suite to nightly-2023-08-10David Tolnay
2023-08-07Merge pull request #1255 from dtolnay/bazelcxxoptDavid Tolnay
2023-08-07Globally set C++ standard in Bazel buildsDavid Tolnay
2023-08-06Release 1.0.104David Tolnay
2023-08-06Merge pull request #1253 from dtolnay/symlinksDavid Tolnay
2023-08-06Fix symlink paths during copy on WindowsDavid Tolnay
2023-08-05Release 1.0.103David Tolnay
2023-08-05Lockfile updateDavid Tolnay
2023-08-05Common prefix is a substring of both pathsDavid Tolnay
2023-08-05Touch up PR 1251 testsDavid Tolnay
2023-08-05Compute paths relative to common prefixDavid Tolnay
2023-08-05Rename left,right -> first,secondDavid Tolnay
2023-08-05Rename root -> prefix, as 'root' means something different in path componentsDavid Tolnay
2023-08-05Eliminate unwrap from shared_rootDavid Tolnay
2023-08-05Touch up PR 1251David Tolnay
2023-08-05Improve explanation of semantic rootDavid Tolnay
2023-08-05Merge pull request #1251 from j-baker/jbaker/relativise_symlinksDavid Tolnay
2023-08-05Relativize symlinks where possiblejames.baker@helsing.ai