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: illicitonion/num_enum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.5
Choose a base ref
...
head repository: illicitonion/num_enum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.6
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 8, 2025

  1. Update nightly expectations (#178)

    As of rust-lang/rust#148188 nightly now uses
    annotate-snippets which looks like it truncates snippets more eagerly.
    illicitonion authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    6603c83 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

  1. Fix trybuilds (#179)

    illicitonion authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    8b99d23 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Fix up trybuilds (#180)

    1.94.0 got released to stable
    illicitonion authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    699a7ee View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. Allow byte literals in TryFromPrimitive alternatives (#181)

    Useful for when the values correspond to ascii codepoints, it's more
    self-explanatory to put `b'A'` than `0x41`.
    coolreader18 authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    40e822b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90c04cf View commit details
    Browse the repository at this point in the history
  3. Release 0.7.6 (#183)

    illicitonion authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    f11d81c View commit details
    Browse the repository at this point in the history
Loading