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

Well-defined unwinding through FFI boundaries #2699

Closed
wants to merge 23 commits into from

Commits on May 10, 2019

  1. Added template

    Kyle Strand committed May 10, 2019
    Configuration menu
    Copy the full SHA
    e9c9b14 View commit details
    Browse the repository at this point in the history
  2. Add summary, motivation, and guide

    Kyle Strand committed May 10, 2019
    Configuration menu
    Copy the full SHA
    83dfc20 View commit details
    Browse the repository at this point in the history
  3. Add caveats

    Kyle Strand committed May 10, 2019
    Configuration menu
    Copy the full SHA
    949ae9f View commit details
    Browse the repository at this point in the history
  4. Drawbacks

    Kyle Strand committed May 10, 2019
    Configuration menu
    Copy the full SHA
    701129e View commit details
    Browse the repository at this point in the history
  5. A bit more in ref section

    Kyle Strand committed May 10, 2019
    Configuration menu
    Copy the full SHA
    82a5af8 View commit details
    Browse the repository at this point in the history
  6. rationale, alternatives, prior art

    Kyle Strand committed May 10, 2019
    Configuration menu
    Copy the full SHA
    ee167e1 View commit details
    Browse the repository at this point in the history
  7. First draft done

    Kyle Strand committed May 10, 2019
    Configuration menu
    Copy the full SHA
    82133d8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. Update text/XXX-annotate-unwind-rust.md

    Fix link markdown
    
    Co-Authored-By: Joe ST <[email protected]>
    BatmanAoD and fbstj authored May 12, 2019
    Configuration menu
    Copy the full SHA
    ad0f6b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Configuration menu
    Copy the full SHA
    05d0d24 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/annotate-unwind-rust' into annot…

    …ate-unwind-rust
    Kyle Strand committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    ea878ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbb4cb2 View commit details
    Browse the repository at this point in the history
  4. continued revisions

    Kyle Strand committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    ae914df View commit details
    Browse the repository at this point in the history
  5. More progress

    Kyle Strand committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    5c199dd View commit details
    Browse the repository at this point in the history
  6. Finish draft with unwind-allowed

    Kyle Strand committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    0289ef4 View commit details
    Browse the repository at this point in the history
  7. Mention metadata, as if I knew anything about rlibs

    Kyle Strand committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    7ec6c97 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

  1. Apply suggestions from code review

    Co-Authored-By: gnzlbg <[email protected]>
    BatmanAoD and gnzlbg authored Jul 7, 2019
    Configuration menu
    Copy the full SHA
    7a0b191 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Fix accidental s/unwind/panic/

    Kyle Strand committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    24fd58a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/annotate-unwind-rust' into annot…

    …ate-unwind-rust
    Kyle Strand committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    f51c249 View commit details
    Browse the repository at this point in the history
  3. Update text/XXX-unwind-FFI.md

    Fix markdown syntax
    BatmanAoD authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    24a214b View commit details
    Browse the repository at this point in the history
  4. Markdown link fixing

    Kyle Strand committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    282a61f View commit details
    Browse the repository at this point in the history
  5. Update text/XXX-unwind-FFI.md

    Fix TOML syntax
    BatmanAoD authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    e7c9eaa View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Remove mention of LLVM IR

    BatmanAoD authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    306de90 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Update text/XXX-unwind-FFI.md

    Fix typo caught in review
    
    Co-Authored-By: bjorn3 <[email protected]>
    BatmanAoD and bjorn3 authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    5133941 View commit details
    Browse the repository at this point in the history