about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-0/+102
2022-02-18Rollup merge of #93892 - compiler-errors:issue-92917, r=jackh726,nikomatsakisMatthias Krüger-10/+37
2022-02-18Rollup merge of #92806 - compiler-errors:better-impl-trait-deny, r=estebankMatthias Krüger-126/+126
2022-02-18Rollup merge of #91675 - ivanloz:memtagsan, r=nagisaMatthias Krüger-1/+1
2022-02-18Rollup merge of #89892 - Nilstrieb:suggest-return-impl-trait, r=jackh726Matthias Krüger-0/+184
2022-02-18Suggest `impl Trait` return typeNilstrieb-0/+184
2022-02-18Rollup merge of #93024 - compiler-errors:inline-mir-bad-bounds, r=estebankMatthias Krüger-0/+22
2022-02-18Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebankMatthias Krüger-35/+265
2022-02-18Rollup merge of #92683 - jackh726:issue-92033, r=estebankMatthias Krüger-25/+77
2022-02-18Auto merge of #94088 - oli-obk:revert, r=jackh726bors-133/+190
2022-02-17fix impl trait message, bless testsMichael Goulet-252/+126
2022-02-17Add more information to `impl Trait` deny errorMichael Goulet-120/+246
2022-02-17Rollup merge of #94043 - DrMeepster:box_alloc_ice, r=oli-obkMatthias Krüger-0/+6
2022-02-17Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiaskoMatthias Krüger-4/+4
2022-02-17Suggest copying trait associated type bounds on lifetime errorJack Huey-25/+77
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-133/+190
2022-02-17Auto merge of #93577 - nikic:llvm-14, r=nagisabors-2/+2
2022-02-17Rollup merge of #94031 - danielhenrymantilla:diagnostics/union-drop-suggest-c...Matthias Krüger-27/+37
2022-02-17Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkovMatthias Krüger-42/+69
2022-02-17Rollup merge of #93996 - notriddle:notriddle/magically-becomes-a-function, r=...Matthias Krüger-0/+94
2022-02-17Rollup merge of #93981 - ChayimFriedman2:slice-pat-reference-option-result, r...Matthias Krüger-1/+30
2022-02-17Rollup merge of #93693 - rukai:91550, r=davidtwcoMatthias Krüger-12/+125
2022-02-17Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieubors-0/+71
2022-02-16Consider mutations as borrows in drop trackingEric Holk-0/+114
2022-02-16Update optimization remark test for LLVM 14Nikita Popov-2/+2
2022-02-16Do not suggest "is a function" for free variablesMichael Howell-0/+94
2022-02-16Destabilize cfg(target_has_atomic_load_store = ...)Mark Rousskov-0/+71
2022-02-16MemTagSanitizer SupportIvan Lozano-1/+1
2022-02-16allow special behavior when printing const inferlcnr-4/+4
2022-02-16Add mentions to `Copy` for `union` fieldsDaniel Henry-Mantilla-27/+37
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+102
2022-02-16Correctly mark the span of captured arguments in `format_args!()`Chayim Refael Friedman-42/+69
2022-02-15fix assumption that ScalarPair Box is always a fat pointerDrMeepster-0/+6
2022-02-16Make implementation genericLucas Kent-16/+16
2022-02-16Suggest deriving required supertraitsLucas Kent-0/+113
2022-02-16Fix inconsistent symbol mangling with -ZverboseTomasz Miąsko-8/+23
2022-02-15Auto merge of #93820 - compiler-errors:gat-wfcheck, r=jackh726bors-4/+34
2022-02-15Add removed comments back in self-outlives-lintMichael Goulet-15/+18
2022-02-15add test for issue-93278, blessMichael Goulet-17/+44
2022-02-15Rollup merge of #93999 - barzamin:suggest-raw-strings, r=jackh726Matthias Krüger-0/+29
2022-02-15Auto merge of #93148 - nnethercote:Uniq, r=fee1-deadbors-4/+4
2022-02-15Auto merge of #93176 - danielhenrymantilla:stack-pinning-macro, r=m-ou-sebors-0/+115
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-4/+4
2022-02-15Auto merge of #93752 - eholk:drop-tracking-break-continue, r=nikomatsakisbors-0/+19
2022-02-14suggest using raw string literals when invalid escapes appearErin Petra Sofiya Moon-0/+29
2022-02-14Auto merge of #93652 - spastorino:fix-negative-overlap-check-regions, r=nikom...bors-6/+48
2022-02-14Mark `unsafe_pin_internals` as `incomplete`.Daniel Henry-Mantilla-0/+31
2022-02-14Add failing test that should passSantiago Pastorino-0/+23
2022-02-14Write {ui,} tests for `pin_macro` and `pin!`Daniel Henry-Mantilla-0/+84
2022-02-14Properly check regions on negative overlap checkSantiago Pastorino-6/+25