Skip to content
  1. Mar 29, 2020
    • Cecile Tonglet's avatar
      Update from parent 'origin/master' (no conflict) · 23f7d4be
      Cecile Tonglet authored
      Commit: 2206e52d
      Parent branch: origin/master
      Forked at: 2afecf81
      23f7d4be
    • Joseph Mark's avatar
      Extend PerThing + Saturating (#5281) · 2206e52d
      Joseph Mark authored
      
      
      * Extend PerThing + Saturating
      
      * Add saturating_pow to Saturating
      * Add saturating_truncating_mul to PerThing (rounding-down mul)
      * Add saturating_reciprocal_mul to PerThing (divide x by perthing)
      * Provide default methods where possible
      
      * Restore const functions
      
      * Fix test
      
      * Update primitives/arithmetic/src/per_things.rs
      
      Co-Authored-By: default avatarKian Paimani <[email protected]>
      
      * Add comment and test verifying no overflow
      
      * Formatting
      
      * Fix possible overflow and change type constraint
      
      * Use overflow pruning for all mul
      
      * Formatting and comments
      
      * Improve comments and names
      
      * Comments in `rational_mul_correction` explain overflow aversion.
      
      * Test rational_mul_correction
      
      * Formatting
      
      * Docs and formatting
      
      * Add new trait methods to Perthing type impl
      
      * Fix signature
      
      * saturating_pow for Delegations
      
      * Add missing trait method to impl
      
      Co-authored-by: default avatarKian Paimani <[email protected]>
      2206e52d
    • Nikolay Volf's avatar
      don't use delays in tests (#5404) · 7a96d621
      Nikolay Volf authored
      7a96d621
  2. Mar 28, 2020
  3. Mar 27, 2020
  4. Mar 26, 2020