about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-01-23add a test for #60976Tuomas Lappeteläinen-0/+10
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 #68388 - varkor:toogeneric-wf, r=eddybTyler Mandry-5/+22
2020-01-22Auto merge of #68069 - JohnTitor:fix-closure-ice, r=matthewjasperbors-0/+12
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-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-20check_match: simplify check_armMazdak Farrokhzad-1/+3
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-20Correct rmeta/rlib testMark Rousskov-2/+7
2020-01-20check_match: unify some lowering code and fix some ICEsMazdak Farrokhzad-0/+77
2020-01-20Fix UI testMark Rousskov-31/+8
2020-01-20generalize bindings_with_variant_name lintMazdak Farrokhzad-1/+47
2020-01-20Update testsDylan MacKenzie-94/+49
2020-01-20Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-SimulacrumDylan DPC-5/+5
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-1/+1
2020-01-19Rollup merge of #68348 - xfix:patch-14, r=nagisaDylan DPC-0/+1
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-489/+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-0/+77
2020-01-18adjust ui testsRalf Jung-4/+4
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-0/+97
2020-01-17Rollup merge of #68256 - estebank:bad-sugg-span, r=petrochenkovTyler Mandry-1/+1
2020-01-17Rollup merge of #66660 - jumbatm:dont_warn_about_snake_case_in_patterns, r=ce...Tyler Mandry-0/+61
2020-01-17Auto merge of #67476 - mark-i-m:simplify-borrow_check-5, r=matthewjasperbors-2/+2
2020-01-18Fix some tests failing in `--pass check` modeVadim Petrochenkov-25/+28
2020-01-17Add regression test for integer literals in generic arguments in where clausesvarkor-0/+26
2020-01-17Add @weiznich's regression testAaron Hill-0/+43
2020-01-17Auto merge of #68285 - oli-obk:specialization_regression, r=davidtwcobors-0/+25
2020-01-17Auto merge of #68305 - Dylan-DPC:rollup-aoohsz8, r=Dylan-DPCbors-205/+1653
2020-01-17Rollup merge of #68301 - tmandry:dont-propagate-test-invoke, r=alexcrichtonDylan DPC-3/+15
2020-01-17Rollup merge of #68195 - estebank:impl-trait-2000, r=CentrilDylan DPC-22/+478
2020-01-17Rollup merge of #68153 - petrochenkov:privdiag, r=estebankDylan DPC-164/+1048
2020-01-17Rollup merge of #67956 - varkor:E0588-provide-context, r=estebankDylan DPC-16/+112