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

Rewrite printf functionality #32859

Merged
merged 16 commits into from
Sep 7, 2020
Merged

Rewrite printf functionality #32859

merged 16 commits into from
Sep 7, 2020

Commits on Sep 2, 2020

  1. Rewrite Printf module

    quinnj committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    839bd3a View commit details
    Browse the repository at this point in the history
  2. Fix whitespace

    quinnj committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    c0ee545 View commit details
    Browse the repository at this point in the history
  3. Rebase fixups

    quinnj committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    127865f View commit details
    Browse the repository at this point in the history
  4. Fix docs

    quinnj committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    bfd4b4c View commit details
    Browse the repository at this point in the history
  5. Fix tests

    quinnj committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    1e68581 View commit details
    Browse the repository at this point in the history
  6. Fix last test

    quinnj committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    2ab8c26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3497b22 View commit details
    Browse the repository at this point in the history
  8. Fix merge conflict

    quinnj committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    1c65eb8 View commit details
    Browse the repository at this point in the history
  9. Remove Printf from tests

    quinnj committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    bcbae46 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Some code cleanup; use at-ccall, add some code comments, docstring fo…

    …r Printf.Format, bump up unrolling from 8 -> 16, remove unnecessary exports
    quinnj committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    f1d1566 View commit details
    Browse the repository at this point in the history
  2. Fix failing docs

    quinnj committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    2f482ef View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Fix 32-bit

    quinnj committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    5d5b93d View commit details
    Browse the repository at this point in the history
  2. Fix some commented out tests

    quinnj committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    d699721 View commit details
    Browse the repository at this point in the history
  3. Remove debug file

    quinnj committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    8c93cba View commit details
    Browse the repository at this point in the history
  4. Fix octal tests

    quinnj committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    4f4f8fb View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

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