-
Notifications
You must be signed in to change notification settings - Fork 14
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: dtolnay/zmij
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.20
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/zmij
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.21
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 4 files changed
- 1 contributor
Commits on Feb 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3812b15 - Browse repository at this point
Copy the full SHA 3812b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc76e9 - Browse repository at this point
Copy the full SHA afc76e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1daaf0c - Browse repository at this point
Copy the full SHA 1daaf0cView commit details -
Restore support for rustc older than 1.83
error[E0658]: referencing statics in constant functions is unstable --> src/lib.rs:262:27 | 262 | let m = unsafe { *POW10S.as_ptr().add(((i + 11) % 28) as usize) }; | ^^^^^^ | = note: `static` and `const` variables can refer to other `const` variables. A `const` variable, however, cannot refer to a `static` variable. = help: to fix this, the value can be extracted to a `const` and then used. error[E0658]: referencing statics in constant functions is unstable --> src/lib.rs:263:27 | 263 | let h = unsafe { *HIGH_PARTS.as_ptr().add(((i + 11) / 28) as usize) }; | ^^^^^^^^^^ | = note: `static` and `const` variables can refer to other `const` variables. A `const` variable, however, cannot refer to a `static` variable. = help: to fix this, the value can be extracted to a `const` and then used. error[E0658]: referencing statics in constant functions is unstable --> src/lib.rs:279:34 | 279 | result.lo -= ((unsafe { *FIXUPS.as_ptr().add((i >> 5) as usize) } >> (i & 31)) & 1) as u64; | ^^^^^^ | = note: `static` and `const` variables can refer to other `const` variables. A `const` variable, however, cannot refer to a `static` variable. = help: to fix this, the value can be extracted to a `const` and then used.Configuration menu - View commit details
-
Copy full SHA for 9688213 - Browse repository at this point
Copy the full SHA 9688213View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec5058e - Browse repository at this point
Copy the full SHA ec5058eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6531ba3 - Browse repository at this point
Copy the full SHA 6531ba3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.20...1.0.21