Commit History

Author SHA1 Message Date
  bors[bot] 8646be5a95 Merge #330 7 years ago
  Josh Stone 3c1c84307c bigint: make sure bigand is normalized 7 years ago
  Josh Stone 952dba4e06 remove unused lifetime from forward_val_assign 7 years ago
  bors[bot] 85bd97fcfe Merge #327 7 years ago
  Josh Stone 3adce78385 macros: bump to 0.1.37 7 years ago
  Josh Stone ec0342e9f1 macros: add ast::Arm beginning_vert 7 years ago
  Josh Stone 953087fe4e Fix biguint assert_assign_op for rust 1.8 7 years ago
  Josh Stone 98a3f17db6 Fix impl_rem_assign_scalar for rust 1.8 7 years ago
  Isaac Carruthers b29c13e54f Remove unnecessary PartialOrd constraint on new Rem implementation. 8 years ago
  Alice Ryhl ff8f106186 Test *Assign for BigUint 8 years ago
  Alice Ryhl 555dab7d33 Implement ShrAssign and ShlAssign for BigUint 8 years ago
  Alice Ryhl 2f6c0bf354 Implement BitXorAssign for BigUint 8 years ago
  Alice Ryhl 8c3b2de11c Implement BitAndAssign and BitOrAssign for BigUint 8 years ago
  Alice Ryhl 23085800e0 Implement RemAssign for BigUint 8 years ago
  Alice Ryhl e85ab24567 Forward by-value biguint and scalars to {Add,Mul,Sub,Div}Assign 8 years ago
  Alice Ryhl 04117fafe9 Implement DivAssign for BigUint 8 years ago
  Alice Ryhl 17030ea412 Implement SubAssign for BigUint 8 years ago
  Alice Ryhl 8c47ca00c7 Implement MulAssign for BigUint 8 years ago
  Alice Ryhl 03d717f26f Implement AddAssign for BigUint 8 years ago
  Isaac Carruthers 263bd0ec44 Switch to using a simpler scheme for complex remainders 8 years ago
  Isaac Carruthers 42a6ae5353 Extract common logic for from_str and from_str_radix for `Complex` 8 years ago
  Isaac Carruthers 41d6a32dba Removed extraneous where clauses 8 years ago
  Isaac Carruthers 2dcb722007 Merge remote-tracking branch 'upstream/master' 8 years ago
  Isaac Carruthers 1b671ca43e Add general Rem and Num implementations for Complex<T> 8 years ago
  bors[bot] e7df30bac4 Merge #325 8 years ago
  Nicolas Kirchner cbdaf8f6f9 Optimize `BigInt::from_biguint` and `BigInt::assign_from_slice` 8 years ago
  Nicolas Kirchner 5106fcc95a Replace `Vec::copy_from_slice` not implemented in rust 1.8 by another method 8 years ago
  Nicolas Kirchner 9b56d6667c Implement assign_from_slice 8 years ago
  bors[bot] 54fe41f305 Merge #323 #324 8 years ago
  Martin Geisler 97bc42854a Add CI badge 8 years ago