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: bheisler/criterion.rs Loading
base: 0.2.7
Choose a base ref
...
head repository: bheisler/criterion.rs Loading
compare: 0.2.8
Choose a head ref
  • 19 commits
  • 52 files changed
  • 1 contributor

Commits on Jan 19, 2019

  1. Configuration menu
    Copy the full SHA
    d64d87b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d558ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a374ae View commit details
    Browse the repository at this point in the history
  4. Merge branch 'template-switch'.

    Replaces Handlebars with TinyTemplate.
    bheisler committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    66cffca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c603ddb View commit details
    Browse the repository at this point in the history
  6. Fix clippy warning.

    bheisler committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    ca23537 View commit details
    Browse the repository at this point in the history
  7. Fix formatting.

    bheisler committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    f8311a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62d758b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d08f85c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eacef53 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb8cedc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c9937c View commit details
    Browse the repository at this point in the history
  13. Update changelog.

    bheisler committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    f207369 View commit details
    Browse the repository at this point in the history
  14. Update dependencies. Fixes #255.

    bheisler committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    f26070c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cf0d86b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. Configuration menu
    Copy the full SHA
    c4e8735 View commit details
    Browse the repository at this point in the history
  2. Update to rand 0.6. Fixes #244.

    I've pared down the `rand` dependency to only those sub-crates that Criterion.rs actually uses, plus some custom glue code.
    This avoids the compilation-time cost of compiling the full `rand` crate tree.
    bheisler committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    922339a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    022865d View commit details
    Browse the repository at this point in the history
  4. Bump version numbers.

    bheisler committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    9643f68 View commit details
    Browse the repository at this point in the history
Loading