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

[Based on #25] Have encode() take its writer by value #26

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    984b0b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e97de1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fd4957 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b182a38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4a78e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    421a486 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ef07a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b23d2dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5f7b71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e4a4963 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8629a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    48b2b9a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7388af5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3f84783 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cb8e2af View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    17a0354 View commit details
    Browse the repository at this point in the history
  17. Improve Abomonation documentation and make the trait unsafe

    By its very nature, Abomonation does very unsafe (and UB-ish) things.
    But we should strive to explain these as well as we can in the current
    state of the unsafe Rust formalization effort in order to reduce the
    potential for known misuse.
    HadrienG2 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    ee283b0 View commit details
    Browse the repository at this point in the history
  18. Take writer by value

    HadrienG2 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    6c12b2e View commit details
    Browse the repository at this point in the history