about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-12-17Ensure param-env is const before calling eval_to_valtreeMichael Goulet-0/+47
2022-12-17Account for RPITITs in opt_suggest_box_spanMichael Goulet-0/+60
2022-12-17print argument name in arg mismatch if possibleMichael Goulet-7/+7
2022-12-17Suggest a `T: Send` bound for `&mut T` upvars in `Send` generatorsMatthew House-0/+81
2022-12-17Don't ICE in check_must_not_suspend_ty for mismatched tuple arityMichael Goulet-0/+21
2022-12-17Try to fix ICEmejrs-11/+11
2022-12-17./x.py test --blessTomasz Miąsko-8/+6
2022-12-17Rename CleanupNonCodegenStatements to CleanupPostBorrowckTomasz Miąsko-1/+1
2022-12-17Auto merge of #105800 - lqd:dylib-thinlto, r=bjorn3bors-0/+52
2022-12-17Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisabors-2/+2
2022-12-17Rollup merge of #105785 - JohnTitor:issue-55976-2, r=compiler-errorsMatthias Krüger-0/+13
2022-12-16Support call and drop terminators in custom mirJakob Degen-0/+180
2022-12-17Auto merge of #105811 - ojeda:Dwarnings-no_fp_fmt_parse, r=Mark-Simulacrumbors-1/+1
2022-12-17Auto merge of #105804 - matthiaskrgr:rollup-iaqlbl3, r=matthiaskrgrbors-4/+124
2022-12-17Rollup merge of #105802 - chbaker0:enum-match-filecheck, r=tmiaskoMatthias Krüger-2/+2
2022-12-17Rollup merge of #105780 - GuillaumeGomez:read-more-links, r=notriddleMatthias Krüger-2/+34
2022-12-17Rollup merge of #105768 - fee1-dead-contrib:iat-style, r=eholkMatthias Krüger-0/+26
2022-12-17Rollup merge of #105711 - compiler-errors:rpitit-references-errors, r=eholkMatthias Krüger-0/+42
2022-12-17Rollup merge of #105710 - compiler-errors:dyn-star-rigid-cast, r=eholkMatthias Krüger-0/+20
2022-12-17core: ensure `no_fp_fmt_parse` builds are warning-freeMiguel Ojeda-1/+1
2022-12-16Make enum-match.rs test robust against variable name changesCollin Baker-2/+2
2022-12-16Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obkbors-101/+34
2022-12-16add simulated non-regression test for issue 105637Rémy Rakic-0/+52
2022-12-17docs: add long error explanation for error E0320Ezra Shaw-0/+4
2022-12-16Auto merge of #105775 - matthiaskrgr:rollup-2o8qn7e, r=matthiaskrgrbors-96/+127
2022-12-16Detect inherent associated types not having CamelCaseDeadbeef-0/+26
2022-12-16Add test for presence of read more linksGuillaume Gomez-2/+34
2022-12-16Little fixesDeep Majumder-1/+1
2022-12-16Rollup merge of #105774 - TaKO8Ki:remove-unused-stderr-files, r=tmiaskoMatthias Krüger-16/+0
2022-12-16Rollup merge of #105764 - notriddle:notriddle/src-sidebar-toggle, r=Guillaume...Matthias Krüger-26/+26
2022-12-16Rollup merge of #105756 - notriddle:notriddle/example-wrap-tooltip, r=Guillau...Matthias Krüger-3/+3
2022-12-16Rollup merge of #105747 - chenyukang:yukang/fix-105732-auto-trait, r=compiler...Matthias Krüger-0/+41
2022-12-16Rollup merge of #105725 - fee1-dead-contrib:allow-impl-const-trait, r=oli-obkMatthias Krüger-51/+57
2022-12-16Auto merge of #103880 - b-naber:field-ty-mir, r=lcnrbors-0/+76
2022-12-16remove unused stderr filesTakayuki Maeda-16/+0
2022-12-16Auto merge of #104334 - compiler-errors:ufcs-sugg-wrong-def-id, r=estebankbors-6/+69
2022-12-16Remove dead code after destination propagationTomasz Miąsko-0/+104
2022-12-15rustdoc: name the source page sidebar-toggle `#src-sidebar-toggle`Michael Howell-26/+26
2022-12-15Auto merge of #105760 - matthiaskrgr:rollup-r8beo9w, r=matthiaskrgrbors-80/+272
2022-12-16fix #105732, Fix ICE calling method on auto traityukang-0/+41
2022-12-15Rollup merge of #105727 - estebank:use-impl-trait, r=oli-obkMatthias Krüger-15/+65
2022-12-15Rollup merge of #105694 - ouz-a:issue_105689, r=estebankMatthias Krüger-0/+14
2022-12-15Rollup merge of #105679 - estebank:suggest-clone, r=compiler-errorsMatthias Krüger-0/+78
2022-12-15Rollup merge of #105674 - estebank:iterator-chains, r=oli-obkMatthias Krüger-65/+114
2022-12-15Rollup merge of #105481 - lqd:mono-stats, r=wesleywiserMatthias Krüger-0/+1
2022-12-15Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obkbors-0/+376
2022-12-15Consider lifetimes when comparing assoc types in method chainEsteban Küber-13/+43
2022-12-15Trim paths in E0599Esteban Küber-37/+37
2022-12-15Shorten trimmed display of closuresEsteban Küber-3/+3
2022-12-15Use `with_forced_trimmed_paths` moreEsteban Küber-13/+13