about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2019-02-22Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichtonMazdak Farrokhzad-83/+115
2019-02-20Rollup merge of #58044 - Lokathor:lokathor, r=alexcrichtonkennytm-0/+12
2019-02-12Merging masterMatthias Einwag-21/+166
2019-02-12Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichtonbors-3/+0
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-7/+7
2019-02-12Stabilize str::escape_* methodsSimon Sapin-3/+0
2019-02-12Auto merge of #58246 - pmccarter:master, r=oli-obkbors-0/+34
2019-02-11rename variable and add test directive for #58030Patrick McCarter-0/+1
2019-02-10tests: doc commentsAlexander Regueiro-7/+7
2019-02-10Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertjbors-3/+3
2019-02-09Auto merge of #57885 - arielb1:xform-probe, r=nikomatsakisbors-0/+59
2019-02-07fix existing testsmark-8/+8
2019-02-07Refactor const saturating intrinsics emulation and add unstable feature attri...Patrick McCarter-0/+2
2019-02-06Change RawWaker constructor to const fnMatthias Einwag-8/+2
2019-02-06fix saturating_sub() underflow for unsigned ints #58030Patrick McCarter-0/+4
2019-02-06Allow const assignment for int saturating_sub() for #58030Patrick McCarter-1/+15
2019-02-05Move ArcWake in common test file.Matthias Einwag-110/+73
2019-02-05fix test caseRalf Jung-3/+3
2019-02-05Allow const assignment for int saturating_add() calls for #58030Patrick McCarter-0/+13
2019-02-03Fix testMatthias Einwag-1/+1
2019-02-03Apply review suggestions and fix testsMatthias Einwag-42/+130
2019-02-02rustfmt the testRalf Jung-30/+62
2019-02-01fix the build errorsLokathor-3/+6
2019-02-01const-int-wrapping.rs += wrapping_negLokathor-2/+5
2019-02-01const-int-overflowing.rs += overflowing_negLokathor-0/+6
2019-02-01update testRalf Jung-13/+13
2019-01-31Add more tests for #[repr(align(x))] on enumsNiklas Fiekas-4/+42
2019-01-30Allow #[repr(align(x))] on enums (#57996)Niklas Fiekas-0/+17
2019-01-29avoid committing to autoderef in object method probingAriel Ben-Yehuda-0/+59
2019-01-27Mark non-static generators as always UnpinWim Looman-1/+19
2019-01-27impl Generator for Pin<Box<Generator>>Wim Looman-0/+13
2019-01-27Change generator trait to use pinningWim Looman-51/+66
2019-01-27Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichtonbors-29/+27
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-29/+27
2019-01-26Rollup merge of #57827 - parched:ignore, r=nikomatsakisMazdak Farrokhzad-0/+1
2019-01-24Auto merge of #57269 - gnzlbg:simd_bitmask, r=rkruppebors-0/+61
2019-01-22Add intrinsic to create an integer bitmask from the MSB of integer vectorsgnzlbg-0/+61
2019-01-22Ignore aarch64 in simd-intrinsic-generic-reductionJames Duley-0/+1
2019-01-21Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmasterMazdak Farrokhzad-0/+37
2019-01-19Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakisbors-1/+1
2019-01-16Auto merge of #57416 - alexcrichton:remove-platform-intrinsics, r=nagisabors-24/+0
2019-01-15Rollup merge of #56044 - matthewjasper:function-param-drop-order, r=cramertjMazdak Farrokhzad-0/+68
2019-01-14Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkovMazdak Farrokhzad-28/+0
2019-01-14rustc: Remove platform intrinsics crateAlex Crichton-24/+0
2019-01-14Rollup merge of #57465 - jethrogb:jb/stablize-cfg-target-vendor, r=joshtriple...Mazdak Farrokhzad-2/+0
2019-01-14Stabilize `cfg_target_vendor`, #29718Jethro Beekman-2/+0
2019-01-14Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obkbors-107/+0
2019-01-13Auto merge of #57567 - Centril:stabilize-transpose, r=alexregbors-2/+0
2019-01-13remove extern_in_paths.Mazdak Farrokhzad-28/+0
2019-01-13stabilize transpose_result in 1.33Mazdak Farrokhzad-2/+0