about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-11-25resolve: Prohibit relative paths in visibilities on 2018 editionVadim Petrochenkov-0/+29
2018-11-25Stabilize the int_to_from_bytes featureSimon Sapin-1/+1
2018-11-25Auto merge of #55921 - scalexm:placeholders, r=nikomatsakisbors-2/+2
2018-11-25Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakisbors-12/+12
2018-11-24Suggest correct enum variant on typoEsteban Küber-6/+40
2018-11-24Clean up array/slice of primitive validationOliver Scherer-0/+16
2018-11-24Remove stderr file, because the test passes nowOliver Scherer-11/+0
2018-11-24Reintroduce zst-slice reading `read_bytes` method on `Memory`Oliver Scherer-1/+2
2018-11-24Properly test for int pointers in fat pointers to str slices of zero charsOliver Scherer-21/+12
2018-11-24Add regression test for integral pointers in zst str slice fat pointersOliver Scherer-0/+26
2018-11-24Fix NLL ui testscalexm-2/+2
2018-11-23Reword EOF in macro arm messageEsteban Küber-3/+3
2018-11-23Keep label on moved spans and point at macro invocation on parse errorEsteban Küber-7/+17
2018-11-23Point at macro arm when it doesn't expand to an expressionEsteban Küber-0/+3
2018-11-23Reword incorrect macro invocation primary labelEsteban Küber-37/+37
2018-11-23Add label when replacing primary DUMMY_SP in macro expansionEsteban Küber-1/+1
2018-11-23Point at end of macro arm when encountering EOFEsteban Küber-15/+16
2018-11-23Auto merge of #55808 - estebank:type-arguments, r=petrochenkovbors-27/+91
2018-11-22Do not point at associated types from other cratesEsteban Küber-30/+0
2018-11-22Reword and fix testEsteban Küber-18/+18
2018-11-22Suggest correct syntax when writing type arg instead of assoc typeEsteban Küber-2/+6
2018-11-22Point at the associated type's def spanEsteban Küber-0/+62
2018-11-22Join multiple E0191 errors in the same location under a single diagnosticEsteban Küber-20/+13
2018-11-22Point at every unexpected lifetime and type argument in E0107Esteban Küber-3/+38
2018-11-22Auto merge of #56143 - nikomatsakis:issue-56128-segment-id-ice-nightly, r=pet...bors-0/+15
2018-11-22Rollup merge of #56078 - ehuss:fix-panic-opt-msg, r=alexcrichtonGuillaume Gomez-4/+4
2018-11-22Rollup merge of #56002 - Axary:master, r=estebankGuillaume Gomez-0/+45
2018-11-22Rollup merge of #55980 - csmoe:issue-55891, r=estebankGuillaume Gomez-10/+30
2018-11-22Auto merge of #56147 - petrochenkov:impice, r=nikomatsakisbors-0/+67
2018-11-21add compile-pass annotationNiko Matsakis-0/+2
2018-11-21Auto merge of #56065 - oli-obk:min_const_fn_loop_ice, r=davidtwcobors-0/+13
2018-11-22resolve: Fix some asserts in import validationVadim Petrochenkov-0/+67
2018-11-21add regression testNiko Matsakis-0/+13
2018-11-21Stabilize macro_literal_matcherDan Aloni-30/+0
2018-11-21Enclose type in backticks for "reached the recursion limit while auto-derefer...varkor-7/+7
2018-11-21Add tests for unsized-locals functions stability.Masaki Hara-0/+27
2018-11-21Add tests verifying #50940.Masaki Hara-0/+40
2018-11-21Check arg/ret sizedness at ExprKind::Path.Masaki Hara-44/+23
2018-11-21Auto merge of #56117 - petrochenkov:iempty, r=eddybbors-0/+11
2018-11-21Explain why we do not overwrite qualification of localsOliver Scherer-5/+29
2018-11-21Add regression test for overwriting qualifs by assignmentOliver Scherer-0/+22
2018-11-21Fix a commentOliver Scherer-1/+1
2018-11-21TidyOliver Scherer-2/+2
2018-11-21Ensure assignments don't allow skipping projection checksOliver Scherer-0/+32
2018-11-21Properly assign to aggregate fieldsOliver Scherer-0/+20
2018-11-21resolve: Make "empty import canaries" invisible from other cratesVadim Petrochenkov-0/+11
2018-11-21Add a couple more testsVadim Petrochenkov-3/+33
2018-11-21Stabilize `extern_crate_item_prelude`Vadim Petrochenkov-128/+0
2018-11-20Enclose type in backticks for "non-exhaustive patterns" errorvarkor-6/+6
2018-11-20Auto merge of #55720 - RalfJung:const-eval-raw, r=oli-obkbors-28/+36