about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-02-08Rollup merge of #81828 - davidhewitt:capture-raw-format-strings, r=estebankMara Bos-2/+13
2021-02-08Rollup merge of #81779 - geogriff:const-ptr-to-int-error, r=lcnrMara Bos-9/+36
2021-02-08Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-seMara Bos-0/+24
2021-02-08Rollup merge of #71531 - spastorino:move-treat-err-as-bug-tests-to-ui, r=oli-obkMara Bos-0/+45
2021-02-08Auto merge of #80962 - jhpratt:const_int_fn-stabilization, r=dtolnaybors-5/+0
2021-02-08Auto merge of #72603 - jsgf:extern-loc, r=nikomatsakisbors-0/+193
2021-02-07Implement Encoder for Diagnostic manuallyJeremy Fitzhardinge-51/+47
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-38/+235
2021-02-07Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisabors-181/+182
2021-02-07Auto merge of #79078 - petrochenkov:derattr, r=Aaron1011bors-579/+912
2021-02-07Create ui test for -Ztreat-err-as-bug delay_span_bugSantiago Pastorino-0/+22
2021-02-07Address review commentsVadim Petrochenkov-0/+49
2021-02-07Feature gate macro attributes in `#[derive]` outputVadim Petrochenkov-29/+89
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-579/+803
2021-02-07Auto merge of #80632 - Nadrieril:fix-80501, r=varkorbors-12/+94
2021-02-07Rollup merge of #81843 - bstrie:issue-29821, r=lcnrGuillaume Gomez-0/+19
2021-02-07Rollup merge of #81830 - jesusprubio:add-log-explanation-e0542, r=GuillaumeGomezGuillaume Gomez-1/+1
2021-02-07Auto merge of #81462 - osa1:issue75158, r=Mark-Simulacrumbors-0/+20
2021-02-07Create ui test for -Ztreat-err-as-bug errSantiago Pastorino-0/+23
2021-02-06Auto merge of #78052 - da-x:path-trimming-type-aliases, r=davidtwcobors-127/+127
2021-02-06Add regression test for #29821bstrie-0/+19
2021-02-06Rollup merge of #81738 - camelid:misc-small-diag-cleanup, r=lcnrJonas Schievink-16/+16
2021-02-06Rollup merge of #81737 - camelid:typeck-structure-sugg, r=lcnrJonas Schievink-3/+3
2021-02-06Add long error explanation for E0542Jesus Rubio-1/+1
2021-02-06parse_format: treat r" as a literalDavid Hewitt-2/+13
2021-02-06path trimming: ignore type aliasesDan Aloni-127/+127
2021-02-05fix ui tests referencing pointer-to-integer cast error messageJeffrey Griffin-9/+9
2021-02-05Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-...bors-379/+257
2021-02-05Rollup merge of #81730 - RustyYato:object-safe-allocator, r=AmanieuMara Bos-0/+13
2021-02-05Rollup merge of #81307 - estebank:invalid-byte-str-span, r=petrochenkovMara Bos-103/+142
2021-02-05Rollup merge of #80726 - lcnr:unsize-query, r=oli-obkMara Bos-0/+36
2021-02-05Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j...Mara Bos-37/+897
2021-02-05improve error message for disallowed ptr-to-int casts in const evalJeffrey Griffin-0/+27
2021-02-05Move type size check tests to new dir ui/limitsÖmer Sinan Ağacan-0/+0
2021-02-05Add test for #75158Ömer Sinan Ağacan-0/+20
2021-02-04regression test for issue 80949.Felix S. Klock II-0/+34
2021-02-04Revert "Avoid leaking block expression values"Felix S. Klock II-379/+223
2021-02-04add testsb-naber-37/+897
2021-02-04Rollup merge of #81725 - mark-i-m:mv-test, r=Mark-SimulacrumMara Bos-0/+0
2021-02-04Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995Mara Bos-47/+142
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-24/+417
2021-02-04Rollup merge of #74304 - yoshuawuyts:stabilize-wake, r=KodrAusMara Bos-1/+0
2021-02-04typeck: Emit structured suggestions for tuple struct syntaxCamelid-3/+3
2021-02-03Miscellaneous small diagnostics cleanupCamelid-16/+16
2021-02-03make Allocator object-safeRustyYato-0/+13
2021-02-04add `relaxed_struct_unsize` feature gateBastian Kauschke-0/+25
2021-02-04relax adt unsizing requirementsBastian Kauschke-0/+11
2021-02-03Allow/fix non_fmt_panic in tests.Mara Bos-25/+32
2021-02-03Add lint for `panic!(123)` which is not accepted in Rust 2021.Mara Bos-22/+110
2021-02-03Handle `Span`s for byte and raw strings and add more detailEsteban Küber-103/+142