about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-02-13Rollup merge of #93810 - matthewjasper:chalk-and-canonical-universes, r=jackh726Matthias Krüger-112/+119
2022-02-13Rollup merge of #90532 - fee1-dead:improve-const-fn-err-msg, r=oli-obkMatthias Krüger-119/+345
2022-02-12Auto merge of #91403 - cjgillot:inherit-async, r=oli-obkbors-190/+133
2022-02-12Auto merge of #93697 - the8472:fix-windows-path-hash, r=Mark-Simulacrumbors-0/+1
2022-02-12Update chalk testsMatthew Jasper-112/+119
2022-02-12ignore test on wasm32The 8472-0/+1
2022-02-12ReblessDeadbeef-3/+41
2022-02-12Rollup merge of #93757 - jackh726:gat-bug-tests, r=nikomatsakisMatthias Krüger-0/+450
2022-02-12Rollup merge of #93595 - compiler-errors:ice-on-lifetime-arg, r=jackh726Matthias Krüger-4/+41
2022-02-12Rollup merge of #91908 - matthiaskrgr:ices, r=jackh726Matthias Krüger-0/+46
2022-02-12Report the selection error when possibleDeadbeef-22/+71
2022-02-12Handle Fn family trait call errrorDeadbeef-7/+14
2022-02-12Rebased and improved errorsDeadbeef-13/+32
2022-02-12bless youDeadbeef-87/+200
2022-02-12Fix line numberJack Huey-1/+1
2022-02-12Auto merge of #93691 - compiler-errors:mir-tainted-by-errors, r=oli-obkbors-56/+26
2022-02-12Bless nll tests.Camille GILLOT-27/+19
2022-02-12Inherit lifetimes for async fn instead of duplicating them.Camille GILLOT-163/+114
2022-02-11Add 2 testsMatthias Krüger-0/+46
2022-02-11Rollup merge of #93909 - saschanaz:patch-2, r=petrochenkovMatthias Krüger-8/+8
2022-02-11Rollup merge of #93868 - Amanieu:asm_reg_conflict, r=cjgillotMatthias Krüger-0/+30
2022-02-11Rollup merge of #93782 - adamgemmell:dev/adagem01/split-pauth, r=AmanieuMatthias Krüger-0/+68
2022-02-11Rollup merge of #91607 - FabianWolff:issue-91560-const-span, r=jackh726Matthias Krüger-14/+77
2022-02-11use body.tainted_by_error to skip loading MIRMichael Goulet-16/+3
2022-02-11fix tests, add new tests checking borrowck CFTE ICEMichael Goulet-40/+23
2022-02-11Auto merge of #93893 - oli-obk:sad_revert, r=oli-obkbors-2287/+1606
2022-02-11Fix typo: explicitely->explicitlyKagami Sascha Rosylight-8/+8
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-2148/+1610
2022-02-11Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk"Oli Scherer-62/+11
2022-02-11Revert "Fix regression from lazy opaque types"Oli Scherer-94/+2
2022-02-11Rollup merge of #93861 - JulianKnodt:notraitace, r=wesleywiserMatthias Krüger-0/+76
2022-02-10Fix incorrect register conflict detection in asm!Amanieu d'Antras-0/+30
2022-02-10Fix ICE if no trait assoc const eqkadmin-0/+76
2022-02-10Split PAuth target featureAdam Gemmell-0/+68
2022-02-10Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwcoMatthias Krüger-391/+71
2022-02-10Rollup merge of #93802 - lcnr:mcg-woops, r=BoxyUwUMatthias Krüger-0/+29
2022-02-10fix min_const_generics oversightlcnr-0/+29
2022-02-09Rollup merge of #93753 - jeremyBanks:main-conflict, r=petrochenkovMatthias Krüger-0/+35
2022-02-09Rollup merge of #91504 - cynecx:used_retain, r=nikicMatthias Krüger-0/+79
2022-02-09Stabilize cfg_target_has_atomicAmanieu d'Antras-391/+71
2022-02-09Suggest collecting into `Vec<_>` when collecting into `[_]`Michael Goulet-0/+41
2022-02-09Move tests into attributes directory to pacify tidyNikita Popov-0/+0
2022-02-09Add tracking issueNikita Popov-0/+2
2022-02-09Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obkbors-11/+62
2022-02-09Rollup merge of #93751 - eholk:issue-93648-drop-tracking-projection, r=tmiaskoYuki Okushi-0/+12
2022-02-09Auto merge of #93778 - matthiaskrgr:rollup-yfngdao, r=matthiaskrgrbors-12/+166
2022-02-08add more tests and make used(linker/compiler) mutually exclusivecynecx-0/+51
2022-02-08Add some known GAT bugs as testsJack Huey-0/+450
2022-02-08Improve opaque type higher-ranked region error message under NLLAaron Hill-11/+62
2022-02-08Fix regression from lazy opaque typesOli Scherer-2/+94