Commit History

Author SHA1 Message Date
  Jorge Aparicio 8f0847eb94 rename to compiler_builtins, add rust-lang/rust-ish crate attributes 8 years ago
  Jorge Aparicio 24c0247c6a add the compiler_builtins feature to src/lib.rs 8 years ago
  Jorge Aparicio d2a3c45a29 set crate_name and crate_type in src/lib.rs 8 years ago
  Jorge Aparicio 4bf128a84c add a rustbuild cargo feature for integration with rust-lang/rust 8 years ago
  Jorge Aparicio c56faf22ab Merge pull request #80 from japaric/abort 8 years ago
  Jorge Aparicio 96ddd4ed8d use test::black_box instead of ptr::*_volatile 8 years ago
  Jorge Aparicio c82403551d fix unsafe warnings 8 years ago
  Jorge Aparicio fd69beba29 get profile.dev (-debug-assertions) + LTO working 8 years ago
  Jorge Aparicio a21fb956f9 insert more `abort()` calls where division by zero may occur 8 years ago
  Jorge Aparicio a2ffc799d0 check that we don't have any call to panic in our implementations 8 years ago
  Jorge Aparicio 534d22e287 panic! -> abort 8 years ago
  Jorge Aparicio 24c2a15f3d fix path to .rlib on OSX 8 years ago
  Jorge Aparicio 3e6ebb3b76 run the full test suite on osx 8 years ago
  Jorge Aparicio 1c9094814d pass -nostartfiles to the linker 8 years ago
  Jorge Aparicio 213d929f86 drop the target files 8 years ago
  Jorge Aparicio 6726a8c569 Merge pull request #93 from japaric/nightly-up 8 years ago
  Jorge Aparicio 5908bb7f87 switch back to old nightly for the arm-gnueabi target 8 years ago
  Jorge Aparicio 4df5deba44 switch to a current nightly 8 years ago
  Jorge Aparicio 2706d9264a switch compiler-rt to rust-lang's fork 8 years ago
  homunkulus 8652c66bdc Auto merge of #82 - mattico:add_pow, r=japaric 8 years ago
  Jorge Aparicio ff7e3ba2c0 stop compiling compiler-rt implementations 8 years ago
  Jorge Aparicio 8a32bd3424 fix duplicate symbol test 8 years ago
  Jorge Aparicio 77bca82434 bump rustc-cfg version and show a better error message when it fails 8 years ago
  Matt Ickstadt 6622c49be6 Implement powi_f2 8 years ago
  homunkulus 954e3b7095 Auto merge of #86 - mattico:multitester, r=japaric 8 years ago
  Jorge Aparicio 0827f8c7f1 hide the thumbv* target files 8 years ago
  Matt Ickstadt 02140cddc9 Initial implementation of multitester 8 years ago
  Jorge Aparicio 89ebc46f37 pick target during Xargo installation 8 years ago
  Jorge Aparicio d0a57cb871 give Xargo a $HOME 8 years ago
  Jorge Aparicio fb5cb0e4c1 fix Xargo installation 8 years ago