about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-01-17Add 'static lifetime suggestion when GAT implied 'static requirement from HRTByanchen4791-0/+130
2023-01-17Rollup merge of #106962 - compiler-errors:use-sugg-span, r=oli-obkDylan DPC-38/+38
2023-01-17Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnrDylan DPC-0/+159
2023-01-17Rollup merge of #101698 - raldone01:feat/const_cmp_typeid, r=scottmcmDylan DPC-22/+30
2023-01-17Auto merge of #106627 - Ezrashaw:no-e0711-without-staged-api, r=Mark-Simulacrumbors-0/+25
2023-01-17Rollup merge of #106949 - compiler-errors:is-poly, r=BoxyUwUMatthias Krüger-10/+41
2023-01-17Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume...Matthias Krüger-202/+202
2023-01-17Rollup merge of #106712 - Ezrashaw:impl-ref-trait, r=estebankMatthias Krüger-0/+117
2023-01-17Rollup merge of #106591 - Ezrashaw:attempted-integer-identifer, r=EstebankMatthias Krüger-0/+66
2023-01-17note -> helpMichael Goulet-25/+25
2023-01-17Fix use suggestion spanMichael Goulet-13/+13
2023-01-16Constify `TypeId` ordering implsonestacked-22/+30
2023-01-16Properly pluralize 'generic constants'Michael Goulet-11/+11
2023-01-16ConstBlocks are poly if their substs are polyMichael Goulet-0/+31
2023-01-16Rollup merge of #106940 - oli-obk:tait_error, r=compiler-errorsMatthias Krüger-69/+51
2023-01-16Rollup merge of #106912 - gftea:pr-106736, r=NilstriebMatthias Krüger-0/+8
2023-01-16Improve a TAIT error and add an error code plus documentationOli Scherer-69/+51
2023-01-16Auto merge of #106853 - TimNN:undo-remap, r=oli-obkbors-1/+62
2023-01-16comments feedbackyukang-3/+21
2023-01-16Auto merge of #106850 - cjgillot:issue-106141, r=oli-obkbors-7/+90
2023-01-16check -Z query-dep-graph is enabled if -Z dump-dep-graph (#106736)gftea-0/+8
2023-01-16Auto merge of #106872 - dtolnay:nbsp, r=fee1-deadbors-3/+3
2023-01-15Auto merge of #106914 - matthiaskrgr:rollup-yh0x4gq, r=matthiaskrgrbors-19/+121
2023-01-15Rollup merge of #106909 - compiler-errors:only-types-can-be, r=estebankMatthias Krüger-15/+1
2023-01-15Rollup merge of #106900 - clubby789:unused-braces-regression, r=estebankMatthias Krüger-1/+21
2023-01-15Rollup merge of #106896 - Ezrashaw:str-cast-bool-emptyness, r=compiler-errorsMatthias Krüger-3/+97
2023-01-15Rollup merge of #106888 - GuillaumeGomez:tidy-gui-test, r=notriddleMatthias Krüger-0/+2
2023-01-15Auto merge of #106393 - the8472:use-ptr-sub, r=scottmcmbors-0/+1
2023-01-15replace manual ptr arithmetic with ptr_subThe 8472-0/+1
2023-01-15Only suggest adding type param if path being resolved was a typeMichael Goulet-15/+1
2023-01-15Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=...bors-0/+34
2023-01-15Add small description to GUI testGuillaume Gomez-0/+2
2023-01-15suggest `is_empty` for collections when casting to `bool`Ezra Shaw-3/+97
2023-01-15Fix regression in `unused_braces` with macrosclubby789-1/+21
2023-01-15Rollup merge of #106879 - JohnTitor:issue-42114, r=compiler-errorsMatthias Krüger-0/+20
2023-01-15Rollup merge of #106878 - JohnTitor:issue-92157, r=compiler-errorsMatthias Krüger-0/+51
2023-01-15Rollup merge of #106865 - GuillaumeGomez:add-gui-test-explanation, r=notriddleMatthias Krüger-0/+2
2023-01-15Rollup merge of #106859 - tialaramex:master, r=NilstriebMatthias Krüger-0/+60
2023-01-15Rollup merge of #106072 - eopb:dyn-derive, r=estebankMatthias Krüger-0/+35
2023-01-15make error emitted on `impl &Trait` nicerEzra Shaw-0/+117
2023-01-14Improve E0308: suggest user meant to use byte literal, w/ tests and fixNick Lamb-0/+60
2023-01-15Add regression test for #42114Yuki Okushi-0/+20
2023-01-15Add regression test for #92157Yuki Okushi-0/+51
2023-01-14Emit only one nbsp error per fileDavid Tolnay-40/+1
2023-01-14Add more nbsp to unicode-chars testDavid Tolnay-4/+43
2023-01-14rustdoc: remove redundant item kind class from `.item-decl > pre`Michael Howell-202/+202
2023-01-14Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill...Matthias Krüger-5/+5
2023-01-14Rollup merge of #106820 - m-ou-se:macro-type-error-thing, r=estebankMatthias Krüger-13/+18
2023-01-14Rollup merge of #106563 - clubby789:gce-macro-braces, r=TaKO8KiMatthias Krüger-1/+15
2023-01-14Add explanation for GUI testGuillaume Gomez-0/+2