about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-09-17Remove the FIXME about the cache size checksLuca Barbato-6/+2
2019-09-17Override the features detected using an env::varLuca Barbato-4/+45
2019-09-17Add a mean to unset a bit in the cacheLuca Barbato-0/+19
2019-09-17Try harder to error on usage of unstable featuresgnzlbg-1/+1
2019-09-17Remove staged_api from the allowed_internal_unstabled of the feature macrosgnzlbg-1/+1
2019-09-16Fix std_detect on targets without feature detectiongnzlbg-0/+4
2019-09-16Fix windows build jobsgnzlbg-1/+1
2019-09-16Formatgnzlbg-154/+155
2019-09-16Enforce staged_api on a per-feature basisgnzlbg-67/+87
2019-09-16Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...gnzlbg-558/+314
2019-09-09Factor out check_forLuca Barbato-63/+17
2019-09-06Document how miri support worksLuca Barbato-0/+5
2019-09-06Minimal miri supportLuca Barbato-1/+4
2019-08-19Auto merge of #796 - Mark-Simulacrum:bootstrap-snap, r=gnzlbgbors-5/+1
2019-08-18Auto merge of #799 - gnzlbg:has_test, r=gnzlbgbors-6/+366
2019-08-18Fix more linksatouchet-2/+2
2019-08-17Fix linkAlex Touchet-1/+1
2019-08-17Verify that all intrinsics have a run-time testgnzlbg-6/+366
2019-08-13Add Cirrus-CIgnzlbg-0/+13
2019-08-13Update badgesgnzlbg-19/+11
2019-08-13Remove appveyorgnzlbg-30/+0
2019-08-13Move azure-pipelines.yml to the ci directorygnzlbg-9/+9
2019-08-13Update azure triggers to auto-stdarch and trygnzlbg-1/+1
2019-08-12Apply snap of bootstrap compiler in rust-lang/rustMark Rousskov-5/+1
2019-08-02Make the _mm_movemask_epi8 test a non palindromebjorn3-2/+2
2019-08-02Remove simd_rem intrinsic definitionbjorn3-1/+0
2019-08-02Update i586-unknown-linux-gnu codegen with LLVM9 bugfixesgnzlbg-26/+6
2019-08-02Disable Game Boy Advance build job temporarilygnzlbg-28/+28
2019-08-02formattinggnzlbg-4/+0
2019-08-02Update LLVM9 code generation on Windowsgnzlbg-2/+4
2019-08-02Update codegen of _mm256_set1_epi64x for x86 32-bitgnzlbg-2/+2
2019-08-02White-list new codegen for _mm_broadcastq_epi64gnzlbg-7/+4
2019-08-02LLVM9 started emitting more single precision floating-point intrinsics for do...gnzlbg-8/+8
2019-08-02Migrate Azure to the rust-lang2 orggnzlbg-1/+1
2019-07-25Fix doc punctuation in core_arch/src/mips/msa.rsNathan Wiebe Neufeldt-265/+268
2019-07-25Even more doc formatting core_arch/src/mips/msa.rsNathan Wiebe Neufeldt-179/+179
2019-07-25More doc formatting in core_arch/src/mips/msa.rsNathan Wiebe Neufeldt-238/+238
2019-07-25Fix typos in core_arch documentationNathan Wiebe Neufeldt-868/+868
2019-07-23Adjust #[doc(include)] paths for rustdoc changeJonas Schievink-2/+2
2019-07-23Remove unnecessary \n from cpuidbjorn3-1/+1
2019-07-15Revert PR 769gnzlbg-2/+2
2019-07-15Add ARM Neon vmnv_p8/vmvnq_p8 bw not intrinsicsJohannes Maibaum-0/+42
2019-07-15Add ARM Neon vmvn_*/vmvnq_* bitwise not intrinsicsJohannes Maibaum-0/+240
2019-07-14Disable mips MSA builds - I dont think they can ever work except for the r6 t...gnzlbg-4/+5
2019-07-14Try harder to parse invalid UTF8 on Windowsgnzlbg-29/+49
2019-07-14Update with libc systemgnzlbg-1/+30
2019-07-14Upload documentation to gh-pagesgnzlbg-8/+12
2019-07-14Try windowsgnzlbg-24/+32
2019-07-14Disable wasm32 simd128 testsgnzlbg-4/+6
2019-07-14Add windows jobsgnzlbg-4/+26