1. 029ea7a Simplify validity detection in SafeNumerics tests by jschuh · 8 years ago
  2. e702d59 Cleanup some constexpr nits in base/numerics by jschuh · 8 years ago
  3. ce4e2f8 Remove default int promotions in base/numerics by jschuh · 8 years ago
  4. ff76be5 Fix CheckedMul error with zero arguments by jschuh · 8 years ago
  5. e1509d1 Make base::saturated_cast a constexpr by jschuh · 8 years ago
  6. ed0c438 Use CHAR_BIT in base/numerics by jschuh · 8 years ago
  7. 5054003 Restrict fallthrough binary operator cases to arithmetic types. by rickyz · 8 years ago
  8. 22e866b Add constexpr to base/numerics conversion functions by jschuh · 8 years ago
  9. 56bd765 Replace template_util.h stuff with C++11 <type_traits> by tzik · 9 years ago
  10. b510eb9 Switch base/numerics to std::is_same by jschuh · 9 years ago
  11. d3f429b Fix error in CheckedNumeric usage comment by jschuh · 9 years ago
  12. a40192a Remove random lonely semicolons. by thestig · 9 years ago
  13. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  14. 46033b5 base: Make saturated_cast behavior for NaNs configurable. by vmpstr · 9 years ago
  15. 5d21333 Remove base::enable_if by vmpstr · 9 years ago
  16. 076fb52 base: Add support for compound CheckedNumeric operations. by vmpstr · 9 years ago
  17. 5131e45 Add IsValueNegative to base/numerics by jschuh · 9 years ago
  18. 02b9ef6 Implement CheckedNumeric::UnsignedAbs() by jschuh · 9 years ago
  19. 9110131 Remove base's implicit_cast. by danakj · 9 years ago
  20. 5f9a10b Fix float to int conversion in base/numerics by jschuh · 9 years ago
  21. 5d945ad Replace gfx::ClampToInt with base::saturated_cast. by danakj · 9 years ago
  22. 7940ae9 Add strictly checked numeric types by jschuh · 9 years ago
  23. bdace95 Fix a division by zero when multiplying 0 * y with SafeNumerics. by eroman · 9 years ago
  24. 0393da3 base: Fix/add header #ifndef guards. by danakj · 10 years ago
  25. 0540c6b Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https://codereview.chromium.org/985003004/) by bnc · 10 years ago
  26. 81d2a16 base: Fix/add header #ifndef guards. by danakj · 10 years ago
  27. f0cd0c6 Remove unused MSVS 2013 hack from base/numerics by jschuh · 10 years ago
  28. d80eded Convert COMPILE_ASSERT to static_assert in base/numerics by jschuh · 10 years ago
  29. 9043c4e Fix more disabled MSVC warnings, base/ edition. by pkasting · 10 years ago
  30. 62bf6ba Roll gtest and gmock DEPS. by ncbray@chromium.org · 10 years ago
  31. 0398341 Remove unused header in safe_math_impl.h by jschuh@chromium.org · 10 years ago
  32. 190b8c3 Add required header for RangeConstraint definition. by eroman@chromium.org · 11 years ago
  33. 4fe236b Add support for safe math operations in base/numerics by jschuh@chromium.org · 11 years ago
  34. f6c76ad Refactor base/safe_numerics.h by jschuh@chromium.org · 11 years ago