Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hermeticbuild/rules_rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.36
Choose a base ref
...
head repository: hermeticbuild/rules_rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.37
Choose a head ref
  • 6 commits
  • 21 files changed
  • 2 contributors

Commits on Feb 25, 2026

  1. Configuration menu
    Copy the full SHA
    ffa8821 View commit details
    Browse the repository at this point in the history
  2. Fix strip_values value getter (#47)

    ```
    ERROR: /Users/titouan.bion/Library/Caches/JetBrains/MonorepoBazel/aa71b1dc3fd25eda1f9f28ad27b5446f/external/rules_rs+/rs/experimental/rules_rust.bzl:30:31: Traceback (most recent call last):
    	File "/Users/titouan.bion/Library/Caches/JetBrains/MonorepoBazel/aa71b1dc3fd25eda1f9f28ad27b5446f/external/rules_rs+/rs/experimental/rules_rust.bzl", line 30, column 31, in _rules_rust_impl
    		strip = list(strip_values)()[0] if strip_values else 0
    Error: 'list' object is not callable
    ```
    ArchangelX360 authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    499d75a View commit details
    Browse the repository at this point in the history
  3. Add JetBrains link to README (#45)

    For now the link points to a Bazel module that does not use it, but it's
    the actual repo using it internally (just in the closed sources part of
    it). Eventually anyway we will use these rules in the community part as
    well.
    ArchangelX360 authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    f638493 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. Configuration menu
    Copy the full SHA
    48aa95d View commit details
    Browse the repository at this point in the history
  2. Fix rustfmt with remote exec

    dzbarsky committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    2d4163c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4e3587 View commit details
    Browse the repository at this point in the history
Loading