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

Use newly added panicking_add/panicking_sub for Timestamp math (backport #2098) #2104

Merged
merged 7 commits into from
Apr 10, 2024

Commits on Apr 10, 2024

  1. Add panicking_sub to Uint64/Uint128/Uint256/Uint512

    (cherry picked from commit 547efed)
    
    # Conflicts:
    #	CHANGELOG.md
    webmaster128 authored and mergify[bot] committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4fe0ef6 View commit details
    Browse the repository at this point in the history
  2. Improve docs of Timestamp::minus_* and use panicking_sub

    (cherry picked from commit 242cc1f)
    
    # Conflicts:
    #	CHANGELOG.md
    webmaster128 authored and mergify[bot] committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    db6277f View commit details
    Browse the repository at this point in the history
  3. Add Uint{64,128,256,512}::panicking_add

    (cherry picked from commit a74aba0)
    
    # Conflicts:
    #	CHANGELOG.md
    webmaster128 authored and mergify[bot] committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c716cad View commit details
    Browse the repository at this point in the history
  4. Add #[inline] annotations to plus_seconds/minus_seconds

    (cherry picked from commit bbb788d)
    webmaster128 authored and mergify[bot] committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bbb495c View commit details
    Browse the repository at this point in the history
  5. Make overflow behaviour explicit for Timestamp

    (cherry picked from commit b265b33)
    
    # Conflicts:
    #	CHANGELOG.md
    webmaster128 authored and mergify[bot] committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    715dd3b View commit details
    Browse the repository at this point in the history
  6. Add PR link to new CHANGELOG entries

    (cherry picked from commit 198001e)
    
    # Conflicts:
    #	CHANGELOG.md
    webmaster128 authored and mergify[bot] committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c18bc34 View commit details
    Browse the repository at this point in the history
  7. Fix CHANGELOG

    webmaster128 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    075042f View commit details
    Browse the repository at this point in the history