Histórico de Commits

Autor SHA1 Mensagem Data
  Jorge Aparicio 3484b2b68e by default, mark this crate as the #![compiler_builtins] crate há 8 anos atrás
  Jorge Aparicio e05caa1227 fix warnings há 8 anos atrás
  Jorge Aparicio 8f0847eb94 rename to compiler_builtins, add rust-lang/rust-ish crate attributes há 8 anos atrás
  Jorge Aparicio 24c0247c6a add the compiler_builtins feature to src/lib.rs há 8 anos atrás
  Jorge Aparicio d2a3c45a29 set crate_name and crate_type in src/lib.rs há 8 anos atrás
  Jorge Aparicio c82403551d fix unsafe warnings há 8 anos atrás
  Jorge Aparicio fd69beba29 get profile.dev (-debug-assertions) + LTO working há 8 anos atrás
  Jorge Aparicio f77ca915c4 add an opt-in cargo feature to build intrinsics from compiler-rt source há 8 anos atrás
  Alex Crichton 8e161a791a Expand and refactor teting infrastructure há 8 anos atrás
  Jorge Aparicio b7fa7d3a59 put weak mem* symbols behind an opt-in Cargo feature há 8 anos atrás
  Jorge Aparicio 384c48ce9b don't test always against gcc_s há 8 anos atrás
  Jorge Aparicio 9493c37455 test our implementations against gcc_s há 8 anos atrás
  Matt Ickstadt ef16de3d37 Implement soft float add builtins há 8 anos atrás
  Matt Ickstadt 6f0d50ebea Move integer functions to separate module há 8 anos atrás
  Jorge Aparicio 8603e64554 Merge pull request #44 from Amanieu/sdiv há 8 anos atrás
  Amanieu d'Antras f919660be5 Add signed division functions há 8 anos atrás
  Matt Ickstadt b6091ababa Add x86_64 builtins há 8 anos atrás
  Jorge Aparicio ac352a3512 add core_intrinsics feature gate há 8 anos atrás
  Jorge Aparicio 55eb1b71a0 remove unused feature gates há 8 anos atrás
  Jorge Aparicio 8965b061c2 use rlibc crate instead há 8 anos atrás
  Jorge Aparicio fdbb7883da exclude windows and macos há 8 anos atrás
  Jorge Aparicio 265939fc00 add weak `memcpy` et al symbols há 8 anos atrás
  Jorge Aparicio 69376af183 quickcheck: better generation of input arguments há 8 anos atrás
  Amanieu d'Antras acceaa95f1 Various changes há 8 anos atrás
  Amanieu d'Antras 0a0a8f37c9 Remove the absv implementation, it isn't needed by Rust há 8 anos atrás
  Jorge Aparicio 3ff25d956a put div intrinsics in their own module + some docs há 8 anos atrás
  Jorge Aparicio a84579d3c1 refactor: use Int traits, words -> U64, fmt há 8 anos atrás
  Jorge Aparicio a2fc4da7a5 move return into if branches há 8 anos atrás
  Jorge Aparicio 0915e15c9a *mut T -> Option<&mut T> há 8 anos atrás
  Jorge Aparicio cc9d3e8e5f port __udivmodsi4, aeabi_uidivmod and udivsi3 há 8 anos atrás