summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-12-06add subset relations test using poloniusRemy Rakic-0/+44
2019-12-06bless polonius output due to lacking the 'static special-casingRemy Rakic-0/+128
2019-12-06bless polonius output of test ui/nll/outlives-suggestion-simple.rsRemy Rakic-0/+121
2019-12-06bless polonius output of test hrtb-perfect-forwarding.rsRemy Rakic-0/+68
2019-12-06Make try_mark_previous_green aware of cycles.Alex Aktsipetrov-0/+15
2019-12-06Rollup merge of #66979 - reese:E0631-long-error, r=GuillaumeGomezYuki Okushi-7/+20
2019-12-06Rollup merge of #66764 - estebank:reword-bad-collect, r=alexcrichtonYuki Okushi-9/+9
2019-12-06accept union inside enum if not followed by identifierKamlesh Kumar-0/+13
2019-12-05Error message no longer implies #[track_caller] is a requirement for Rust ABI.Adam Perry-2/+3
2019-12-05Add test for Location::caller in a macro.Adam Perry-0/+21
2019-12-05Implement core::panic::Location::caller using #[track_caller].Adam Perry-15/+15
2019-12-05Remove #[track_caller] from incomplete features list.Adam Perry-88/+8
2019-12-05Add failing test for codegen'd track_caller attribute.Adam Perry-0/+48
2019-12-05Rename test filename to match others.Adam Perry-1/+1
2019-12-05Implement #[track_caller] in const.Adam Perry-9/+35
2019-12-06Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasperbors-307/+99
2019-12-06use abort instead of unreachableRalf Jung-3/+3
2019-12-05Rollup merge of #67055 - lqd:const_qualif, r=oli-obkMazdak Farrokhzad-0/+51
2019-12-05Rollup merge of #67044 - Centril:67037, r=estebankMazdak Farrokhzad-0/+43
2019-12-05Rollup merge of #67011 - Aaron1011:fix/expected-found-span, r=Dylan-DPCMazdak Farrokhzad-123/+301
2019-12-05Rollup merge of #67010 - estebank:raw-idents, r=CentrilMazdak Farrokhzad-6/+50
2019-12-05Rollup merge of #66863 - osa1:fix_66702, r=cramertjMazdak Farrokhzad-0/+18
2019-12-05add regression test for issue 67053Remy Rakic-0/+51
2019-12-05add a testRalf Jung-0/+43
2019-12-05Add UI test for Pin PartialEq unsoundnessKonrad Borowski-0/+40
2019-12-05Auto merge of #66520 - alexcrichton:disable-gdb-wasm, r=eddybbors-0/+2
2019-12-05E0023: handle expected != pat-tup-typeMazdak Farrokhzad-0/+43
2019-12-04Disable gdb pretty printer global section on wasm targetsAlex Crichton-0/+2
2019-12-04Forgot to update some test outputsNadrieril-4/+7
2019-12-04Forgot to update some test outputsNadrieril-64/+46
2019-12-04Reuse `adt_defined_here`Nadrieril-10/+43
2019-12-04Use the default code path to list missing patternsNadrieril-50/+62
2019-12-04List missing constructors in an almost empty matchNadrieril-71/+101
2019-12-04Add testsNadrieril-65/+312
2019-12-04Only warn about missing patterns in the case of an enumNadrieril-86/+32
2019-12-04Add testsNadrieril-16/+104
2019-12-04Make empty match lint more consistent under exhaustive_patternsNadrieril-32/+65
2019-12-04Fix erroneous commentNadrieril-8/+7
2019-12-04Tweak error on empty matchNadrieril-2/+2
2019-12-04Add testsNadrieril-3/+343
2019-12-04Auto merge of #66408 - nnethercote:greedy-process_obligations, r=nmatsakisbors-1/+3
2019-12-04Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJungbors-8/+25
2019-12-04Remove potential cfgs duplicatesGuillaume Gomez-0/+15
2019-12-03review comments: move testEsteban Küber-3/+3
2019-12-03Include a span in more `expected...found` notesAaron Hill-123/+301
2019-12-03Accurately portray raw identifiers in error messagesEsteban Küber-6/+50
2019-12-03Disable issue-59756 test for nowAaron Hill-0/+4
2019-12-03Emit coercion suggestions in more placesAaron Hill-12/+85
2019-12-04rustdoc: Add test for fixed issueOliver Middleton-0/+15
2019-12-03Update missed test.Reese Williams-0/+1