about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2017-09-16Auto merge of #194 - mattico:i386, r=alexcrichtonbors-50/+124
2017-09-15Don't compile probestack functions during testingMatt Ickstadt-16/+16
2017-09-15Implement x86 chkstk in "rust"Matt Ickstadt-40/+114
2017-09-15Update MinGW download locationAlex Crichton-2/+2
2017-09-14Auto merge of #192 - est31:master, r=alexcrichtonbors-346/+391
2017-09-14Remove duplication by adding a macroest31-63/+26
2017-09-14Convert add! to a functionest31-158/+160
2017-09-14Convert int_to_float! to a functionest31-67/+101
2017-09-14Convert float_to_int! into a functionest31-62/+88
2017-09-14Auto merge of #189 - tamird:update-comment-rustbuild, r=alexcrichtonbors-4/+8
2017-09-14Don't use the Wrapping wrapper in float additionest31-54/+52
2017-09-14Don't use a macro for pow calculationest31-9/+13
2017-09-14Extend the Float trait by some constants and supertraitsest31-1/+18
2017-09-14Use the newly added ONE constant in float additionest31-2/+3
2017-09-13Introduce a float_impl! macro to avoid duplicationest31-67/+39
2017-09-13Refactor float builtins to use associated constsest31-80/+56
2017-09-13Refactor int builtins to use associated constsest31-66/+52
2017-09-12Update rustbuild commentaryTamir Duberstein-4/+8
2017-09-10Remove unused rustbuild featureTamir Duberstein-1/+0
2017-09-07Update the gcc crate to 0.3.53 and disable compilation warningsest31-2/+4
2017-08-21Fix README relative link.Geoff Yoerger-1/+1
2017-07-22Avoid memcpy references in unoptimized codeTim Neumann-4/+15
2017-07-12Don't include custom chkstk on MSVCOliver Middleton-3/+3
2017-07-07Don't mangle probes all the timeAlex Crichton-15/+26
2017-07-07Tweak definition of probestack functionsAlex Crichton-21/+25
2017-07-06Add `__rust_probestack` intrinsicAlex Crichton-0/+114
2017-07-03Fix unused imports on iOSAlex Crichton-6/+8
2017-07-03Fix a typo in the build scriptAlex Crichton-1/+1
2017-07-03Compile ffsdi2 with `rustbuild` featureAlex Crichton-1/+13
2017-07-03Use the Rust implementation of udivsi3 on ARMAlex Crichton-8/+13
2017-07-01Merge pull request #172 from alexcrichton/update-compielr-rtAlex Crichton-0/+0
2017-07-01Update compiler-rt submoduleAlex Crichton-0/+0
2017-06-30no aeabi_mem* symbols on iOS, weak symbols on thumb, normal symbols elsewhereJorge Aparicio-13/+25
2017-06-29optimize 32-bit aligned mem{cpy,clr,set} intrinsics for ARMJorge Aparicio-30/+463
2017-06-27enable tests now that #150 has been fixedJorge Aparicio-12/+0
2017-06-25Enable the `intrinsics` program on thumbAlex Crichton-14/+14
2017-06-24Address review commentsAlex Crichton-6/+2
2017-06-24Don't test mangled names on thumbAlex Crichton-30/+27
2017-06-24Enable 128-bit integer tests on WindowsAlex Crichton-10/+5
2017-06-24Don't check for references to panics with debug assertionsAlex Crichton-1/+3
2017-06-24Don't build gcc_personality_v0Alex Crichton-4/+0
2017-06-24Don't generate unmangled aeabi with gen-testsAlex Crichton-0/+4
2017-06-24Don't try to work with `cargo test`Alex Crichton-6/+5
2017-06-24Add a FIXME for WindowsAlex Crichton-2/+10
2017-06-24Tweak testing and such:Alex Crichton-14/+42
2017-06-23Fix appveyor PATHAlex Crichton-0/+1
2017-06-23Try to fix run.sh on AppVeyorAlex Crichton-18/+22
2017-06-23Remove usage of unwrap_or_elseAlex Crichton-25/+28
2017-06-23Use the same CI script on AppVeyorAlex Crichton-14/+6
2017-06-23Don't derive Debug for SignAlex Crichton-1/+1