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

Support const args in type dependent paths (Take 2) #74113

Merged
merged 25 commits into from
Jul 15, 2020

Commits on Jul 15, 2020

  1. add const generic tests

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    2111d6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37a6103 View commit details
    Browse the repository at this point in the history
  3. begin using WithOptParam

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    08865d9 View commit details
    Browse the repository at this point in the history
  4. ConstKind::Unevaluated

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    58031c7 View commit details
    Browse the repository at this point in the history
  5. const_eval_resolve

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    2e6bf09 View commit details
    Browse the repository at this point in the history
  6. typeck all the tables

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    178c650 View commit details
    Browse the repository at this point in the history
  7. InstanceDef::Item

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    a841909 View commit details
    Browse the repository at this point in the history
  8. optimized_mir

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    316128c View commit details
    Browse the repository at this point in the history
  9. continue mir pipeline

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    b615b98 View commit details
    Browse the repository at this point in the history
  10. const generics work!

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    48bbf49 View commit details
    Browse the repository at this point in the history
  11. mir opt diff

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    4ef1029 View commit details
    Browse the repository at this point in the history
  12. ui test diff

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    050acc0 View commit details
    Browse the repository at this point in the history
  13. decode stuff

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    aa02692 View commit details
    Browse the repository at this point in the history
  14. mir_built is a lie

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    d4cb820 View commit details
    Browse the repository at this point in the history
  15. mir opt cross compile

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    9df03cc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    29b5844 View commit details
    Browse the repository at this point in the history
  17. update test

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    08394eb View commit details
    Browse the repository at this point in the history
  18. update const arg queries

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    ae80d7e View commit details
    Browse the repository at this point in the history
  19. update promoted_mir

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    a7fe4df View commit details
    Browse the repository at this point in the history
  20. cleanup

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    805c44d View commit details
    Browse the repository at this point in the history
  21. improve naming

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    a909eb6 View commit details
    Browse the repository at this point in the history
  22. ty_def_id -> def_id_for_type_of

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    8003ccf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    aca66bd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e070b45 View commit details
    Browse the repository at this point in the history
  25. unify Instance::resolve

    lcnr committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    2666aed View commit details
    Browse the repository at this point in the history