Skip to content
Permalink

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
Choose a base ref
...
head repository: rust-lang/hashbrown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 14 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 25, 2019

  1. README: Update Travis link

    tesuji authored Apr 25, 2019
    Configuration menu
    Copy the full SHA
    f0fb692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d48a5bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af2d3ec View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Merge pull request #70 from lzutao/patch-1

    README: Update Travis link
    Amanieu authored Apr 26, 2019
    Configuration menu
    Copy the full SHA
    cad5319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32395a4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #72 from Amanieu/bench

    Replace benchmarks with (slightly) better ones
    Amanieu authored Apr 26, 2019
    Configuration menu
    Copy the full SHA
    454d208 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Configuration menu
    Copy the full SHA
    44243cc View commit details
    Browse the repository at this point in the history
  2. Use docs.rs badge

    tesuji committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    70afa1b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #77 from lzutao/refresh-doc

    Automatically refresh gh-page to hashbrown crate doc
    Amanieu authored Apr 27, 2019
    Configuration menu
    Copy the full SHA
    538d149 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    419f2ac View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. 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
    bors committed May 6, 2019
    Configuration menu
    Copy the full SHA
    4368aa4 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    2693d12 View commit details
    Browse the repository at this point in the history
  2. 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
    bors committed May 28, 2019
    Configuration menu
    Copy the full SHA
    c765ea0 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Version 0.3.1

    Amanieu committed May 30, 2019
    Configuration menu
    Copy the full SHA
    1889600 View commit details
    Browse the repository at this point in the history
Loading