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: Constant generics (restricted Π types) for Rust, core RFC (v2) #1931

Closed
wants to merge 39 commits into from

Commits on Jun 22, 2016

  1. rfc: Π-types

    ticki committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    27c33a3 View commit details
    Browse the repository at this point in the history
  2. Expand the overview section

    ticki committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    e4446c5 View commit details
    Browse the repository at this point in the history
  3. Propose alternative syntaxes

    ticki committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    eb60cd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71f2d8b View commit details
    Browse the repository at this point in the history
  5. Add section on impl unification

    ticki committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    b355811 View commit details
    Browse the repository at this point in the history
  6. Add transitivity suggestion

    ticki committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    a705532 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    946aa55 View commit details
    Browse the repository at this point in the history
  8. Add 'How we teach this'

    ticki committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    d52e728 View commit details
    Browse the repository at this point in the history
  9. Fix the code example

    ticki committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    551688c View commit details
    Browse the repository at this point in the history
  10. Add optional extension

    ticki committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    ea92a57 View commit details
    Browse the repository at this point in the history
  11. s/baz/foo

    ticki committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    1d8813b View commit details
    Browse the repository at this point in the history
  12. Use unicode for the lines

    ticki committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    d6a9b05 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Configuration menu
    Copy the full SHA
    99b2005 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60467c2 View commit details
    Browse the repository at this point in the history
  3. Expand motivation with aims

    ticki committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    468f16a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a01250c View commit details
    Browse the repository at this point in the history
  5. Prove decidability

    ticki committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    817ec48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d46f550 View commit details
    Browse the repository at this point in the history
  7. "Informalize" the rules

    ticki committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    54e00af View commit details
    Browse the repository at this point in the history
  8. Fix some typos in Pi Types RFCs

    Also changes the formatting of the FAQ a bit and makes all questions questions :)
    killercup authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    5718d4b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1 from killercup/patch-1

    Fix some typos in Pi Types RFCs
    ticki authored Jun 23, 2016
    Configuration menu
    Copy the full SHA
    386de25 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc4635a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d75674b View commit details
    Browse the repository at this point in the history
  12. Add remark

    ticki committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    4e36bed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b555120 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    892e3d6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    754b944 View commit details
    Browse the repository at this point in the history
  16. Fix structural equality section

    ticki committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    c7a2f28 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9573c4d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Move the SMT-section

    ticki committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    74ef189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f06922 View commit details
    Browse the repository at this point in the history
  3. Fix typos

    ticki committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    6b88ae5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    998c292 View commit details
    Browse the repository at this point in the history
  5. Clarify notation

    ticki committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    09aef59 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2016

  1. Typos

    ticki committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    0f3a499 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Fix typos

    ticki committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    2dbfe2d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2017

  1. Pi types core RFC.

    ticki committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    41c8ff3 View commit details
    Browse the repository at this point in the history
  2. Π → Γ

    ticki committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    aaf7d55 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Add note on notation.

    ticki committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    9a9c028 View commit details
    Browse the repository at this point in the history