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 const generics to the HIR #58503

Merged
merged 13 commits into from
Feb 19, 2019
Merged

Add const generics to the HIR #58503

merged 13 commits into from
Feb 19, 2019

Commits on Feb 15, 2019

  1. Add Const kind to HIR

    Co-Authored-By: Gabriel Smith <[email protected]>
    varkor and yodaldevoid committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    725ba96 View commit details
    Browse the repository at this point in the history
  2. Add pretty-printing for const generics

    Co-Authored-By: Gabriel Smith <[email protected]>
    varkor and yodaldevoid committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    d44030d View commit details
    Browse the repository at this point in the history
  3. Move const generic error from lowering to collect

    Co-Authored-By: Gabriel Smith <[email protected]>
    varkor and yodaldevoid committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    9a5f7b1 View commit details
    Browse the repository at this point in the history
  4. Add Const kind to rustdoc

    Co-Authored-By: Gabriel Smith <[email protected]>
    varkor and yodaldevoid committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    475f20c View commit details
    Browse the repository at this point in the history
  5. Add E0111

    Co-Authored-By: Gabriel Smith <[email protected]>
    varkor and yodaldevoid committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    ddf8811 View commit details
    Browse the repository at this point in the history
  6. Take Const into account in HIR

    Co-Authored-By: Gabriel Smith <[email protected]>
    varkor and yodaldevoid committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    7f3c6d7 View commit details
    Browse the repository at this point in the history
  7. Drive-by cleanup

    Co-Authored-By: Gabriel Smith <[email protected]>
    varkor and yodaldevoid committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    10602f1 View commit details
    Browse the repository at this point in the history
  8. Take Const into account with nonstandard style lint

    Co-Authored-By: Gabriel Smith <[email protected]>
    varkor and yodaldevoid committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    2279907 View commit details
    Browse the repository at this point in the history
  9. Update tests

    Co-Authored-By: Gabriel Smith <[email protected]>
    varkor and yodaldevoid committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    9cfdb80 View commit details
    Browse the repository at this point in the history
  10. Fix rebase issue

    varkor committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    18ce997 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Configuration menu
    Copy the full SHA
    2a1b6c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    425fb58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    727e204 View commit details
    Browse the repository at this point in the history