Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add signed num::NonZeroI* types #57475

Merged
merged 2 commits into from
Jan 22, 2019
Merged

Add signed num::NonZeroI* types #57475

merged 2 commits into from
Jan 22, 2019

Commits on Jan 17, 2019

  1. Add signed num::NonZeroI* types

    Multiple people have asked for them, in
    rust-lang#49137.
    Given that the unsigned ones already exist,
    they are very easy to add and not an additional maintenance burden.
    SimonSapin committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    9be4c76 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Fix some non-determinism in help messages for E0277 errors.

    The diagnostic for this error prints `the following implementations
    were found` followed by the first N relevant impls, sorted.
    
    This commit makes the sort happen before slicing,
    so that the set of impls being printed is deterministic
    when the input is not.
    SimonSapin committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    e195ce6 View commit details
    Browse the repository at this point in the history