about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-01-24Print constants in `type_name` for const genericsvarkor-0/+19
2020-01-24Rollup merge of #68479 - Tyg13:unused_parens_return, r=CentrilTyler Mandry-12/+31
2020-01-24Rollup merge of #68469 - ollie27:skip_count, r=sfacklerTyler Mandry-0/+8
2020-01-24Rollup merge of #68438 - Aaron1011:fix/tait-non-defining, r=estebankTyler Mandry-0/+27
2020-01-24Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwcoTyler Mandry-0/+42
2020-01-23use `diagnostic_item` and modify wordingEsteban Küber-1/+1
2020-01-23unused-parens: implement for block return valuesTyler Lanphear-12/+31
2020-01-23Auto merge of #68298 - Mark-Simulacrum:binary-depdep-fix, r=petrochenkovbors-2/+7
2020-01-22Rollup merge of #68425 - phi-gamma:try-method, r=varkorTyler Mandry-1/+56
2020-01-22Rollup merge of #68410 - tmiasko:msan-lto, r=varkorTyler Mandry-21/+41
2020-01-22Rollup merge of #68388 - varkor:toogeneric-wf, r=eddybTyler Mandry-5/+22
2020-01-22Avoid overflow in `std::iter::Skip::count`Oliver Middleton-0/+8
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-21Account for non-types in substs for opaque type error messagesAaron Hill-0/+27
2020-01-21Suggest borrowing `Vec<NonCopy>` in for loopEsteban Küber-0/+42
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-21Test try diagnostics for impl and trait methodsPhilipp Gesang-1/+56
2020-01-21Auto merge of #68267 - estebank:lt-sugg, r=petrochenkovbors-41/+370
2020-01-21Make `TooGeneric` error in WF checking a proper errorvarkor-5/+22
2020-01-21Mark __msan_keep_going as an exported symbol for LTOTomasz Miąsko-20/+36
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-20Mark __msan_track_origins as an exported symbol for LTONikita Popov-1/+5
2020-01-20Correct rmeta/rlib testMark Rousskov-2/+7
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