about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2021-03-20Move some tests to more reasonable directories - 5Caio-0/+38
2021-03-17Auto merge of #82122 - bstrie:dep4real, r=dtolnaybors-1/+1
2021-03-13Auto merge of #82891 - cjgillot:monoparent, r=petrochenkovbors-2/+2
2021-03-12Make def_key and HIR parenting consistent.Camille GILLOT-2/+2
2021-03-12Auto merge of #82935 - henryboisdequin:diagnostic-cleanups, r=estebankbors-4/+4
2021-03-10fix error message for copy(_nonoverlapping) overflowRalf Jung-2/+48
2021-03-10add regression testRalf Jung-0/+68
2021-03-09Deprecate items that accidentally weren't deprecatedbstrie-1/+1
2021-03-09improve `const fn` `RepeatVec` diagnosticsHenry Boisdequin-4/+4
2021-03-07Rollup merge of #82793 - JohnTitor:move-ui-tests, r=petrochenkovYuki Okushi-0/+123
2021-03-06Move some tests to more suitable subdirsYuki Okushi-0/+123
2021-03-05Bump mir-opt-level from 2 to 3 in testsSantiago Pastorino-4/+4
2021-03-05Bump mir-opt-level from 3 to 4 in testsSantiago Pastorino-3/+3
2021-03-02Rollup merge of #80734 - abonander:ab/issue-66693, r=oli-obkGuillaume Gomez-4/+92
2021-03-01check that first arg to `panic!()` in const is `&str`Austin Bonander-4/+92
2021-02-25Rollup merge of #82220 - henryboisdequin:fixes-80853, r=varkorDylan DPC-0/+19
2021-02-25add helpful error notes and fix the false 'defined here' messagesHenry Boisdequin-0/+19
2021-02-21Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-sebors-4/+1
2021-02-18Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPCYuki Okushi-0/+150
2021-02-16Move some tests to more reasonable directoriesCaio-0/+150
2021-02-16add testRalf Jung-10/+37
2021-02-15Rollup merge of #82061 - RalfJung:ctfe-read-pointer-as-bytes, r=oli-obkJonas Schievink-1/+1
2021-02-15Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebankJonas Schievink-0/+22
2021-02-14Fix UI tests and merge `assert_eq` and `assert_ne` internal functionsBenoît du Garreau-4/+1
2021-02-14update messageHenry Boisdequin-2/+4
2021-02-13CTFE validation: catch ReadPointerAsBytes and better errorRalf Jung-1/+1
2021-02-08Rollup merge of #81779 - geogriff:const-ptr-to-int-error, r=lcnrMara Bos-9/+9
2021-02-08Auto merge of #80962 - jhpratt:const_int_fn-stabilization, r=dtolnaybors-5/+0
2021-02-07Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisabors-3/+7
2021-02-05fix ui tests referencing pointer-to-integer cast error messageJeffrey Griffin-9/+9
2021-02-05Move type size check tests to new dir ui/limitsÖmer Sinan Ağacan-71/+0
2021-02-03Allow/fix non_fmt_panic in tests.Mara Bos-20/+21
2021-02-03make const_err a future incompat lintRalf Jung-259/+923
2021-02-03added a suggestion to create a `const` item if the `fn` in the array repeat e...Henry Boisdequin-0/+20
2021-02-01Rollup merge of #81387 - c410-f3r:tests-tests-tests, r=petrochenkovJonas Schievink-0/+119
2021-02-01Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkovbors-16/+18
2021-01-31Move some tests to more reasonable directoriesCaio-0/+119
2021-01-31Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obkJonas Schievink-18/+9
2021-01-30Remove const_in_array_rep_exprkadmin-18/+9
2021-01-30Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-seYuki Okushi-14/+12
2021-01-29rename raw_const/mut -> const/mut_addr_of, and stabilize themRalf Jung-14/+12
2021-01-29Rollup merge of #81333 - RalfJung:const-err-simplify, r=oli-obkYuki Okushi-51/+30
2021-01-27Rollup merge of #80900 - camelid:readpointerasbytes-ice, r=oli-obkYuki Okushi-0/+43
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-16/+18
2021-01-24Ignore test on 32-bit architecturesCamelid-1/+4
2021-01-24Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJungJonas Schievink-138/+283
2021-01-24clean up some const error reporting around promotedsRalf Jung-51/+30
2021-01-23Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve...Caleb Zulawski-3/+7
2021-01-23Put dynamic check tests into their own fileoli-24/+64
2021-01-23Cover more cases in the test suiteoli-38/+99