about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-11-28Rollup merge of #104956 - mucinoab:issue-104870, r=compiler-errorsMatthias Krüger-0/+41
2022-11-28Rollup merge of #104954 - vincenzopalazzo:macros/prinf, r=estebankMatthias Krüger-0/+23
2022-11-28Rollup merge of #104936 - cjgillot:self-rpit-orig-too, r=oli-obkMatthias Krüger-0/+66
2022-11-28Auto merge of #105008 - Dylan-DPC:rollup-wcd19yu, r=Dylan-DPCbors-85/+62
2022-11-28Auto merge of #102991 - Sp00ph:master, r=scottmcmbors-3/+3
2022-11-28Rollup merge of #104795 - estebank:multiline-spans, r=TaKO8KiDylan DPC-37/+33
2022-11-28Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8KiDylan DPC-48/+29
2022-11-28Tweak outputEsteban Küber-23/+19
2022-11-28Change multiline span ASCII art visual orderEsteban Küber-50/+50
2022-11-27Avoid ICE if the Clone trait is not found while building error suggestionsBruno A. Muciño-0/+41
2022-11-27Fix `pretty-std` testMarkus Everling-2/+2
2022-11-27Rollup merge of #104984 - GuillaumeGomez:remote-crate-primitives, r=notriddleMatthias Krüger-0/+15
2022-11-27Rollup merge of #104955 - GuillaumeGomez:migrate-to-func, r=notriddleMatthias Krüger-17/+29
2022-11-27Stabilize native library modifier `verbatim`Vadim Petrochenkov-48/+29
2022-11-27Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgrbors-70/+121
2022-11-27Add rustdoc test for Deref to primitive typesGuillaume Gomez-0/+15
2022-11-27Rollup merge of #104946 - notriddle:notriddle/popover-menu-focus, r=Guillaume...Matthias Krüger-0/+52
2022-11-27Rollup merge of #104931 - Swatinem:async-pretty, r=eholkMatthias Krüger-69/+68
2022-11-27Rollup merge of #95836 - workingjubilee:doctest-exe, r=notriddleMatthias Krüger-1/+1
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-72/+234
2022-11-27make simple check of prinf function.Vincenzo Palazzo-0/+23
2022-11-27Auto merge of #103917 - oli-obk:layout_math, r=RalfJung,lcnrbors-20/+115
2022-11-27Auto merge of #96451 - JakobDegen:dest-prop, r=tmiaskobors-365/+425
2022-11-26Attempt to solve problem with globsJubilee Young-1/+1
2022-11-26Rewrite dest prop.Jakob Degen-365/+425
2022-11-27Auto merge of #104818 - scottmcm:refactor-extend-func, r=the8472bors-0/+7
2022-11-26Switch rustdoc-gui test to function callGuillaume Gomez-17/+29
2022-11-26Pretty-print generators with their `generator_kind`Arpad Borsos-69/+68
2022-11-26rustdoc: improve popover focus handling JSMichael Howell-0/+52
2022-11-26Rollup merge of #104943 - aDotInTheVoid:jsondoclint-use-enum, r=GuillaumeGomezGuillaume Gomez-0/+33
2022-11-26Rollup merge of #104924 - aDotInTheVoid:jsondocck-trait-alias, r=GuillaumeGomezGuillaume Gomez-0/+30
2022-11-26Rollup merge of #104788 - compiler-errors:unresolved-ct-in-gen, r=fee1-deadGuillaume Gomez-0/+92
2022-11-26jsondoclint: Handle using enum variants and glob using enums.Nixon Enraght-Moony-0/+33
2022-11-26Auto merge of #104935 - matthiaskrgr:rollup-nuca86l, r=matthiaskrgrbors-21/+56
2022-11-26Ignore bivariant parameters in test_type_match.Camille GILLOT-0/+66
2022-11-26Rollup merge of #104121 - Lokathor:mir-opt-when-instruction-set-missing-on-ca...Matthias Krüger-21/+56
2022-11-26Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcmbors-0/+34
2022-11-26Do not record unresolved const vars in generator interiorMichael Goulet-0/+92
2022-11-26jsondoclint: Accept trait alias is places where trait expected.Nixon Enraght-Moony-0/+30
2022-11-25Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwUbors-6/+115
2022-11-25Refine instruction_set inline rulesLokathor-21/+56
2022-11-25Rollup merge of #104896 - notriddle:notriddle/tooltip, r=GuillaumeGomezMatthias Krüger-1/+1
2022-11-25Rollup merge of #104879 - aDotInTheVoid:jsondoclint-typedef, r=GuillaumeGomezMatthias Krüger-0/+10
2022-11-25rustdoc: revert tooltip background color on light theme to readableMichael Howell-1/+1
2022-11-25jsondoclint: Recognise Typedef as valid kind for Type::ResolvedPathNixon Enraght-Moony-0/+10
2022-11-25Rollup merge of #104849 - GuillaumeGomez:source-code-sidebar-css-migration, r...Matthias Krüger-8/+36
2022-11-25`super_relate_consts` do not spurriously fail on assoc constsBoxy-0/+20
2022-11-25fmtBoxy-1/+1
2022-11-25handle assoc consts in fulfill `ConstEquate`Boxy-151/+61
2022-11-25handle nested obligations in `satisfied_from_param_env`Boxy-8/+79