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: TimelyDataflow/abomonation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: write_trait
Choose a base ref
...
head repository: TimelyDataflow/abomonation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 4 files changed
  • 4 contributors

Commits on Nov 24, 2017

  1. Merge pull request #7 from frankmcsherry/write_trait

    Support Write trait
    frankmcsherry authored Nov 24, 2017
    Configuration menu
    Copy the full SHA
    66ca297 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

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

Commits on Jan 25, 2018

  1. clean up commented code

    frankmcsherry committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    81034af View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

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

Commits on Sep 5, 2018

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

Commits on Sep 17, 2018

  1. version bump

    frankmcsherry committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    e3ec3bd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Add support for ::std::net types like sockets and IP addresses

    Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
    antiguru committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    c141762 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

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

Commits on May 27, 2019

  1. Merge pull request #14 from siddharthasahu/non-zero-primitives

    Implement Abomonation for the rest of the primitive data types
    frankmcsherry authored May 27, 2019
    Configuration menu
    Copy the full SHA
    f7dd009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ea882 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from antiguru/net

    Add support for ::std::net types like sockets and IP addresses
    frankmcsherry authored May 27, 2019
    Configuration menu
    Copy the full SHA
    4a01c68 View commit details
    Browse the repository at this point in the history
  4. update tests

    frankmcsherry committed May 27, 2019
    Configuration menu
    Copy the full SHA
    a258614 View commit details
    Browse the repository at this point in the history
  5. Update Cargo.toml

    frankmcsherry committed May 27, 2019
    Configuration menu
    Copy the full SHA
    fe43739 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. use feature flag

    frankmcsherry committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    edc05b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. reintroduce nonzero

    frankmcsherry committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    ca7a85e View commit details
    Browse the repository at this point in the history
  2. add @antiguru tests

    frankmcsherry committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    9294cd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Make Range<T> abomonable

    Andre Bogus committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    a75d453 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Merge pull request #34 from llogiq/the-abomonable-range

    Make `Range<T>` abomonable
    frankmcsherry authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    c2b2353 View commit details
    Browse the repository at this point in the history
Loading