提交歷史

作者 SHA1 備註 提交日期
  Alex Crichton cde22bc180 Switch to using `llvm_asm!` instead of `asm!` (#351) 5 年之前
  Tyler Mandry 2566aa663b Add control flow information to __rust_probestack (#328) 5 年之前
  Alex Crichton d6a13419f6 Gate atomic intrinsics on presence of instructions (#324) 5 年之前
  Alex Crichton 40ef6cb749 Allow FFI-unsafe warnings for u128/i128 (#323) 5 年之前
  Alex Crichton c88c9502b7 Run rustfmt over everything 6 年之前
  Cyryl Płotnicki b570ccfd2d Fix compilation on new nightly. 6 年之前
  Yu Ding a9a108548c Fix SGX target_env collision 6 年之前
  Jethro Beekman e43c838450 Add SGX target 6 年之前
  David Craven 6dcbd85f11 Implement __mulsi3. 6 年之前
  Jorge Aparicio 1083ac1439 fix warnings 6 年之前
  Jorge Aparicio 3d005629b8 expose fmod{,f} symbols on thumb 6 年之前
  Jorge Aparicio 36f93dbd79 expose math symbol on wasm32-unknown-unknown 6 年之前
  ljedrz 411a12fc02 Remove #![feature(i128_type)] as i128 is stable 6 年之前
  Mark Mansi 09974df5a7 stable_features allowed temporarily 7 年之前
  Mark Mansi 29816fc5d7 Put back feature 7 年之前
  Mark Mansi 0ca2a57f1b i128 is being stabilized 7 年之前
  Alex Crichton 2a13475197 Simplify how testing is done 7 年之前
  Marco A L Barbosa f4edcf7b24 Use kernel user helpers for armv4t 7 年之前
  Scott McMurray 5e71218390 Implement all the 128-bit operator lang items from rust PR 46093 7 年之前
  Amanieu d'Antras 73e38dcf2f Add atomic support for pre-ARMv6 on Linux 8 年之前
  Matt Ickstadt b3679bcfba Implement x86 chkstk in "rust" 7 年之前
  Alex Crichton 7ccf8408d0 Add `__rust_probestack` intrinsic 7 年之前
  Jorge Aparicio 75c6ccca71 optimize 32-bit aligned mem{cpy,clr,set} intrinsics for ARM 7 年之前
  Alex Crichton 91b1291dc5 Don't try to work with `cargo test` 7 年之前
  Alex Crichton 734ec3d31c Tweak testing and such: 7 年之前
  Alex Crichton 83d63eaa9b Convert float intrinsics to the `intrinsics!` macro 7 年之前
  Alex Crichton 12a0038250 Fix the abi hack on windows 7 年之前
  Alex Crichton 7886ae275b Port sdiv to traits + `intrinsics!` 7 年之前
  Alex Crichton 2f2bb32e40 Use traits instead of macros for shift intrinsics 7 年之前
  Jorge Aparicio b2f72e1eb1 remove unused macros 8 年之前