about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-05-29Rollup merge of #97493 - compiler-errors:issue-97490, r=oli-obkMichael Goulet-0/+12
2022-05-29Use type_is_copy_modulo_regions check in intrisicckMichael Goulet-0/+12
2022-05-29Auto merge of #97456 - Bryysen:issue-97319-fix, r=compiler-errorsbors-60/+139
2022-05-29Rollup merge of #97479 - JohnTitor:make-check-pass, r=compiler-errorsGuillaume Gomez-13/+11
2022-05-29Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoeristerGuillaume Gomez-8/+21
2022-05-29Rollup merge of #96950 - JohnTitor:issue-96395, r=compiler-errors,oli-obkGuillaume Gomez-0/+3
2022-05-28Improve error message for E0081Bryysen-60/+139
2022-05-28Auto merge of #97461 - eddyb:proc-macro-less-payload, r=bjorn3bors-9/+12
2022-05-28Make some tests check-passYuki Okushi-13/+11
2022-05-28Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebankbors-31/+82
2022-05-28Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errorsMatthias Krüger-0/+21
2022-05-27proc_macro: don't pass a client-side function pointer through the server.Eduard-Mihai Burtescu-9/+12
2022-05-27Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant errorEsteban Küber-12/+3
2022-05-27Add test for #97343Esteban Küber-0/+30
2022-05-28Add regression test for #81899Yuki Okushi-0/+30
2022-05-27Auto merge of #96046 - oli-obk:const_typeck, r=cjgillotbors-397/+759
2022-05-27Update tests on aarch64Oli Scherer-127/+183
2022-05-27libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co...Vadim Petrochenkov-7/+7
2022-05-25Auto merge of #97401 - Dylan-DPC:rollup-fh9e61o, r=Dylan-DPCbors-7/+109
2022-05-25bless existing test with compare-mode=nll and remove testb-naber-237/+66
2022-05-25update testsb-naber-15/+237
2022-05-25Rollup merge of #97398 - JohnTitor:issue-82830, r=compiler-errorsDylan DPC-0/+31
2022-05-25Rollup merge of #97351 - b-naber:adt-const-params-structural-match-violation,...Dylan DPC-2/+25
2022-05-25Rollup merge of #97328 - petrochenkov:nativice, r=michaelwoeristerDylan DPC-0/+11
2022-05-25Rollup merge of #97302 - compiler-errors:writeback-ascending, r=cjgillotDylan DPC-5/+42
2022-05-25Auto merge of #94954 - SimonSapin:null-thin3, r=yaahcbors-1/+1
2022-05-25Add regression test for #82830Yuki Okushi-0/+31
2022-05-25Rollup merge of #97370 - compiler-errors:else-no-if-2, r=Dylan-DPCDylan DPC-10/+2
2022-05-25Rollup merge of #96913 - Urgau:rfc3239-part2, r=petrochenkovDylan DPC-0/+152
2022-05-25Rollup merge of #95953 - JakobDegen:repeat-leak, r=oli-obkDylan DPC-0/+164
2022-05-25Rollup merge of #97323 - 5225225:strict_init_checks, r=oli-obkDylan DPC-6/+38
2022-05-25Rollup merge of #97105 - JulianKnodt:const_dep_gen_const_expr, r=lcnrDylan DPC-0/+111
2022-05-24Minor improvement on else-no-if diagnosticMichael Goulet-10/+2
2022-05-25Rollup merge of #97266 - est31:unknown_lints_cfg_attr, r=lcnrYuki Okushi-22/+187
2022-05-24Modify MIR building to drop `foo` in `[foo; 0]`Jakob Degen-0/+164
2022-05-24Add support for embedding pretty printers via the `#[debugger_visualizer]` at...ridwanabdillahi-8/+21
2022-05-24Update messagesOli Scherer-4/+4
2022-05-24Make a test independent of 64/32 bitOli Scherer-14/+4
2022-05-24Add the transmute and asm checks to typeck as deferred checksOli Scherer-263/+572
2022-05-24trait selection errors should poison the typeck results, too, so that const e...Oli Scherer-10/+17
2022-05-24Emit weird lint name lints after expansionest31-22/+187
2022-05-24Rollup merge of #97298 - compiler-errors:if-else-stmt-braces, r=davidtwcoDylan DPC-0/+90
2022-05-24Add flag for stricter checks on uninit/zeroed5225225-6/+38
2022-05-24RFC3239: Add tests for compact `cfg(target(..))`Loïc BRANSTETT-0/+152
2022-05-24add and update testsb-naber-2/+25
2022-05-24Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obkbors-2/+2
2022-05-24Auto merge of #97342 - JohnTitor:rollup-zqxctaw, r=JohnTitorbors-0/+155
2022-05-23Parse expression after `else` as a condition if followed by `{`Michael Goulet-0/+90
2022-05-24Rollup merge of #97240 - TaKO8Ki:improve-errors-about-typos-on-variables, r=c...Yuki Okushi-0/+155
2022-05-24Auto merge of #97272 - jackh726:ban-compare-mode-nll, r=Mark-Simulacrumbors-5/+4