-
Notifications
You must be signed in to change notification settings - Fork 322
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/hashbrown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rust-lang/hashbrown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 7 files changed
- 4 contributors
Commits on Apr 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f0fb692 - Browse repository at this point
Copy the full SHA f0fb692View commit details -
Configuration menu - View commit details
-
Copy full SHA for d48a5bb - Browse repository at this point
Copy the full SHA d48a5bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for af2d3ec - Browse repository at this point
Copy the full SHA af2d3ecView commit details
Commits on Apr 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cad5319 - Browse repository at this point
Copy the full SHA cad5319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32395a4 - Browse repository at this point
Copy the full SHA 32395a4View commit details -
Merge pull request #72 from Amanieu/bench
Replace benchmarks with (slightly) better ones
Configuration menu - View commit details
-
Copy full SHA for 454d208 - Browse repository at this point
Copy the full SHA 454d208View commit details
Commits on Apr 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 44243cc - Browse repository at this point
Copy the full SHA 44243ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70afa1b - Browse repository at this point
Copy the full SHA 70afa1bView commit details -
Merge pull request #77 from lzutao/refresh-doc
Automatically refresh gh-page to hashbrown crate doc
Configuration menu - View commit details
-
Copy full SHA for 538d149 - Browse repository at this point
Copy the full SHA 538d149View commit details
Commits on May 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 419f2ac - Browse repository at this point
Copy the full SHA 419f2acView commit details
Commits on May 6, 2019
-
Auto merge of #78 - RalfJung:miri, r=Amanieu
skip Miri tests if the setup fails Currently we are in a situation where Miri can be installed but `cargo miri setup` fails (due to rust-lang/miri#713). That should not lead to hashbrown's CI failing. Cc @gnzlbg
Configuration menu - View commit details
-
Copy full SHA for 4368aa4 - Browse repository at this point
Copy the full SHA 4368aa4View commit details
Commits on May 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2693d12 - Browse repository at this point
Copy the full SHA 2693d12View commit details -
Auto merge of #80 - RalfJung:raw, r=Amanieu
cast the entire slice to a raw pointer, not just the first element A strict reading of pointer provenance implies that when a `&T` gets cast to `*const T`, you may only use the raw pointer to access that `T`, not its neighbors. That's what Miri currently implements, though it is less strict around statics (which is why this one does not currently cause a Miri failure -- I'd like to make Miri more strict though). Cc rust-lang/unsafe-code-guidelines#134
Configuration menu - View commit details
-
Copy full SHA for c765ea0 - Browse repository at this point
Copy the full SHA c765ea0View commit details
Commits on May 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1889600 - Browse repository at this point
Copy the full SHA 1889600View 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 v0.3.0...v0.3.1