aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-02-23Implement support for dylib linkage (#2414)Vinh Tran
2024-02-23Fix bzlmod examples on windows (#2454)Cameron Martin
2024-02-22Set allow_empty on unknown globs (#2509)Daniel Wagner-Hall
2024-02-21fix rustdoc: omit link flags for rustdoc (#2467)Bram Geron
2024-02-19Introduce @rules_testing for Starlark tests (#2480)Vinh Tran
2024-02-19Bump crate_universe version to `0.11.0` (#2478)UebelAndre
2024-02-18Add script to revendor all crates (#2459)Cameron Martin
2024-02-14Generate package license metadata (#2476)Nick Collier
2024-02-12Use -C link-arg= instead of link-args to handle nested spaces (#2471)Kevin King
2024-01-05Change default Rust distribution downloads from .tar.gz to .tar.xz (#2399)David Tolnay
2024-01-05Add test for query and cquery in the repo (#2398)Daniel Wagner-Hall
2024-01-05Advertise CcInfo provider on rules (#2126)Cameron Martin
2024-01-02remove incompatible_override_toolchain_transition (#2344)Krasimir Georgiev
2024-01-02Remove tests for invalid crate names (#2387)Daniel Wagner-Hall
2023-12-28Remove redundant/legacy cargo_build_script.bzl (#2364)UebelAndre
2023-12-27`crate.select()` support (#1977)James Leitch
2023-12-27Added `rust_unpretty_aspect` and `rust_unpretty` rules (#2356)UebelAndre
2023-12-27Minor cleanup (#2357)UebelAndre
2023-12-18Include all toolchain files in the current toolchain (#2336)Daniel Wagner-Hall
2023-12-15`cargo-bazel` now supports `alias_rule` to customize the aliases generated (#...James Leitch
2023-12-14Moved `generate_target_compatible_with` into `render_config`. (#2329)James Leitch
2023-12-14Inform users that `crate` and `srcs` are mutually exclusive (#1650)UebelAndre
2023-12-13Remove `.bazelversion` file to always use latest release available. (#2323)UebelAndre
2023-12-13Add support for QNX (#2195)John Hughes
2023-12-13Uprev bazel CI to bazel 7.0.0 (#2322)Matt
2023-12-12Allow additional targets to compile with bzlmod (#2314)Matt
2023-12-12Pin repo to bazel 6.4.0 (#2318)Daniel Wagner-Hall
2023-12-11NixOS added as a Platform target including a pseudo target triple (#2311)James Leitch
2023-12-07Move implementation detail settings into private module (#2305)UebelAndre
2023-12-06Updated direct dependencies (#2308)UebelAndre
2023-12-04Declare dependencies in vendored crates (#2246)Matt
2023-11-23Bump cargo_toml to 0.17.1 (#2278)Daniel Wagner-Hall
2023-11-22cargo_build_script can use rustc_env_files (#2276)Daniel Wagner-Hall
2023-11-16Support rustfmt on crates with generated sources (#2255)UebelAndre
2023-11-03process_wrapper: write all output from rustc if json parsing fails. (#2234)Roberto Bampi
2023-11-02Updated crate_universe dependencies (#2228)UebelAndre
2023-10-31Set --sysroot to sysroot generated by rust_toolchain (#2223)Vinh Tran
2023-10-31Adds support for bindeps in crate universe (#2226)Cameron Mulhern
2023-10-25Shorten test targets (#2214)Vinh Tran
2023-10-18Remove _rustc_env_attr from CrateInfo (#2189)Vinh Tran
2023-10-17Refactor rustc_compile_action to construct CrateInfo internally (#2188)Vinh Tran
2023-10-11Use canonical labels for analysistest config_settings (#2191)Nick Gooding
2023-10-10Set CARGO_MANIFEST_LINKS if links is set (#2190)Daniel Wagner-Hall
2023-10-06Refactor CrateInfo construction (#2161)Vinh Tran
2023-09-29Set up default allocator_library and global_allocator_library (#2172)Daniel Wagner-Hall
2023-09-28rustdoc: respect error_format config (#2166)Geoffry Song
2023-09-09Handle files from external repos (fix breaking change in Bazel 3.7.0) (#2138)Javier G. Sogo
2023-09-06cargo_build_scripts can be run from custom directories (#2152)Daniel Wagner-Hall
2023-08-23Cleanup args construction (#2122)David Zbarsky
2023-08-08Make proc macros' "data" available in compile_data of crates that use macro (...David Tolnay