8000 Comparing v3.0.0...v3.1.1 · palfrey/serial_test · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: palfrey/serial_test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: palfrey/serial_test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.1
Choose a head ref
  • 19 commits
  • 12 files changed
  • 3 contributors

Commits on Jan 26, 2024

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

Commits on Jan 27, 2024

  1. Merge pull request #106 from Expyron/main

    Replace `lazy_static` with `once_cell`
    palfrey authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5a3aba1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Ignore clippy doctest issues

    palfrey committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6c4f995 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108 from palfrey/clippy-doctest

    Ignore clippy doctest issues
    palfrey authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    fadf8d1 View commit details
    Browse the repository at this point in the history
  3. Bump mio from 0.8.6 to 0.8.11

    Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.6 to 0.8.11.
    - [Release notes](https://github.com/tokio-rs/mio/releases)
    - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/mio@v0.8.6...v0.8.11)
    
    ---
    updated-dependencies:
    - dependency-name: mio
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3cad7fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b20dad6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Replace dashmap with scc

    Also add a _lot_ of debug
    palfrey committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    dd2e107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fdcb0c View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    palfrey committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    1a634fc View commit details
    Browse the repository at this point in the history
  4. Allow unused name for Locks

    palfrey committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    946db45 View commit details
    Browse the repository at this point in the history
  5. Add more details fslock names

    palfrey committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    14aa91f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #109 from palfrey/remove-dashmap

    Replace dashmap with scc
    palfrey authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2389412 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Standard test attribute worked with mod, others didn't

    This fixes things with any foo::test attribute
    palfrey committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    fb32f74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110 from palfrey/serial-mod-non-core

    Standard test attribute worked with mod, others didn't
    palfrey authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    4ccc6bd View commit details
    Browse the repository at this point in the history
  3. 3.1.0

    palfrey committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    25fb948 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    3c25842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cb0880 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #111 from palfrey/fix-mod-with-async

    Fix async test functions inside a serial mod block
    palfrey authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    bf32228 View commit details
    Browse the repository at this point in the history
  4. 3.1.1

    palfrey committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b39310b View commit details
    Browse the repository at this point in the history
Loading
0