-
Notifications
You must be signed in to change notification settings - Fork 170
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: indexmap-rs/indexmap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 351f6ad
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: indexmap-rs/indexmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 008e543
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 5 files changed
- 2 contributors
Commits on Aug 9, 2020
-
ci: make sure test commands are
&&
-chainedThe new test command added in e0c627b directly followed the prior command, without `&&`-chaining the result. So if the tests before it _failed_, we wouldn't notice...
Configuration menu - View commit details
-
Copy full SHA for 123a351 - Browse repository at this point
Copy the full SHA 123a351View commit details -
Merge pull request #149 from cuviper/test-chaining
ci: make sure test commands are `&&`-chained
Configuration menu - View commit details
-
Copy full SHA for 622dd20 - Browse repository at this point
Copy the full SHA 622dd20View commit details
Commits on Aug 10, 2020
-
Set 2018 edition in .rustfmt.toml
The edition works automatically when running `cargo fmt`, but not when running `rustfmt` directly as some editors do.
Configuration menu - View commit details
-
Copy full SHA for 132814c - Browse repository at this point
Copy the full SHA 132814cView commit details
Commits on Sep 1, 2020
-
Add a feature to explicitly enable "std"
If you know you need "std", e.g. relying on default `S = RandomState`, then you can enable this feature to force it on, bypassing target detection. This may help scenarios where `autocfg` fails detection, like issue #144, but at the very least it will speed up the build script by avoiding extra `rustc` invocations.
Configuration menu - View commit details
-
Copy full SHA for ef0adaf - Browse repository at this point
Copy the full SHA ef0adafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4de0dcf - Browse repository at this point
Copy the full SHA 4de0dcfView commit details -
Merge pull request #145 from cuviper/explicit-std
Add a feature to explicitly enable "std"
Configuration menu - View commit details
-
Copy full SHA for e53a6c0 - Browse repository at this point
Copy the full SHA e53a6c0View commit details
Commits on Sep 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b000693 - Browse repository at this point
Copy the full SHA b000693View commit details
Commits on Sep 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 083f5a7 - Browse repository at this point
Copy the full SHA 083f5a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 008e543 - Browse repository at this point
Copy the full SHA 008e543View 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 351f6ad...008e543