about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-01-21Auto merge of #68267 - estebank:lt-sugg, r=petrochenkovbors-41/+370
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-20Fix UI testMark Rousskov-31/+8
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-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
2020-01-17Auto merge of #67731 - matthewjasper:drop-in-place-reclimit, r=eddybbors-11/+22
2020-01-16review commentsEsteban Küber-1/+1
2020-01-16Do not ICE on malformed suggestion spansEsteban Küber-1/+1
2020-01-16Don't propagate __RUST_TEST_INVOKE to subprocessTyler Mandry-3/+15
2020-01-17Don't warn about snake case for field puns that don't introduce a new name.jumbatm-0/+61
2020-01-16Ignore some tests on platforms without libstd spansVadim Petrochenkov-3/+13
2020-01-16resolve: Say "import" when reporting private importsVadim Petrochenkov-36/+36
2020-01-16resolve: Point at the private item definitions in privacy errorsVadim Petrochenkov-145/+1019
2020-01-16Account for object safety when suggesting `Box<dyn Trait>`Esteban Küber-8/+149
2020-01-16review commentsEsteban Küber-16/+23
2020-01-16review commentsEsteban Küber-0/+7
2020-01-16review commentsEsteban Küber-67/+51
2020-01-16Add E0746 explanation to the indexEsteban Küber-1/+2
2020-01-16When trait bounds are missing for return values, point at themEsteban Küber-5/+74
2020-01-16Make `impl Trait` suggestion in E0746 `MachineApplicable`Esteban Küber-2/+22