about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-11-20Auto merge of #55663 - varkor:must_use-traits, r=estebankbors-0/+36
2018-11-20improve error noteAxary-6/+6
2018-11-20Trailing newlineOliver Scherer-1/+1
2018-11-20Add sanity test for promotion and `const_let`Oliver Scherer-0/+35
2018-11-20Explain missing error in testOliver Scherer-1/+4
2018-11-20Auto merge of #55983 - oli-obk:static_, r=Mark-Simulacrumbors-0/+33
2018-11-19we now do proper validation on scalarsRalf Jung-14/+14
2018-11-19Make const_eval_raw query return just an AllocIdRalf Jung-19/+27
2018-11-19Fix error message for `-C panic=xxx`.Eric Huss-4/+4
2018-11-19Update nll stderr filesOliver Scherer-4/+16
2018-11-19Test for #[must_use] on traitsvarkor-0/+36
2018-11-19Also catch static mutation at evaluation timeOliver Scherer-30/+67
2018-11-19Auto merge of #56051 - pietroalbini:rollup, r=pietroalbinibors-246/+313
2018-11-19Rollup merge of #56059 - alexcrichton:fix-tests, r=sfacklerkennytm-0/+27
2018-11-19Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddybPietro Albini-0/+37
2018-11-19Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obkPietro Albini-6/+47
2018-11-19Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obkPietro Albini-51/+51
2018-11-19Rollup merge of #55968 - ehuss:non-mod-rs-tests, r=petrochenkovPietro Albini-150/+18
2018-11-19Allow assignments in const contextsOliver Scherer-16/+115
2018-11-19Replace the ICEing on const fn loops with an errorOliver Scherer-0/+13
2018-11-19Auto merge of #56042 - petrochenkov:nuni, r=petrochenkovbors-561/+1156
2018-11-18Rollup merge of #55923 - Zeegomo:master, r=estebankPietro Albini-0/+39
2018-11-18Rollup merge of #55894 - RalfJung:validation-enums, r=oli-obkPietro Albini-20/+33
2018-11-18Rollup merge of #55862 - zackmdavis:but_will_they_come_when_you_call_them, r=...Pietro Albini-28/+97
2018-11-18Auto merge of #55672 - RalfJung:miri-extern-types, r=eddybbors-0/+27
2018-11-18remove "approx env bounds" if we already know from traitNiko Matsakis-0/+37
2018-11-18Fix rebaseVadim Petrochenkov-1/+1
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-12/+12
2018-11-18Add a couple more tests + address review commentsVadim Petrochenkov-4/+154
2018-11-18resolve: Future-proof against imports referring to local variables and generi...Vadim Petrochenkov-0/+99
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-174/+174
2018-11-18resolve: Reintroduce feature gate for uniform paths in importsVadim Petrochenkov-52/+110
2018-11-18Fix ICEs from imports of items not defined in modulesVadim Petrochenkov-15/+163
2018-11-18resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-56/+56
2018-11-18resolve: Recover "did you mean" suggestions in importsVadim Petrochenkov-12/+6
2018-11-18resolve: Check resolution consistency for import paths and multi-segment macr...Vadim Petrochenkov-63/+159
2018-11-18resolve: Resolve single-segment imports using in-scope resolution on 2018 edi...Vadim Petrochenkov-3/+15
2018-11-18resolve: More precise determinacy tracking during import/macro resolutionVadim Petrochenkov-6/+6
2018-11-18resolve: Improve diagnostics for resolution ambiguitiesVadim Petrochenkov-237/+275
2018-11-17Don't auto-inline `const fn`Oliver Scherer-1/+29
2018-11-17tidy check fixgiacomo-10/+19
2018-11-17add test for #[test] attribute only allowed on non associated functionsgiacomo-0/+30
2018-11-17reserve whitespaces between prefix and pipecsmoe-5/+5
2018-11-17remove stray file with UI testing outputAxary-8/+0
2018-11-16adjust remaining testsRalf Jung-4/+37
2018-11-16fix tidy (remove whitespace)Axary-0/+24
2018-11-16improve error when self is used as not the first argumentAxary-5/+21
2018-11-16add a note to the error messageAxary-2/+3
2018-11-16remove licenseAxary-11/+0
2018-11-16CTFE: dynamically make sure we do not call non-const-fnRalf Jung-2/+10