Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: web-infra-dev/rspack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6e1ced12450ea55b63f6992ed6700f4a204f7712
Choose a base ref
..
head repository: web-infra-dev/rspack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bac1ca1fe9568e981550cb5c9741c8e6e5f516a1
Choose a head ref
Showing 513 changed files with 6,654 additions and 3,632 deletions.
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/3-tracking-issue.en-US.yml
Original file line number Diff line number Diff line change
@@ -8,8 +8,6 @@ body:
attributes:
label: What subject does this issue tracking?
value: |
# [Subject]
```[tasklist]
### Tasks
- [ ] Add a draft title or issue reference here
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -159,7 +159,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.28.1
- uses: crate-ci/typos@v1.28.2
with:
files: .

@@ -288,7 +288,7 @@ jobs:
- uses: ./.github/actions/rustup
with:
shared-key: check
- uses: cargo-bins/cargo-binstall@v1.10.14
- uses: cargo-bins/cargo-binstall@v1.10.15
- run: cargo binstall --no-confirm cargo-shear
- run: cargo shear

@@ -323,7 +323,7 @@ jobs:
rust_test_miri:
name: Rust test miri
needs: [get-runner-labels, rust_changes]
if: ${{ needs.rust_changes.outputs.changed == 'true' }}
if: needs.rust_changes.outputs.changed == 'true' && github.ref_name == 'main' && github.repository_owner == 'web-infra-dev'
runs-on: ${{ fromJSON(needs.get-runner-labels.outputs.LINUX_RUNNER_LABELS) }}
steps:
- uses: actions/checkout@v4
Loading