about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2020-02-13ast_validation: tweak diagnostic outputMazdak Farrokhzad-15/+19
2020-02-13parser: fuse free `fn` parsing together.Mazdak Farrokhzad-38/+25
2020-02-12Rollup merge of #69002 - RalfJung:miri-op-overflow, r=oli-obk,wesleywiserDylan DPC-13/+92
2020-02-12Rollup merge of #68937 - ecstatic-morse:unchecked-intrinsics-test, r=RalfJungYuki Okushi-41/+119
2020-02-11Test failure of unchecked arithmetic intrinsics in const evalDylan MacKenzie-41/+119
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-1/+1
2020-02-11Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPCbors-179/+179
2020-02-10Rollup merge of #68986 - ecstatic-morse:const-ascii-ctype, r=CentrilDylan DPC-0/+55
2020-02-10some more tests for i128 oveflow behaviorRalf Jung-13/+66
2020-02-10add test that checks overflows on arithmetic operatorsRalf Jung-0/+26
2020-02-09--bless --compare-mode=nllMatthias Prechtl-179/+179
2020-02-08Test ASCII ctype methods in a const contextDylan MacKenzie-0/+55
2020-02-08Test `u8::is_ascii` alongside `char::is_ascii`Dylan MacKenzie-0/+6
2020-02-08Test integer exponentiation in a const contextDylan MacKenzie-0/+37
2020-02-08Test `NonZeroU8::new` in a const contextDylan MacKenzie-1/+10
2020-02-07Fix testbjorn3-1/+1
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-28/+34
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-28/+28
2020-02-05Rollup merge of #68809 - ecstatic-morse:const-int-functions, r=oli-obkDylan DPC-0/+130
2020-02-04Fix testDylan MacKenzie-160/+124
2020-02-04Add tests for newly const arithmetic fnsDylan MacKenzie-0/+166
2020-02-04Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obkbors-2/+2
2020-02-02Account for `?Sized` type parameter boundsEsteban Küber-2/+2
2020-02-01Update existing tests for or-patternsMatthew Jasper-24/+12
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-24/+24
2020-01-28Rollup merge of #68563 - Aaron1011:fix/fn-sig-closure, r=varkorYuki Okushi-0/+26
2020-01-27Rollup merge of #68370 - Aaron1011:const-extern-test, r=RalfJungPietro Albini-0/+44
2020-01-27Don't call `tcx.fn_sig` on closuresAaron Hill-0/+26
2020-01-26Ensure that we error when calling "const extern fn" with wrong conventionAaron Hill-0/+44
2020-01-24Do not ICE on multipart suggestions touching multiple filesEsteban Küber-1/+1
2020-01-24Normalise notes with the/isvarkor-24/+24
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-20Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-SimulacrumDylan DPC-3/+3
2020-01-18slice_patterns: remove gates in testsMazdak Farrokhzad-1/+0
2020-01-18Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obkbors-0/+77
2020-01-18adjust ui testsRalf Jung-3/+3
2020-01-17Rollup merge of #68256 - estebank:bad-sugg-span, r=petrochenkovTyler Mandry-1/+1
2020-01-18Fix some tests failing in `--pass check` modeVadim Petrochenkov-25/+28
2020-01-17Add @weiznich's regression testAaron Hill-0/+43
2020-01-16review commentsEsteban Küber-1/+1
2020-01-16Do not ICE on malformed suggestion spansEsteban Küber-1/+1
2020-01-16Array repeat expression lengths must be monomorphic at MIR building timeOliver Scherer-0/+25
2020-01-16Rollup merge of #68096 - varkor:diagnostic-cleanup, r=CentrilDylan DPC-4/+4
2020-01-15Auto merge of #67603 - oli-obk:no_mut_static_ref_from_const, r=RalfJungbors-0/+5
2020-01-15Rollup merge of #68219 - oli-obk:fix_miri, r=RalfJung,wesleywiserYuki Okushi-4/+30
2020-01-15Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper...Yuki Okushi-0/+20
2020-01-15Promoteds can contain raw pointers, but these must still only point to immuta...Oliver Scherer-0/+5
2020-01-15Add testsOliver Scherer-4/+30
2020-01-14perf: eagerly convert literals to consts, this avoids creating loads on uneva...Ben Lewis-1/+1