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

Unsized rvalues: implement boxed closure impls. (2nd try) #59500

Merged
merged 12 commits into from
Apr 5, 2019

Commits on Apr 4, 2019

  1. Make FnBox a subtrait of FnOnce.

    qnighy authored and crlf0710 committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    7994197 View commit details
    Browse the repository at this point in the history
  2. Add Fn* blanket impls for Box.

    qnighy authored and crlf0710 committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    059ec76 View commit details
    Browse the repository at this point in the history
  3. Add tests for boxed_closure_impls.

    qnighy authored and crlf0710 committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    480dcb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    219097e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e55d82c View commit details
    Browse the repository at this point in the history
  6. Fix failing tests.

    qnighy authored and crlf0710 committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    4dcd6cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a38f292 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45c0b28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ecc3e89 View commit details
    Browse the repository at this point in the history
  10. Simplify fnbox docs.

    qnighy authored and crlf0710 committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    440e873 View commit details
    Browse the repository at this point in the history
  11. Add ignore to doc code

    qnighy authored and crlf0710 committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    7a63c7f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Configuration menu
    Copy the full SHA
    812d89c View commit details
    Browse the repository at this point in the history