1. 33f93ac Allow overriding crate universe packages to local packages (#2674) by Oliver Graff · 29 hours ago upstream-main
  2. e3a77c4 Ensure that running `bazel build` on a cargo_build_script target actually runs the build script (#2680) by Matt · 35 hours ago
  3. 7f2b47c use bazel_ci_rules bazel_dep instead of http_archive (#2678) by Matthieu MOREL · 35 hours ago
  4. 9d34479 Ensure dynamic library dependencies end up in the runfiles directory (#2671) by Ed Schouten · 2 days ago
  5. e3f6258 crate_universe: Don't include crate name in build script path. (#2663) by Cornelius Riemenschneider · 4 days ago
  6. a92de54 Fix cargo_build_script executables. (#2675) by Matt · 4 days ago
  7. 0c5e67c Fix protobuf generated srcs to include all sources (#2676) by Matt · 4 days ago
  8. dc08bde Use repo-mapping-aware runfiles API in rust-analyzer (#2666) by David Zbarsky · 8 days ago
  9. df80ce6 fix: default rustfmt version to supplied rust version (#2660) by Matt Mackay · 3 weeks ago
  10. 0d8d3e0 Fixup from #2657 (#2659) by Daniel Wagner-Hall · 3 weeks ago upstream/0.45.1
  11. 3bd4eeb Release 0.45.0 (#2658) by UebelAndre · 3 weeks ago upstream/0.45.0
  12. 4023d94 Added logging to crate_universe checksum validation (#2657) by UebelAndre · 3 weeks ago
  13. 1566bad Add support for generated sources to rust-analyzer. (#2654) by Matt · 3 weeks ago
  14. a6222cd Allow runfiles object to be an arbitrary expression. (#2651) by Matt · 3 weeks ago
  15. d87eadf Allow searching for the rlocation of a module. (#2652) by Matt · 3 weeks ago
  16. c88ba10 Fix cc_common_link when using sibling repository layout (#2643) by yuzhy8701 · 4 weeks ago
  17. 6a06c81 Release 0.44.0 (#2649) by Daniel Wagner-Hall · 4 weeks ago upstream/0.44.0
  18. 4a3ffcb Add target for running rustfmt directly (#2648) by Daniel Wagner-Hall · 4 weeks ago
  19. 5b0a6a9 Update cross to fix crate_universe builds in releases (#2645) by UebelAndre · 4 weeks ago upstream/0.43.0
  20. 56456cf Release 0.43.0 (#2642) by UebelAndre · 4 weeks ago
  21. f22926a Use `cargo tree` to determine feature dependent optional deps (#2636) by UebelAndre · 4 weeks ago
  22. 29aed66 Minor cleanup for crate_universe (#2644) by UebelAndre · 4 weeks ago
  23. dd7a694 Remove `incompatible_test_attr_crate_and_srcs_mutually_exclusive` (#2641) by UebelAndre · 4 weeks ago
  24. 3342d68 Added Rust 1.78.0 (#2639) by UebelAndre · 4 weeks ago
  25. d6c5704 Add docs and examples of complicated build scripts (#2635) by Daniel Wagner-Hall · 5 weeks ago
  26. 0ca65fb Follow-up documentation/fixes to lockfile API (#2637) by Daniel Wagner-Hall · 5 weeks ago
  27. 1fc0f8c Updated Buildifier version for crate_universe (#2634) by UebelAndre · 5 weeks ago
  28. 78d920b Support loading http credentials from netrc (#2623) by Evgeny Petrov · 5 weeks ago
  29. 64920a0 also rewrite -isystem in addition to -sysroot (#2631) by Adrian Imboden · 6 weeks ago
  30. c43af7b Added debug logging for spliced manifests to crate_universe (#2629) by UebelAndre · 6 weeks ago
  31. 2776987 Update `cargo_bootstrap_repository` interface to match dependency macros (#2630) by UebelAndre · 6 weeks ago
  32. 4c554fc Add context to error messages (#2408) by Daniel Wagner-Hall · 6 weeks ago
  33. a2d1344 Nit: Fix link to example in rust_bindgen.md (#2628) by Grzegorz Lukasik · 6 weeks ago
  34. 29ec07a Register a default rust toolchain. (#2624) by Matt · 6 weeks ago
  35. df7a655 Add aspect_rules_js to MODULE.bazel (#2618) by David Zbarsky · 6 weeks ago
  36. 72d1d4a Add clippy_flag flag to allow flags to be added in succession. (#2625) by Brian Granaghan · 6 weeks ago
  37. 8d074a0 Bzlmod-aware runfiles library (#2566) by David Zbarsky · 7 weeks ago
  38. 825aef9 Release 0.42.1 (#2614) by UebelAndre · 8 weeks ago upstream/0.42.1
  39. f960192 Test BCR example in minimum bazel (#2613) by Daniel Wagner-Hall · 8 weeks ago
  40. a58d952 Fix rust module extension for Bazel pre-7.1 (#2612) by Cameron Martin · 8 weeks ago
  41. 22c016b Release 0.42.0 (#2610) by UebelAndre · 8 weeks ago upstream/0.42.0
  42. 1afc1eb Re-vendor crate_universe outputs (#2609) by UebelAndre · 8 weeks ago
  43. 768eaf4 Added Rust 1.77.2 (#2608) by UebelAndre · 8 weeks ago
  44. 8802f4d clippy: use --cap-lints=warn; apply clippy_flags when capture_output=True (#2451) by Geoffry Song · 8 weeks ago
  45. 6489c38 Keep default_features parity from bzlmod to workspace (#2606) by Lev1ty · 8 weeks ago
  46. 1a053cf Fix (+) In vendored crates semver metadata (#2579) by Eric McBride · 9 weeks ago
  47. 33f2f18 Added Rust 1.77.1 (#2591) by UebelAndre · 9 weeks ago
  48. fd71efb Make bazel lock file cross-platform (#2453) by Cameron Martin · 9 weeks ago
  49. 5f06994 Support building more things with bzlmod (#2601) by Matt · 9 weeks ago
  50. 709f93d Update rules_apple (#2602) by Gowroji Sunil · 9 weeks ago
  51. 2e460de Add support for `--compile_one_dependency` (#2598) by William Smith · 9 weeks ago
  52. 127b9b8 Fix crates.io URL (#2597) by Eric McBride · 9 weeks ago
  53. b3175b2 Release 0.41.1 (#2592) by UebelAndre · 9 weeks ago upstream/0.41.1
  54. b078bbd feat: Strip debug info from opt builds (#2513) by Matt Epperson · 9 weeks ago
  55. f9626f9 Updated repository rules to notify users about non-reproducible repos. (#2593) by UebelAndre · 9 weeks ago
  56. d3a227d Cleanup splicing utils (#2564) by David Zbarsky · 9 weeks ago
  57. 3785334 Fixed bug where crate_universe could match aliases to bench/example deps (#2600) by UebelAndre · 9 weeks ago
  58. ee339e2 Update test metadata for crate_universe (#2599) by UebelAndre · 9 weeks ago
  59. 0cb20f5 Deprecated `rust_bindgen.leak_symbols` (#2590) by UebelAndre · 9 weeks ago
  60. fe2bc68 fix(cargo-bazel): ignore example crates when checking if proc-macro (#2596) by qtica · 10 weeks ago
  61. 4769fe6 BUG-FIX: host-triple str for bzl mod (#2587) by Eric McBride · 10 weeks ago
  62. dd48a73 Android jobs should be using LTS Bazel releases (#2589) by UebelAndre · 10 weeks ago
  63. 63fbedb Add extra_rustc_flags_for_crate_types. (#2431) by Brian Granaghan · 2 months ago
  64. 0731206 Release 0.41.0 (#2569) by UebelAndre · 2 months ago upstream/0.41.0
  65. a7879a6 Mark the bzlmod extension reproducible as appropriate (#2575) by David Zbarsky · 2 months ago
  66. 1ab2352 Added starlark unit tests for `rust_toolchain.opt_level` (#2578) by UebelAndre · 2 months ago
  67. 8d7d0a2 Minor cleanup of bzl files (#2573) by UebelAndre · 2 months ago
  68. fc601ba Fix cargo-bazel recompile for MODULE.bazel (#2570) by Eric McBride · 2 months ago
  69. 98fab85 Fixed genquery for rust targets (#2559) by UebelAndre · 2 months ago
  70. 00a4bfb Allow a no-cargo setup for bzlmod (#2565) by David Zbarsky · 2 months ago
  71. 5ded574 bzlmod: fix issue with nightly versions (#2545) by Quentin Perez · 3 months ago
  72. 4bda11a Added Rust 1.77.0 (#2568) by UebelAndre · 3 months ago
  73. 6517b76 Removed unused 'select_with_or' (#2562) by David Zbarsky · 3 months ago
  74. f8ffba5 Rust Analyzer added NixOS supported platforms (#2547) by James Leitch · 3 months ago
  75. 846e910 Stop rustfmt versioning from overriding rust-analyzer versioning. (#2553) by ReticentIris · 3 months ago
  76. 5c6a402 Update cargo_toml to `0.19.2` (#2551) by Randolf J · 3 months ago
  77. e431afb Temporarily disable "Examples Clang with LLD" CI job (#2560) by UebelAndre · 3 months ago
  78. 8b977b5 Add example of cross-compiling with musl (#2535) by Daniel Wagner-Hall · 3 months ago
  79. 5d4dc3f Release 0.40.0 (#2527) by Daniel Wagner-Hall · 3 months ago upstream/0.40.0
  80. f69784f Make `Select` accessors public (#2528) by Daniel Wagner-Hall · 3 months ago
  81. 422c3b2 Use pub(crate) rather than pub (#2526) by Daniel Wagner-Hall · 3 months ago
  82. 7c98e23 Add public interface to lockfile interospection (#2515) by Daniel Wagner-Hall · 3 months ago
  83. ebbd6a2 Split CrateID CrateNameAndVersionReq (#2525) by Daniel Wagner-Hall · 3 months ago
  84. 33860ab Locate license file in packge root if not specified in cargo metadata (#2521) by Nick Collier · 3 months ago
  85. 777f3e5 Fix all-crate-deps with bzlmod and conditionals. (#2516) by Cornelius Riemenschneider · 3 months ago
  86. e7f5516 Implement support for dylib linkage (#2414) by Vinh Tran · 4 months ago
  87. 33fdddd Fix bzlmod examples on windows (#2454) by Cameron Martin · 4 months ago
  88. 0e0241e Introduce rules_rust_unsupported_feature (#2511) by Ted Pudlik · 4 months ago
  89. cf5f0bd Re-vendor all crates (#2514) by Cameron Martin · 4 months ago
  90. 53daac7 Set allow_empty on unknown globs (#2509) by Daniel Wagner-Hall · 4 months ago
  91. 998f7d5 Updated label crate to understand canonical vs apparent repositories (#2507) by UebelAndre · 4 months ago
  92. e404e51 fix rustdoc: omit link flags for rustdoc (#2467) by Bram Geron · 4 months ago
  93. bee5316 Replace deprecated `ctx.build_file_path` (#2503) by Mai Hussien · 4 months ago
  94. f3620bf Add MODULE.bazel.lock to gitignore (#2505) by Keith Smiley · 4 months ago
  95. 12d3f80 Update apple rules (#2506) by Keith Smiley · 4 months ago
  96. 377314b Allow rules to provide their own rust-analyzer providers (#2487) by UebelAndre · 4 months ago
  97. b1fc852 Update crates_universe render script to run from Bazel (#2492) by UebelAndre · 4 months ago
  98. 184da7d Introduce @rules_testing for Starlark tests (#2480) by Vinh Tran · 4 months ago
  99. 05d2d58 Bump crate_universe version to `0.11.0` (#2478) by UebelAndre · 4 months ago
  100. c61c3b8 Check if resolved index URL starts with sparse+ (#2498) by Nick Collier · 4 months ago