提交历史

作者 SHA1 备注 提交日期
  Josh Stone 3c1c84307c bigint: make sure bigand is normalized 7 年之前
  Josh Stone 98a3f17db6 Fix impl_rem_assign_scalar for rust 1.8 7 年之前
  Alice Ryhl 555dab7d33 Implement ShrAssign and ShlAssign for BigUint 7 年之前
  Alice Ryhl 2f6c0bf354 Implement BitXorAssign for BigUint 7 年之前
  Alice Ryhl 8c3b2de11c Implement BitAndAssign and BitOrAssign for BigUint 7 年之前
  Alice Ryhl 23085800e0 Implement RemAssign for BigUint 7 年之前
  Alice Ryhl e85ab24567 Forward by-value biguint and scalars to {Add,Mul,Sub,Div}Assign 7 年之前
  Alice Ryhl 04117fafe9 Implement DivAssign for BigUint 7 年之前
  Alice Ryhl 17030ea412 Implement SubAssign for BigUint 7 年之前
  Alice Ryhl 8c47ca00c7 Implement MulAssign for BigUint 7 年之前
  Alice Ryhl 03d717f26f Implement AddAssign for BigUint 7 年之前
  Nicolas Kirchner 5106fcc95a Replace `Vec::copy_from_slice` not implemented in rust 1.8 by another method 8 年之前
  Nicolas Kirchner 9b56d6667c Implement assign_from_slice 8 年之前
  Josh Stone 6afac825d9 test and fix more scalar add cases 8 年之前
  Josh Stone 18a5bfcd0b fix endianness of to/from_doublebigdigit calls 8 年之前
  Sam Cappleman-Lynes 1fb03ca18a Make new code work on rustc-1.8.0 8 年之前
  Sam Cappleman-Lynes 2a3cd41820 Add scalar ops for all remaining integer types 8 年之前
  Sam Cappleman-Lynes fd87d87db3 Fix normalization in scalar addition 8 年之前
  Sam Cappleman-Lynes 99873d06e5 Scalar operations on integer types up to 32 bits 8 年之前
  Sam Cappleman-Lynes 8b1288ea01 Add scalar multiplication to BigInt 8 年之前
  Sam Cappleman-Lynes 1e26bdde81 Remove unnecessary normalization 8 年之前
  Sam Cappleman-Lynes d0bfb54eee All variants of dividing BigUint by BigDigit 8 年之前
  Sam Cappleman-Lynes 51408a9b3b All variants of subtracting BigDigit from BigUint 8 年之前
  Sam Cappleman-Lynes 5738141b7c Distinction for commutative scalar ops 8 年之前
  Sam Cappleman-Lynes fd2f516a5d All variants of multiplying BigUint by BigDigit 8 年之前
  Sam Cappleman-Lynes e5ed503141 Implement all variants of adding BigDigit to BigUint 8 年之前
  Sam Cappleman-Lynes 784d26bbf8 Scalar division of a BigUint by a BigDigit 8 年之前
  Sam Cappleman-Lynes 7b7799eab7 Scalar subtraction of a BigDigit from a BigUint 8 年之前
  Sam Cappleman-Lynes a2a28c682e Scalar addition of BigDigit to BigUint 8 年之前
  Sam Cappleman-Lynes e520bdad0d Add scalar multiplication to BigUint, BigInt 8 年之前