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

"C unwind" RFC #28

Merged
merged 39 commits into from
May 27, 2020
Merged

"C unwind" RFC #28

merged 39 commits into from
May 27, 2020

Commits on Mar 31, 2020

  1. Add RFC template

    BatmanAoD committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    5a40727 View commit details
    Browse the repository at this point in the history
  2. fix meeting notes date

    BatmanAoD committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    8b33f10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f3460f View commit details
    Browse the repository at this point in the history
  4. Fill out some details

    BatmanAoD committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    26742cb View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    887bbbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3acfbbf View commit details
    Browse the repository at this point in the history
  3. add table of behaviors

    BatmanAoD committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    8aaed63 View commit details
    Browse the repository at this point in the history
  4. summary

    BatmanAoD committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    ea8c5c8 View commit details
    Browse the repository at this point in the history
  5. Progress

    BatmanAoD committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    e829c46 View commit details
    Browse the repository at this point in the history
  6. More stuff

    BatmanAoD committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    52de42d View commit details
    Browse the repository at this point in the history
  7. MOAR

    BatmanAoD committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    8726cf5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c594939 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    59c1a12 View commit details
    Browse the repository at this point in the history
  2. One TODO left

    BatmanAoD committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    c6230c6 View commit details
    Browse the repository at this point in the history
  3. Finish first draft

    BatmanAoD committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    788e0f1 View commit details
    Browse the repository at this point in the history
  4. Fix from review

    BatmanAoD committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    837ecd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0496f2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca322d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81731df View commit details
    Browse the repository at this point in the history
  8. missing word

    BatmanAoD committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    bda9e54 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Make forced unwinding always UB across drop frames

    Kyle Strand committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    1c2f729 View commit details
    Browse the repository at this point in the history
  2. Fix link; clarify longjmp motivation

    Kyle Strand committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    5a4017a View commit details
    Browse the repository at this point in the history
  3. Clarify exception-mechanism-compatibility motivation

    Kyle Strand committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    b1df600 View commit details
    Browse the repository at this point in the history
  4. Explicit RFC links

    Co-Authored-By: Niko Matsakis <[email protected]>
    BatmanAoD and nikomatsakis authored Apr 26, 2020
    Configuration menu
    Copy the full SHA
    c2c04e5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'c-unwind-rfc' of github.com:BatmanAoD/project-ffi-unwin…

    …d into c-unwind-rfc
    Kyle Strand committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    c52638a View commit details
    Browse the repository at this point in the history
  6. use non-inline links

    Kyle Strand committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    14c7094 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Some verbiage from Niko's review; link to project group GitHub; TODO …

    …comment about prior discussions
    Kyle Strand committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    0f387c2 View commit details
    Browse the repository at this point in the history
  2. More review changes

    Kyle Strand committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    e637631 View commit details
    Browse the repository at this point in the history
  3. Start linking to previous discussions

    Kyle Strand committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    b125bd4 View commit details
    Browse the repository at this point in the history
  4. Yet another TODO

    Kyle Strand committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    59dd1ee View commit details
    Browse the repository at this point in the history
  5. Remove 'XXX'

    Kyle Strand committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    14036c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc13b34 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Update rfcs/0000-c-unwind-abi.md

    Co-authored-by: Adam C. Foltzer <[email protected]>
    nikomatsakis and acfoltzer authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    ac8f840 View commit details
    Browse the repository at this point in the history
  2. Update rfcs/0000-c-unwind-abi.md

    Co-authored-by: Adam C. Foltzer <[email protected]>
    nikomatsakis and acfoltzer authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    533c679 View commit details
    Browse the repository at this point in the history
  3. Some 'refactoring' of design-goals

    Kyle Strand committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    c94f315 View commit details
    Browse the repository at this point in the history
  4. Explain 'libc' requirement more

    Kyle Strand committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    c70c886 View commit details
    Browse the repository at this point in the history
  5. Discuss longjmp

    Kyle Strand committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    25f1cfe View commit details
    Browse the repository at this point in the history
  6. Remove TODO comment on project group

    Kyle Strand committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    5d54d93 View commit details
    Browse the repository at this point in the history
  7. Remove another TODO

    Kyle Strand committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    f2eb906 View commit details
    Browse the repository at this point in the history