about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-01-15Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=...bors-0/+34
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-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-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
2023-01-14Fix `unused_braces` on generic const expr macro callclubby789-1/+15
2023-01-14Deprioritize fulfillment errors that come from expansions.Mara Bos-13/+18
2023-01-14fix: misleading add `dyn` to derive macro suggestionEthan Brierley-0/+35
2023-01-14Rollup merge of #106788 - estebank:elaborate_pred_E0599, r=compiler-errorsMatthias Krüger-2/+209
2023-01-14Rollup merge of #106752 - sulami:master, r=estebankMatthias Krüger-0/+264
2023-01-14Rollup merge of #106665 - JulianKnodt:better_fn_trait_note, r=cjgillotMatthias Krüger-1/+73
2023-01-14Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillotMatthias Krüger-3/+17
2023-01-14Rollup merge of #106046 - uweigand:s390x-test-bigendian-mir, r=Mark-SimulacrumMatthias Krüger-8/+9
2023-01-14Add note when `FnPtr` vs. `FnDef` impl traitkadmin-1/+73
2023-01-14Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomezYuki Okushi-25/+25
2023-01-14Rollup merge of #106816 - TimNN:rental-remap, r=oli-objYuki Okushi-0/+229
2023-01-14Rollup merge of #106693 - notriddle:notriddle/toggle-trunc, r=GuillaumeGomezYuki Okushi-61/+61
2023-01-13Consolidate two almost duplicated fn info extraction routinesMichael Goulet-0/+34
2023-01-13rustdoc: remove `docblock` class from notable trait popoverMichael Howell-5/+5
2023-01-13Do not incorrectly suggest restricting implied boundsEsteban Küber-3/+3
2023-01-13Update `rental` hack to work with remapped paths.Tim Neumann-0/+229
2023-01-13rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggleMichael Howell-61/+61
2023-01-13Add testsEsteban Küber-0/+164
2023-01-13Keep obligation chain when elaborating obligationsEsteban Küber-10/+30
2023-01-13Elaborate unmet obligations in E0599 for more contextEsteban Küber-7/+30
2023-01-13Rollup merge of #106793 - Mark-Simulacrum:normalize-test, r=compiler-errorsMatthias Krüger-28/+55
2023-01-13Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholkMatthias Krüger-0/+8
2023-01-13Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebankMatthias Krüger-0/+105
2023-01-13Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger-38/+167
2023-01-13Rollup merge of #106465 - compiler-errors:bump-IMPLIED_BOUNDS_ENTAILMENT, r=lcnrMatthias Krüger-4/+34
2023-01-13Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obkMatthias Krüger-0/+10
2023-01-13rustdoc: remove unnecessary DOM class `h1.fqn`Michael Howell-25/+25
2023-01-13Auto merge of #106801 - JohnTitor:rollup-xqkraw0, r=JohnTitorbors-117/+246
2023-01-13Warn when using panic-strategy abort for proc-macro cratesLukas Wirth-0/+8
2023-01-13Rollup merge of #106785 - compiler-errors:better-impl-wf-spans, r=estebankYuki Okushi-64/+64
2023-01-13Rollup merge of #106716 - c410-f3r:rfc-2397-1, r=davidtwcoYuki Okushi-2/+100
2023-01-13Rollup merge of #106608 - compiler-errors:missing-generics-verbose, r=estebankYuki Okushi-51/+82
2023-01-13Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwcobors-1/+228
2023-01-13Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obkbors-5/+86
2023-01-13Emit a hint for bad call return types due to generic argumentsRobin Schroer-0/+264
2023-01-12Normalize test output more thoroughlyMark Rousskov-28/+55
2023-01-13Add logic to make IMPLIED_BOUNDS_ENTAILMENT easier to understandMichael Goulet-8/+8