-
Notifications
You must be signed in to change notification settings - Fork 28
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: bkchr/proc-macro-crate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bkchr/proc-macro-crate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 4 files changed
- 5 contributors
Commits on Nov 12, 2024
-
Disable
displayfeature oftoml-editThis disables a lot of the serializer code that this crate does not need. While this does not completely address #37, it does reduce the cold compile-time slightly (on my high-end machine): 0.6 seconds.
Configuration menu - View commit details
-
Copy full SHA for 0141c48 - Browse repository at this point
Copy the full SHA 0141c48View commit details
Commits on Dec 29, 2024
-
Merge pull request #54 from zeenix/master
Disable `display` feature of `toml-edit`
Configuration menu - View commit details
-
Copy full SHA for a12fb32 - Browse repository at this point
Copy the full SHA a12fb32View commit details
Commits on Jan 5, 2025
-
When the application is built with Bazel as build system, environment variables like CARGO_MANIFEST_DIR, etc. are set for compatibility, but CARGO itself isn't, because Bazel is the tool of choice. Therefore any attempt to invoke Cargo to locate the workspace manifest path fails. As a fallback, a lack of the CARGO environment variable now just means no workspace support.
Configuration menu - View commit details
-
Copy full SHA for db99213 - Browse repository at this point
Copy the full SHA db99213View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2c5dbe - Browse repository at this point
Copy the full SHA e2c5dbeView commit details
Commits on Mar 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 51e8f0d - Browse repository at this point
Copy the full SHA 51e8f0dView commit details -
toml_edit tables: clippy.toml forbidden methods
I used this file and clippy -- -A clippy::all -D clippy::disallowed_methods to find the places I needed to fix.
Configuration menu - View commit details
-
Copy full SHA for 5ce9214 - Browse repository at this point
Copy the full SHA 5ce9214View commit details
Commits on Mar 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a138066 - Browse repository at this point
Copy the full SHA a138066View commit details -
CI: check that we don't call toml_edit::Item::as_table
This will stop this bug sneaking back in. Doing this here saves having to duplicate all the tests with versions that use inline tables instead. (We'll have one test, though.)
Configuration menu - View commit details
-
Copy full SHA for fe807ed - Browse repository at this point
Copy the full SHA fe807edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ded013 - Browse repository at this point
Copy the full SHA 1ded013View commit details -
Configuration menu - View commit details
-
Copy full SHA for b11171a - Browse repository at this point
Copy the full SHA b11171aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bcfd88 - Browse repository at this point
Copy the full SHA 1bcfd88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f5bf0 - Browse repository at this point
Copy the full SHA 88f5bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b44117e - Browse repository at this point
Copy the full SHA b44117eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd850c - Browse repository at this point
Copy the full SHA 5cd850cView 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 v3.2.0...v3.3.0