-
Notifications
You must be signed in to change notification settings - Fork 494
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: rust-lang/regex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rust-lang/regex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.7.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 24 files changed
- 3 contributors
Commits on Jul 14, 2022
-
capi: fix 'unused return value' warnings
Somewhat recently, 'CString::from_raw' got a '#[must_use]' slapped on it. Arguably, writing 'drop' around its return value is indeed much clearer. So we do that here. We also do that for 'Box::from_raw' even though it doesn't have a '#[must_use]' on it. But the same principle applies. PR #882
Configuration menu - View commit details
-
Copy full SHA for 5466076 - Browse repository at this point
Copy the full SHA 5466076View commit details -
ci: switch to dtolnay/rust-toolchain
The actions-rs/toolchain we were using appears dead: actions-rs/toolchain#216 Here's dtolnay's take: https://github.com/dtolnay/rust-toolchain In particular, it looks like a much more maintainable path here. For this one, if it ever goes unmaintained, I can maintain it myself without too much fuss. See also: https://old.reddit.com/r/rust/comments/vyx4oj/actionsrs_organization_became_unmaintained/ig54zv7/
Configuration menu - View commit details
-
Copy full SHA for 67824c7 - Browse repository at this point
Copy the full SHA 67824c7View commit details
Commits on Jul 19, 2022
-
readme: re-word usage to remove version number
We cheat a little bit by leveraging 'cargo add'. Closes #889
Configuration menu - View commit details
-
Copy full SHA for fc6f5cc - Browse repository at this point
Copy the full SHA fc6f5ccView commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 159a63c - Browse repository at this point
Copy the full SHA 159a63cView commit details
Commits on Oct 5, 2022
-
I didn't realize this was a useful build output for a C library, but I guess it is. Namely, it permits it to be built with other rlibs into one giant single shared library. Fixes #909
Configuration menu - View commit details
-
Copy full SHA for 3bac5c8 - Browse repository at this point
Copy the full SHA 3bac5c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d0023e - Browse repository at this point
Copy the full SHA 0d0023eView commit details
Commits on Nov 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a18927 - Browse repository at this point
Copy the full SHA 9a18927View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3b132 - Browse repository at this point
Copy the full SHA ea3b132View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca7b99c - Browse repository at this point
Copy the full SHA ca7b99cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f871a8e - Browse repository at this point
Copy the full SHA f871a8eView 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.6.0...1.7.0