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

RFC: Allow Irrefutable Patterns in if-let and while-let statements #2086

Merged
merged 11 commits into from
Sep 11, 2017
Merged

RFC: Allow Irrefutable Patterns in if-let and while-let statements #2086

merged 11 commits into from
Sep 11, 2017

Commits on Jul 27, 2017

  1. Inital RFC commit

    WATGAMER\snmalton committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    d045545 View commit details
    Browse the repository at this point in the history
  2. Added some alternatives

    WATGAMER\snmalton committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    5020914 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Chaning the request to making it an error-by-default lint

    WATGAMER\snmalton committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    19f742b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Added the macro reason for why this should be added to the language. …

    …A proposed lint name and some code examples
    WATGAMER\snmalton committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    b8179dc View commit details
    Browse the repository at this point in the history
  2. Changed lint name to underscores

    WATGAMER\snmalton committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    2929bac View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Moved around an example and change the wording to be more clear in th…

    …e Drawbacks sections
    WATGAMER\snmalton committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    505cf4b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Fixed the link to the book

    Nokel81 committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    c7904e5 View commit details
    Browse the repository at this point in the history
  2. Removed a 4

    Nokel81 committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    d61be78 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

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

Commits on Sep 8, 2017

  1. Some small wording updates

    Changed the flow of the motivation section so as to better distinguish the code examples.
    Added the word 'lint' as it was missing from the summary section
    Nokel81 committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    99a71b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

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