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: indexmap-rs/indexmap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.1
Choose a base ref
...
head repository: indexmap-rs/indexmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.6.0
Choose a head ref
  • 9 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 9, 2020

  1. ci: make sure test commands are &&-chained

    The 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...
    cuviper committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    123a351 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from cuviper/test-chaining

    ci: make sure test commands are `&&`-chained
    cuviper authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    622dd20 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Set 2018 edition in .rustfmt.toml

    The edition works automatically when running `cargo fmt`, but not when
    running `rustfmt` directly as some editors do.
    cuviper committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    132814c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. 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.
    cuviper committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ef0adaf View commit details
    Browse the repository at this point in the history
  2. Release 1.5.2

    cuviper committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    4de0dcf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #145 from cuviper/explicit-std

    Add a feature to explicitly enable "std"
    cuviper authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    e53a6c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Update to hashbrown 0.9

    mbrubeck committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    b000693 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Version 1.6.0

    mbrubeck committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    083f5a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #152 from mbrubeck/deps

    Update to hashbrown 0.9
    cuviper authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    008e543 View commit details
    Browse the repository at this point in the history
Loading