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: Kijewski/tzdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.6
Choose a base ref
...
head repository: Kijewski/tzdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.7
Choose a head ref
  • 1 commit
  • 14 files changed
  • 1 contributor

Commits on May 11, 2023

  1. Replace macro unwrap!() with const fn (#179)

    * Replace macro `unwrap!()` with `const fn`
    
    The library compiles quite a lot faster this way.
    
    * Pin `regex`
    
    * Move `fuzz` into its own workspace
    
    * Fix pedantic warnings
    
    * Update to 2023c
    
    * Update changelog
    
    * bench: Use `xoroshiro128  ` instead of `SmallRng`
    
    The algo used in `SmallRng` not fixed, so it could be that different
    inputs get benchmarked, making the result useless.
    
    Also `SmallRng` does not like seeds with little popcounts. Since our
    seeds are something like `0..100`, this is not quite optimal.
    
    * Move benchmarks into their own workspace
    
    This way its many dependencies won't turn up in the library's
    `Cargo.toml`, so I can unpin many pinned dependencies, and still comply
    with our msrv.
    Kijewski authored May 11, 2023
    Configuration menu
    Copy the full SHA
    48fb605 View commit details
    Browse the repository at this point in the history
Loading