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

Generic Integers V2: It's Time #3686

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

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    dadc2f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd3e34 View commit details
    Browse the repository at this point in the history
  3. Feedback from CAD97

    clarfonthey committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d1e1baa View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. More feedback: limit to u32::MAX, mention LLVM u23::MAX limit, and ca…

    …p size/alignment to a multiple of 64 bits.
    clarfonthey committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e401393 View commit details
    Browse the repository at this point in the history
  2. copy-editing

    clarfonthey committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7902a6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    645fe20 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    0d032b4 View commit details
    Browse the repository at this point in the history
  2. Fix some nits

    programmerjake committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    58f221f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from programmerjake/patch-1

    Fix some nits
    clarfonthey committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    299b39c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Rename to u<N> and i<N>, remove bit about conflicting with bounds-gen…

    …eric integers since that's not an issue any more
    clarfonthey committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    10a29a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    d23dfa1 View commit details
    Browse the repository at this point in the history
  2. Mention Swift proposal

    clarfonthey committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    7883d9c View commit details
    Browse the repository at this point in the history
  3. Revert "Mention Swift proposal" because I can't read

    This reverts commit 25f85cc105cb04b4e87debf46f4547240c122ae4.
    clarfonthey committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    88d94e5 View commit details
    Browse the repository at this point in the history