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

Patch2 #3

Merged
merged 17 commits into from
Jul 5, 2021
Merged

Patch2 #3

merged 17 commits into from
Jul 5, 2021

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    4270d3b View commit details
    Browse the repository at this point in the history
  2. deprecate unsafe_length for simply length (JuliaLang#40382)

    This seems to be a fairly arbitrary case for throwing exceptions, when
    the user might often use this value in arithmetic afterwards, which is
    not checked. It leads to awkward complexity in the API however, where it
    may be unclear which function to reach for, with no particular
    justification for why a particular usage is "safe". And it inhibits
    optimization and performance due to the additional checks and error
    cases (and is not even entirely type-stable).
    vtjnash authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    3eefaf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74e79e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46cd67f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5584620 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. Configuration menu
    Copy the full SHA
    4b1e6f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f2f9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ffc10b View commit details
    Browse the repository at this point in the history
  4. Mention integers in mod1 docstring (JuliaLang#41448)

    Co-authored-by: Jameson Nash <[email protected]>
    mcabbott and vtjnash authored Jul 4, 2021
    Configuration menu
    Copy the full SHA
    69c8e0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5faad5f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Update compiler.jl

    N5N3 authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    e52eb1e View commit details
    Browse the repository at this point in the history
  2. Update Base.jl

    N5N3 authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    06d5fb0 View commit details
    Browse the repository at this point in the history
  3. Update abstractarray.jl

    Move some copyto! definitions to other place.
    N5N3 authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    1343477 View commit details
    Browse the repository at this point in the history
  4. Create abstractarraypatch.jl

    These definitions need @simd.
    N5N3 authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    bbc4a2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17bbc34 View commit details
    Browse the repository at this point in the history
  6. Update Base.jl

    N5N3 authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    1838f88 View commit details
    Browse the repository at this point in the history
  7. Update abstractarraypatch.jl

    add license info
    N5N3 authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    996e272 View commit details
    Browse the repository at this point in the history