index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
stdarch
/
crates
Age
Commit message (
Expand
)
Author
Lines
2019-02-18
Various cosmetic improvements.
Alexander Regueiro
-921
/
+916
2019-02-16
Try to fix upstream
gnzlbg
-7
/
+7
2019-02-14
Corrected the documentation for _mm256_mul_pd and _mm256_mul_ps to state that...
Dominick Allen
-2
/
+2
2019-02-14
Fix wasm32 build job
gnzlbg
-4
/
+2
2019-02-13
allow_internal_unstable requires feature names
gnzlbg
-7
/
+7
2019-02-12
Fix libcore build
gnzlbg
-5
/
+7
2019-02-11
Note that clang accepts _mm512_set1_epi64 on 32-bit.
Henry de Valence
-1
/
+1
2019-02-11
Add a fixup pass for cpuid values when validating XML.
Henry de Valence
-2
/
+12
2019-02-11
Fix incorrect assert_instr tests.
Henry de Valence
-3
/
+3
2019-02-11
Add AVX512VL variants of IFMA instructions.
Henry de Valence
-0
/
+112
2019-02-11
Add avx512ifma skeleton.
Henry de Valence
-0
/
+87
2019-02-11
Add _mm512_set1_epi64.
Henry de Valence
-0
/
+11
2019-02-11
MaybeUninit: update to into_initialized (#679)
Ralf Jung
-9
/
+9
2019-02-09
Add cargo features to disable usage of file I/O and dlsym in std_detect
gnzlbg
-32
/
+106
2019-02-05
Remove const workaround in std_detect cache
gnzlbg
-2
/
+1
2019-02-04
Add detect macros should support trailing commas (Fix #443)
Juan Aguilar Santillana
-0
/
+76
2019-01-31
Add tests for addcarry and subborrow intrinsics (#672)
gnzlbg
-2
/
+209
2019-01-31
Doc tests should use std
gnzlbg
-125
/
+0
2019-01-30
Attempt to fix tests on master (#662)
Alex Crichton
-80
/
+14
2019-01-30
Fix addcarry / subborrow intrinsic names (#661)
Nikita Popov
-4
/
+4
2019-01-30
Update readme badges
gnzlbg
-10
/
+10
2019-01-30
Fix docs.rs rustdoc arguments
gnzlbg
-3
/
+3
2019-01-30
Bump core_arch and std_detect versions
gnzlbg
-2
/
+2
2019-01-30
Move the core::arch docs into a markdown file
gnzlbg
-357
/
+359
2019-01-30
Fix building docs for all targets on docs.rs and re-export the arch module
gnzlbg
-40
/
+8
2019-01-30
Update readme and dependencies
gnzlbg
-9
/
+9
2019-01-30
Remove integer_atomics feature gate due to stabilization
gnzlbg
-8
/
+0
2019-01-30
Remove core_arch dev-dependency of std_detect
gnzlbg
-1
/
+0
2019-01-30
Bump core_arch and std_detect patch version
gnzlbg
-4
/
+4
2019-01-30
Update description of core_arch and std_detect
gnzlbg
-2
/
+2
2019-01-24
Fix libcore doc tests
gnzlbg
-0
/
+7
2019-01-22
Do not use Self constructors
gnzlbg
-6
/
+10
2019-01-22
Automatically insert emms after running each MMX test
gnzlbg
-1
/
+14
2019-01-22
Fix clippy issues
gnzlbg
-21
/
+30
2019-01-22
Readme from std_detect
gnzlbg
-9
/
+308
2019-01-22
Add README and licenses to core_arch
gnzlbg
-0
/
+294
2019-01-22
Update versions of core_arch and std_detect for release
gnzlbg
-4
/
+4
2019-01-22
Refactor stdsimd
gnzlbg
-85
/
+45377
2019-01-21
Upgrade serde_xml_rs version
gnzlbg
-2
/
+2
2019-01-21
Update quickcheck requirement from 0.7 to 0.8
dependabot[bot]
-1
/
+1
2019-01-21
enable wasm-bindgen feature of rand dependency
gnzlbg
-0
/
+3
2019-01-07
Add ADX-related intrinsics (#631)
Alex Crichton
-3
/
+8
2019-01-04
Remove usage of `platform-intrinsics` where `unadjusted` works (#630)
Alex Crichton
-1
/
+2
2019-01-02
Add a `x86_64::cmpxchg16b` intrinsic
Alex Crichton
-1
/
+16
2018-12-29
Add a build libcore-only nvptx64 test (using xargo).
Peter Jin
-1
/
+8
2018-12-20
Implement automatic verification for ARM/AArch64 intrinsics (#626)
Alex Crichton
-25
/
+94070
2018-12-14
Rerun rustfmt
Alex Crichton
-3
/
+1
2018-12-14
Remove usage of deprecated functions
Alex Crichton
-2
/
+2
2018-12-14
Start adding some avx512 intrinsics (#618)
Alex Crichton
-0
/
+22
2018-12-13
Rewrite simd128 and wasm support (#620)
Alex Crichton
-23
/
+68
[next]