1. 3798757 Added Rust 1.57.0 (#1055) by UebelAndre · 2 years, 7 months ago
  2. 20f4ff5 Add `DepInfo.transitive_crate_outputs` field (#1053) by scentini · 2 years, 7 months ago
  3. 65b558c Don't add dylibs to runfiles manually (#1052) by scentini · 2 years, 7 months ago
  4. 506c1f6 toolchain: support location expansion for stdlib_linkflags (#1049) by Krasimir Georgiev · 2 years, 7 months ago
  5. ded0e56 Enhance label.rs to support implicit targets and expose absolute-ness. (#1046) by Chris Fredrickson · 2 years, 7 months ago
  6. 9d70a5a Add incompatible_changes package and exempt it from default CI tests (#1050) by scentini · 2 years, 7 months ago
  7. dc66c16 Allow rust toolchain repositories from custom repo rules (#1036) by Ivan Kalchev · 2 years, 7 months ago
  8. 87b74a1 Provide CcInfo with stdlib_linkopts from rust_toolchain (#1045) by Marcel Hlopko · 2 years, 7 months ago
  9. 5bbb15c Fix rustc panic on Windows due to how stdout/stderr are set up in the process wrapper (#1031) by Damien DeVille · 2 years, 7 months ago
  10. 57243dc Do not use linker for compiling rlibs (#1042) by Marcel Hlopko · 2 years, 7 months ago
  11. fe0ffcd rust-analyzer: Set a library's `display_name` when consolidating crate specs (#1039) by Ryo Takahashi · 2 years, 7 months ago
  12. cc18aaf Extract SYSROOT_SRC_FILE_RUNFILES_PREFIX constant (#1038) by Marcel Hlopko · 2 years, 7 months ago
  13. 3405b79 Derive Debug for runfiles (#1037) by Marcel Hlopko · 2 years, 7 months ago
  14. 66a5d61 Use a param file when invoking rustc since the argument list can become too large (#1033) by Damien DeVille · 2 years, 7 months ago
  15. a712e8a tools/runfiles: use $TEST_SRCDIR when available (#1035) by Tim Neumann · 2 years, 7 months ago
  16. 6d5598c Better handling of versioned library filenames. (#1009) by Damien DeVille · 2 years, 7 months ago
  17. 3e04c5a Don't filter out pre-release versions for git deps (#1028) by Daniel Wagner-Hall · 2 years, 7 months ago
  18. 09f8df7 Fixed `RULES_RUST_TOOLCHAIN_INCLUDE_RUSTC_SRCS` not configuring rustc_srcs on toolchains (#1029) by UebelAndre · 2 years, 7 months ago
  19. 53b1de6 Make action_env work for rustc actions (#1022) by David Marcin · 2 years, 7 months ago
  20. 77cffb0 declare CARGO_CFG_(WINDOWS|UNIX) in build scripts (#1025) by Damien Elmes · 2 years, 7 months ago
  21. b393399 Allow rust_bindgen rules to disable rustfmt with an attr (#1024) by David Marcin · 2 years, 7 months ago
  22. e1db584 Fixed missing `cc_toolchain` issues for `rust_doc` rules (#1021) by UebelAndre · 2 years, 7 months ago
  23. 8c05ac7 Rust Analyzer: Generate rust-project.json without explicit target list (#1010) by UebelAndre · 2 years, 7 months ago
  24. 95d29b4 Fix clippy rule not writing any content to the output file (#1014) by Damien DeVille · 2 years, 7 months ago
  25. e7b1e5a Rustdoc rules now share a code path with Rustc rules for more consistency (#1015) by UebelAndre · 2 years, 7 months ago
  26. fd5d10a Minor cleanup (#1017) by UebelAndre · 2 years, 7 months ago
  27. 1fc2993 Fix C++ compilation warning (#1011) by UebelAndre · 2 years, 7 months ago
  28. 3325429 Update wasm-bindgen to `0.2.78` and `rules_nodejs` to `4.4.4` (#984) by UebelAndre · 2 years, 7 months ago
  29. d66f11a `rustc_env_file` can now render workspace status stamp format strings (#983) by UebelAndre · 2 years, 7 months ago
  30. 2801cb3 Added Rust version `1.56.1` (#1007) by UebelAndre · 2 years, 7 months ago
  31. e2f0fcc Avoid Win32 MAX_PATH issues by shortening `cargo_build_script` bin names (#1006) by UebelAndre · 2 years, 8 months ago
  32. 3cc41db Remove unused rust.bzl file (#1002) by Marcel Hlopko · 2 years, 8 months ago
  33. b3e26e0 Absolutify CXX as well as CC (#969) by Daniel Wagner-Hall · 2 years, 8 months ago
  34. d7db4d3 Fix outdated instructions (#1000) by Alex Saveau · 2 years, 8 months ago
  35. b25b508 Obtain the "CARGO_CRATE_NAME" value from the CrateInfo (#999) by scentini · 2 years, 8 months ago
  36. 7281091 Flip --incompatible_make_rust_providers_target_independent (#998) by scentini · 2 years, 8 months ago
  37. 0c53d0e Flip default incompatible flag value for #591 (#995) by Marcel Hlopko · 2 years, 8 months ago
  38. 25f396f Migrate last bits of #591 (#993) by Marcel Hlopko · 2 years, 8 months ago
  39. d974e0e Migrate rules_rust examples to defs.bzl and smaller rules (#986) by Marcel Hlopko · 2 years, 8 months ago
  40. 3fff8df Regenerate //tools/rust_analyzer/raze for #591 (#991) by Marcel Hlopko · 2 years, 8 months ago
  41. cd11e1b Regenerate //bindgen/raze for #591 (#990) by Marcel Hlopko · 2 years, 8 months ago
  42. 7607c2b Regenerate //wasm_bindgen/raze for #591 (#989) by Marcel Hlopko · 2 years, 8 months ago
  43. f3a34f6 Regenerate //proto/raze for #591 (#988) by Marcel Hlopko · 2 years, 8 months ago
  44. bab14a4 Migrate rules_rust main repository to defs.bzl and smaller rules (#987) by Marcel Hlopko · 2 years, 8 months ago
  45. 555b521 Add Rust 1.56.0 (#982) by kalcutter · 2 years, 8 months ago
  46. 4e86d96 Added progress message to `cargo_build_script` (#985) by UebelAndre · 2 years, 8 months ago
  47. 82b650d Allow auth to be used for downloading rust repos (#972) by Daniel Wagner-Hall · 2 years, 8 months ago
  48. cdca6ed Add test case for OUT_DIR in tests. (#954) by RS · 2 years, 8 months ago
  49. 6f79458 Fix `cargo_build_script` breakage when `SYSROOT` is specified (#976) by scentini · 2 years, 8 months ago
  50. 89d207b Also propagate linkstamps through rust_libraries (#975) by Marcel Hlopko · 2 years, 8 months ago
  51. 9d3303d Re-use tags for rust_binary and build script (#974) by Daniel Wagner-Hall · 2 years, 8 months ago
  52. 6bf03f2 Allow `rustc_compile_action` to threat all dependencies as direct depenencies (#970) by scentini · 2 years, 8 months ago
  53. 4efa71d Remove absolutify (#973) by Daniel Wagner-Hall · 2 years, 8 months ago
  54. 2c88055 Make sure each linkstamp is compiled just once. (#968) by Marcel Hlopko · 2 years, 8 months ago
  55. 4efefd6 Add `incompatible_make_rust_providers_target_independent` flag (#967) by scentini · 2 years, 8 months ago
  56. 3438d06 Updated `rules_cc` and `bazel_stardoc` versions (#965) by UebelAndre · 2 years, 8 months ago
  57. e335135 Support additional registries (#942) by Daniel Wagner-Hall · 2 years, 8 months ago
  58. 8d7a3c0 Fix `cargo_bootstrap_repository` not triggering on changes to `srcs` (#959) by UebelAndre · 2 years, 8 months ago
  59. fe5ddf3 Updated `bazel_skylib` to `1.1.1` (#957) by UebelAndre · 2 years, 8 months ago
  60. a6f4d69 Support native dependencies with linkstamps (#961) by Krasimir Georgiev · 2 years, 9 months ago
  61. 238b998 Do not use test launcher when not needed (#960) by Marcel Hlopko · 2 years, 9 months ago
  62. e83c39d Use rbe_preconfig for RBE toolchain config (#958) by Chi Wang · 2 years, 9 months ago
  63. e589105 Updated `rules_cc` and `rules_proto` (#945) by UebelAndre · 2 years, 9 months ago
  64. 5c09f01 Allow passing files to `rustc_env_files` (#946) by UebelAndre · 2 years, 9 months ago
  65. 75c63c3 Resolve clippy remote execution build error (#944) by David Marcin · 2 years, 9 months ago
  66. 696a4e7 Updated `rules_foreign_cc` to `0.6.0` (#940) by UebelAndre · 2 years, 9 months ago
  67. d6b3eea Delete unused package (#941) by UebelAndre · 2 years, 9 months ago
  68. 4b3492a Optionally capture clippy lints as a build output (#937) by James Farrell · 2 years, 9 months ago
  69. ec3bebf Add CI tasks for rolling bazel version (#939) by Marcel Hlopko · 2 years, 9 months ago
  70. 5e72a56 Add soft-failing steps that test with Bazel Rolling Releases (#935) by Philipp Wollermann · 2 years, 9 months ago
  71. a0104fb Deleted `rust_benchmark` rule (#938) by UebelAndre · 2 years, 9 months ago
  72. 20cec2e Update deps (#929) by Daniel Wagner-Hall · 2 years, 9 months ago
  73. 31dbabd Remove deleted pipeline from README (#934) by Marcel Hlopko · 2 years, 9 months ago
  74. 1001161 Added Rust 1.55.0 (#936) by UebelAndre · 2 years, 9 months ago
  75. 7cfe640 Fix a unit test for Bazel 5.0 (#933) by Marcel Hlopko · 2 years, 9 months ago
  76. 251c5da Added support for plat specific env vars to `cargo_bootstrap_repository` (#932) by UebelAndre · 2 years, 9 months ago
  77. 531053e Fix rust benchmark (#923) by UebelAndre · 2 years, 9 months ago
  78. aef1128 add CXX var to configure cpp compiler (#928) by Rinat Shigapov · 2 years, 10 months ago
  79. e8d61a6 Add docs for error_format (#924) by David Marcin · 2 years, 10 months ago
  80. 52e3ba4 Support passing arbitrary extra flags to rustc (#566) by David Marcin · 2 years, 10 months ago
  81. 5beb773 Prevent multiple calls to `rust_repositories` from redefining toolchains (#922) by UebelAndre · 2 years, 10 months ago
  82. 96e2d5b Adjust env for bindgen compilation. (#916) by RS · 2 years, 10 months ago
  83. 7456276 Created bindgen examples directory (#918) by UebelAndre · 2 years, 10 months ago
  84. 43eb62d Improved `rust_wasm_bindgen` error messaging (#914) by UebelAndre · 2 years, 10 months ago
  85. e2f1ab9 Added providers to documentation (#911) by UebelAndre · 2 years, 10 months ago
  86. 176aff7 Add tools attr with exec transition for cargo_build_script (#885) by David Marcin · 2 years, 10 months ago
  87. d2bf64f Updated `rules_nodejs` for wasm_bindgen rules (#890) by UebelAndre · 2 years, 10 months ago
  88. 8609066 Fix docs to use up-to-date rule name (#909) by Max Vorobev · 2 years, 10 months ago
  89. a366b76 Update formatting of `--extern` flags passed to `rustc` (#892) by UebelAndre · 2 years, 10 months ago
  90. 1aea1a6 Update default edition to 2018 (#901) by UebelAndre · 2 years, 10 months ago
  91. 93431fb Added link to github repo in docs (#908) by UebelAndre · 2 years, 10 months ago
  92. 392b17c Allow setting visibility on cargo_build_scripts (#903) by Daniel Wagner-Hall · 2 years, 10 months ago
  93. d823887 Document visibility requirements (#906) by David Souther · 2 years, 10 months ago
  94. 8ae83f0 fix(test_env): export canonical CARGO_BIN_EXE env variable (#842) by OJ Kwon · 2 years, 10 months ago
  95. c2a8afa Updated wasm_bindgen to 0.2.76 (#902) by UebelAndre · 2 years, 10 months ago
  96. fc39628 Added `default_edition` and `default_version` to `rust_common` (#897) by UebelAndre · 2 years, 10 months ago
  97. e21071a Updated `rules_foreign_cc` version for examples (#895) by UebelAndre · 2 years, 10 months ago
  98. ed0c6e9 Added `cargo_bootstrap_repository` rule (#891) by UebelAndre · 2 years, 10 months ago
  99. 80e0090 Regenerated cargo-raze outputs for sys examples (#898) by UebelAndre · 2 years, 10 months ago
  100. 85c7d04 Moved examples and docs repository definitions into their WORKSPACE files (#896) by UebelAndre · 2 years, 10 months ago