]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/simd-type.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / test / compile-fail / simd-type.rs
2014-03-29 Brian AndersonConvert most code to new inner attribute syntax.
2014-02-10 borsauto merge of #12095 : FlaPer87/rust/issue-11709, r...
2014-02-09 borsauto merge of #12114 : brson/rust/faqs, r=cmr
2014-02-08 borsauto merge of #12090 : bjz/rust/unimplemented, r=cmr
2014-02-08 borsauto merge of #12096 : brson/rust/morestack-addr, r...
2014-02-08 borsauto merge of #12099 : alexcrichton/rust/rpath-tests...
2014-02-08 borsauto merge of #12094 : adridu59/rust/licensing, r=brson
2014-02-07 borsauto merge of #12029 : zkamsler/rust/merge-sort-allocat...
2014-02-07 borsauto merge of #12073 : alexcrichton/rust/doc-examples...
2014-02-07 borsauto merge of #12055 : dguenther/rust/tidy_test, r...
2014-02-07 Derek GuentherAdded tests to make tidy
2014-02-04 borsauto merge of #11230 : csherratt/rust/cow, r=alexcrichton
2014-02-04 borsauto merge of #11717 : DiamondLovesYou/rust/master...
2014-01-31 borsauto merge of #11810 : Armavica/rust/issue-11645, r...
2014-01-31 borsauto merge of #11784 : eminence/rust/fix_run_tests...
2014-01-30 borsauto merge of #11853 : alexcrichton/rust/up-llvm, r...
2014-01-29 borsauto merge of #11879 : thestinger/rust/frame-pointer...
2014-01-28 borsauto merge of #11845 : xales/rust/libnative, r=alexcrichton
2014-01-28 borsauto merge of #11864 : comex/rust/11352, r=alexcrichton
2014-01-28 borsauto merge of #11858 : huonw/rust/11841-followup, r...
2014-01-28 borsauto merge of #11851 : pnkfelix/rust/fsk-fix-issue...
2014-01-28 borsauto merge of #11837 : xales/rust/doc-fixes, r=cmr...
2014-01-28 borsauto merge of #11833 : kballard/rust/gitignore-doc...
2014-01-28 borsauto merge of #11738 : dmanescu/rust/11721, r=alexcrichton
2014-01-27 David ManescuFeature gate #[simd]
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-05-18 borsauto merge of #6249 : crabtw/rust/arm, r=brson
2013-05-16 borsauto merge of #6536 : kud1ing/rust/patch-1, r=brson
2013-05-15 borsauto merge of #6486 : recrack/rust/gitignore, r=catamor...
2013-05-10 borsauto merge of #6339 : alexcrichton/rust/unsafe-cvec...
2013-05-09 borsauto merge of #6325 : sammykim/rust/lint-name, r=graydon
2013-05-09 borsauto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn
2013-05-09 borsauto merge of #6343 : thestinger/rust/new_iter, r=brson
2013-05-09 borsauto merge of #6337 : thestinger/rust/fix_region, r...
2013-05-09 borsauto merge of #6332 : huonw/rust/std-base64-match,...
2013-05-09 borsauto merge of #6327 : z0w0/rust/rm-notest, r=brson
2013-05-08 borsauto merge of #6214 : sanxiyn/rust/simd-2, r=graydon
2013-05-07 Seo SanghyeonAdd SIMD vector type tests