about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-01-22Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnisonbors-0/+6
2020-01-22Auto merge of #68069 - JohnTitor:fix-closure-ice, r=matthewjasperbors-0/+12
2020-01-22Auto merge of #68194 - jonas-schievink:fix-thumb-ci, r=alexcrichtonbors-21/+227
2020-01-21Rollup merge of #68399 - Centril:check-match-unify, r=oli-obkMazdak Farrokhzad-2/+127
2020-01-21Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obkMazdak Farrokhzad-94/+49
2020-01-21Do not use Cortex-M0 since Qemu is too oldJonas Schievink-1/+2
2020-01-21Check in lockfileJonas Schievink-0/+199
2020-01-21Update dependenciesJonas Schievink-8/+4
2020-01-21Use the right runners for all thumb targetsJonas Schievink-6/+19
2020-01-21Fix thumb target CIJonas Schievink-7/+4
2020-01-21Auto merge of #68267 - estebank:lt-sugg, r=petrochenkovbors-41/+370
2020-01-20check_match: simplify check_armMazdak Farrokhzad-1/+3
2020-01-21Rollup merge of #68397 - ollie27:rustdoc_async_unsafe, r=CentrilYuki Okushi-0/+7
2020-01-21Rollup merge of #68302 - anp:caller-fn-ptr, r=eddyb,oli-obkYuki Okushi-0/+38
2020-01-21Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obkYuki Okushi-0/+43
2020-01-21Rollup merge of #68290 - petrochenkov:passcheck, r=oli-obkYuki Okushi-25/+28
2020-01-21Rollup merge of #67795 - Mark-Simulacrum:fmt-argument, r=dtolnayYuki Okushi-31/+8
2020-01-20Add aliases attribute checkGuillaume Gomez-0/+6
2020-01-20check_match: unify some lowering code and fix some ICEsMazdak Farrokhzad-0/+77
2020-01-20rustdoc: Correct order of `async` and `unsafe` in `async unsafe fn`sOliver Middleton-0/+7
2020-01-20Fix UI testMark Rousskov-31/+8
2020-01-20generalize bindings_with_variant_name lintMazdak Farrokhzad-1/+47
2020-01-20Add regression test for #64319 back in.Michael Woerister-0/+53
2020-01-20Add regression test for shared-generics x dylibs (#67276).Michael Woerister-0/+74
2020-01-20Update testsDylan MacKenzie-94/+49
2020-01-20Rollup merge of #68357 - ollie27:rustdoc_test_errors, r=GuillaumeGomezDylan DPC-0/+62
2020-01-20Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-SimulacrumDylan DPC-51/+50
2020-01-20Rollup merge of #68326 - ollie27:rustdoc_hightlight_fatal_errors, r=Guillaume...Dylan DPC-0/+28
2020-01-19review commentsEsteban Küber-25/+25
2020-01-19When encountering an expected named lifetime and none are present, suggest ad...Esteban Küber-29/+157
2020-01-19When encountering an undefined named lifetime, point to where it can beEsteban Küber-12/+213
2020-01-20Auto merge of #68057 - Aaron1011:fix/marker-trait-selection, r=matthewjasperbors-0/+17
2020-01-19Test that ReifyShim + caller_location return the def site.Adam Perry-2/+8
2020-01-19Add failing #[track_caller] test with fn pointers.Adam Perry-0/+32
2020-01-20Fix ICE #68025Yuki Okushi-0/+12
2020-01-19fix real_drop_in_place in commentsRalf Jung-2/+2
2020-01-19adjust codegen-units testsRalf Jung-38/+37
2020-01-19Rollup merge of #68348 - xfix:patch-14, r=nagisaDylan DPC-0/+1
2020-01-18rustdoc: Fix handling of compile errors when running `rustdoc --test`Oliver Middleton-0/+62
2020-01-18Rollup merge of #68224 - GuillaumeGomez:prevent-urls-in-headings, r=ollie27Mazdak Farrokhzad-0/+17
2020-01-18slice_patterns: address review commentsMazdak Farrokhzad-2/+0
2020-01-18slice_patterns: organize some testsMazdak Farrokhzad-9/+9
2020-01-18slice_patterns: remove gates in testsMazdak Farrokhzad-490/+349
2020-01-18slice_patterns: remove feature gate testMazdak Farrokhzad-74/+0
2020-01-18Add a test for iter::empty::<*mut i32> being Sync and SendKonrad Borowski-0/+1
2020-01-18Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obkbors-2/+79
2020-01-18adjust ui testsRalf Jung-4/+4
2020-01-18adjust mir-opt testsRalf Jung-7/+7
2020-01-17Rollup merge of #68312 - varkor:issue-67753-regression, r=CentrilTyler Mandry-0/+26
2020-01-17Rollup merge of #68291 - tmiasko:sanitizer-tests, r=nikomatsakisTyler Mandry-75/+84