-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use newly added panicking_add/panicking_sub for Timestamp math (backp…
…ort #2098) (#2104) * Add panicking_sub to Uint64/Uint128/Uint256/Uint512 (cherry picked from commit 547efed) # Conflicts: # CHANGELOG.md * Improve docs of Timestamp::minus_* and use panicking_sub (cherry picked from commit 242cc1f) # Conflicts: # CHANGELOG.md * Add Uint{64,128,256,512}::panicking_add (cherry picked from commit a74aba0) # Conflicts: # CHANGELOG.md * Add #[inline] annotations to plus_seconds/minus_seconds (cherry picked from commit bbb788d) * Make overflow behaviour explicit for Timestamp (cherry picked from commit b265b33) # Conflicts: # CHANGELOG.md * Add PR link to new CHANGELOG entries (cherry picked from commit 198001e) # Conflicts: # CHANGELOG.md * Fix CHANGELOG --------- Co-authored-by: Simon Warta <[email protected]>
- Loading branch information
1 parent
98d37d7
commit 695970c
Showing
6 changed files
with
214 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.