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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2015-08-17
Rebase cleanup: is_simd lost its parameter.
Huon Wilson
-10
/
+10
2015-08-17
Code style tweaks.
Huon Wilson
-36
/
+35
2015-08-17
Add tests for various intrinsic behaviours.
Huon Wilson
-0
/
+911
2015-08-17
Tweak intrinsic error handling.
Huon Wilson
-22
/
+47
2015-08-17
Fix existing tests for new `#[repr(simd)]`.
Huon Wilson
-604
/
+43
2015-08-17
Allow generic repr(simd) types.
Huon Wilson
-10
/
+22
2015-08-17
Switch shuffle intrinsics to arrays of indices.
Huon Wilson
-19
/
+37
2015-08-17
Add most ARM intrinsics.
Huon Wilson
-5
/
+310
2015-08-17
Reorganise ARM intrinsic definitions.
Huon Wilson
-25
/
+21
2015-08-17
Add most AVX2 intrinsics.
Huon Wilson
-0
/
+51
2015-08-17
Add most AVX intrinsics.
Huon Wilson
-0
/
+32
2015-08-17
Rearrange x86 intrinsics to prepare for AVX.
Huon Wilson
-73
/
+87
2015-08-17
Add most SSE4.1 intrinsics.
Huon Wilson
-0
/
+15
2015-08-17
Add most SSSE3 intrinsics.
Huon Wilson
-0
/
+14
2015-08-17
Add most SSE3 intrinsics.
Huon Wilson
-0
/
+7
2015-08-17
Reorganise x86 intrinsic definitions.
Huon Wilson
-42
/
+40
2015-08-17
Add most SSE2 intrinsics.
Huon Wilson
-0
/
+24
2015-08-17
Generalise SIMD casting to unequal bitwidths.
Huon Wilson
-10
/
+87
2015-08-17
Add _mm_shuffle_epi8 intrinsic.
Huon Wilson
-0
/
+2
2015-08-17
Rename `simd_basics` feature gate to `repr_simd`.
Huon Wilson
-7
/
+4
2015-08-17
Use error codes for platform-intrinsic typeck errors.
Huon Wilson
-84
/
+88
2015-08-17
Create separate module for intrinsic typechecking.
Huon Wilson
-494
/
+525
2015-08-17
Create "platform-intrinsic" ABI for SIMD/platform intrinsics.
Huon Wilson
-139
/
+207
2015-08-17
Type check platform-intrinsics in typeck.
Huon Wilson
-11
/
+109
2015-08-17
Remove automatic built-in SIMD operators.
Huon Wilson
-46
/
+4
2015-08-17
Add intrinsics for SIMD arithmetic.
Huon Wilson
-0
/
+35
2015-08-17
Add simd_cast intrinsic.
Huon Wilson
-2
/
+58
2015-08-17
Add x86 & arm reciprocal approximation intrinsics.
Huon Wilson
-0
/
+2
2015-08-17
Implement the simd_insert/simd_extract intrinsics.
Huon Wilson
-1
/
+22
2015-08-17
Add rustc_platform_intrinsics & some arm/x86 intrs.
Huon Wilson
-1
/
+270
2015-08-17
Add comparison and shuffle SIMD intrinsics.
Huon Wilson
-12
/
+163
2015-08-17
Add some SIMD target_feature cfg's when appropriate.
Huon Wilson
-3
/
+104
2015-08-17
feature gate `cfg(target_feature)`.
Huon Wilson
-28
/
+150
2015-08-17
switch core::simd to repr(simd) and deprecate it.
Huon Wilson
-12
/
+122
2015-08-18
don't iterate over all impls when none match
Ariel Ben-Yehuda
-6
/
+5
2015-08-18
add a fast-path to resolve_type_vars_if_possible
Ariel Ben-Yehuda
-6
/
+48
2015-08-17
core: Move `atomic` into a new `sync` module
Alex Crichton
-4
/
+19
2015-08-17
std: Clean up primitive integer modules
Alex Crichton
-314
/
+86
2015-08-17
Auto merge of #27833 - arielb1:robust-construction, r=eddyb
bors
-298
/
+257
2015-08-17
remove untrue doc from marker.rs
Alex Burka
-9
/
+0
2015-08-17
rustdoc: Add test for #27759
Martin Wernstål
-0
/
+25
2015-08-17
test: Don't panic if some tests failed
Alex Crichton
-1
/
+1
2015-08-17
use an FnvHashSet instead of an HashSet in fulfill
Ariel Ben-Yehuda
-4
/
+3
2015-08-17
make trait matching smarter with projections
Ariel Ben-Yehuda
-8
/
+30
2015-08-17
rustdoc: Removed issue_tracker_base_url from crates not in public API docs
Martin Wernstål
-48
/
+24
2015-08-17
Remove dependencies on libm functions from libcore.
Eli Friedman
-318
/
+194
2015-08-17
rustdoc: Removed command line option issue-tracker-base-url
Martin Wernstål
-7
/
+3
2015-08-17
rustdoc: Adjusted style for unstable feature-name
Martin Wernstål
-1
/
+5
2015-08-17
Implement `repr(simd)` as an alias for `#[simd]`.
Huon Wilson
-4
/
+48
2015-08-17
use the correct substs when checking struct patterns
Ariel Ben-Yehuda
-13
/
+47
[prev]
[next]