Historique des commits

Auteur SHA1 Message Date
  Alex Crichton cf98161da7 Remove the need for #[cfg] in #[use_c_shim_if] il y a 6 ans
  Alex Crichton c88c9502b7 Run rustfmt over everything il y a 6 ans
  Alex Crichton 752e35a11f Fix duplicate symbol __clzsi2 il y a 6 ans
  Lokathor 9a68e74ebd Attempt to use `intrinsics!` il y a 6 ans
  Lokathor 4e3fc640df Move clzi2 into the int module il y a 6 ans
  Scott McMurray ba750103a3 Another attempt at making MIPS happy il y a 7 ans
  Scott McMurray 5e71218390 Implement all the 128-bit operator lang items from rust PR 46093 il y a 7 ans
  Oliver Geller 897048543f Implement mulsf3 and muldf3 il y a 7 ans
  est31 0cd476220b Remove duplication by adding a macro il y a 7 ans
  est31 3efae7f7d9 Convert add! to a function il y a 7 ans
  est31 482d98318f Convert int_to_float! to a function il y a 7 ans
  est31 ff63f7b80f Convert float_to_int! into a function il y a 7 ans
  est31 c9a261895e Refactor int builtins to use associated consts il y a 7 ans
  Alex Crichton 2147753559 Remove usage of unwrap_or_else il y a 8 ans
  Alex Crichton 7886ae275b Port sdiv to traits + `intrinsics!` il y a 8 ans
  Alex Crichton 275d1032b5 Port mul intrinsics to traits il y a 8 ans
  Alex Crichton eeb44abacf Remove executable bit from mod.rs il y a 8 ans
  Alex Crichton 2f2bb32e40 Use traits instead of macros for shift intrinsics il y a 8 ans
  est31 673a6f9948 Fix overflow bug when creating the absolute value il y a 8 ans
  Jorge Aparicio c6e06f4157 refactor 'impl Int' il y a 8 ans
  Wilfried Chauveau 293fef5ebe impl (unsigned/signed) int to single/double precision float conversion based on llvm algorithms. il y a 8 ans
  est31 8fe50d813c Macro-ify udivmod il y a 8 ans
  est31 b356429374 int module: macro-ify trait impls and add {u,i}128 support il y a 8 ans
  Matt Ickstadt 6f0d50ebea Move integer functions to separate module il y a 8 ans