about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-03-29Do not consider elaborated projection predicates for objects in new solverMichael Goulet-6/+21
2023-03-29Rollup merge of #109683 - compiler-errors:self-ty-overflow, r=lcnrDylan DPC-0/+52
2023-03-29Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obkDylan DPC-37/+110
2023-03-29Rollup merge of #109534 - petrochenkov:noprimuse, r=GuillaumeGomezDylan DPC-1/+1
2023-03-29Rollup merge of #108335 - compiler-errors:non_lifetime_binders-rustdoc, r=Gui...Dylan DPC-0/+33
2023-03-29Auto merge of #109714 - matthiaskrgr:rollup-wipns5h, r=matthiaskrgrbors-5/+165
2023-03-29Rollup merge of #109708 - spastorino:new-rpitit-20, r=compiler-errorsMatthias Krüger-2/+38
2023-03-29Rollup merge of #109694 - BelovDV:fix-panic-jobserver-token, r=bjorn3Matthias Krüger-0/+12
2023-03-29Rollup merge of #109548 - pommicket:better-column-numbers-with-hard-tabs, r=p...Matthias Krüger-0/+32
2023-03-29Rollup merge of #109149 - mj10021:issue-108713-fix, r=compiler-errors,WaffleL...Matthias Krüger-3/+83
2023-03-28Simplify transmutes in MIR InstCombineScott McMurray-0/+290
2023-03-28Specialization involving RPITITs is broken so ignore the diagnostic differenc...Santiago Pastorino-2/+38
2023-03-28Check for overflow in assemble_candidates_after_normalizing_self_tyMichael Goulet-0/+52
2023-03-28rustdoc + rustdoc-json support for non_lifetime_bindersMichael Goulet-0/+33
2023-03-28Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstriebbors-4/+179
2023-03-28[fix] don't panic on failure to acquire jobserver tokenDaniil Belov-0/+12
2023-03-28rustdoc: Unsupport importing `doc(primitive)` and `doc(keyword)` modulesVadim Petrochenkov-1/+1
2023-03-28Create AnnotationColumn struct to fix hard tab column numbers in errorspommicket-0/+32
2023-03-28Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnrbors-20/+9
2023-03-28Rollup merge of #109629 - aliemjay:remove-givens, r=lcnrnils-0/+82
2023-03-28Rollup merge of #109470 - compiler-errors:gat-normalize-bound, r=jackh726nils-0/+17
2023-03-28Rollup merge of #109321 - compiler-errors:illegal-mono-w-regions, r=cjgillotnils-0/+19
2023-03-28Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726nils-4/+61
2023-03-28Auto merge of #109557 - fee1-dead-contrib:mv-const-traits, r=oli-obkbors-259/+397
2023-03-28fix long lineDeadbeef-23/+25
2023-03-28Move const trait bounds checks to MIR constckDeadbeef-259/+395
2023-03-28Rollup merge of #109661 - fortanix:raoul/EDP-107-fix_lvi_mitigation_tests_llv...Matthias Krüger-7/+7
2023-03-28Rollup merge of #108548 - jamen:master, r=compiler-errorsMatthias Krüger-10/+156
2023-03-28Erase impl regions when checking for impossible to eagerly monomorphize itemsMichael Goulet-0/+19
2023-03-27check for write macro and write_fmt with err msgJames Dietz-3/+83
2023-03-27Auto merge of #109440 - WaffleLapkin:make_tidy_slower, r=jyn514bors-2/+1
2023-03-27Bless tidyMaybe Waffle-2/+1
2023-03-27Rollup merge of #109637 - bjorn3:add_test_annotation, r=tmiaskoGuillaume Gomez-0/+1
2023-03-27Rollup merge of #109330 - GuillaumeGomez:intermediate-reexport-intra-doc-ice,...Guillaume Gomez-0/+14
2023-03-27Add notes to non-structural const in pattern error messageJamen Marz-10/+156
2023-03-27Add test for span of implicit format args captures.Mara Bos-0/+73
2023-03-27Bless mir-opt tests.Mara Bos-22/+22
2023-03-27Bless UI tests.Mara Bos-15/+15
2023-03-27Use the FnPtr trait to avoid implementing common traits via macrosOli Scherer-20/+0
2023-03-27Add a builtin `FnPtr` traitlcnr-0/+9
2023-03-27Fix LVI test post LLVM 16 updateRaoul Strackx-7/+7
2023-03-27Rollup merge of #109633 - GuillaumeGomez:fix-go-to-only-setting, r=notriddleMatthias Krüger-0/+63
2023-03-27Rollup merge of #109613 - lukas-code:match-str-to-char-suggestion, r=compiler...Matthias Krüger-1/+32
2023-03-26Add missing needs-asm-support annotation to ui/simple_global_asm.rsbjorn3-0/+1
2023-03-26Add GUI test for "Directly go to item in search if there is only one result" ...Guillaume Gomez-0/+63
2023-03-26Auto merge of #109626 - matthiaskrgr:rollup-k0y7bdd, r=matthiaskrgrbors-13/+166
2023-03-26tolerate region vars in implied boundsAli MJ Al-Nasrawy-0/+24
2023-03-26add testAli MJ Al-Nasrawy-0/+58
2023-03-26Rollup merge of #109619 - compiler-errors:new-solver-still-further-specializa...Matthias Krüger-0/+108
2023-03-26Rollup merge of #109595 - GuillaumeGomez:improve-gui-test-auto-hide-trait, r=...Matthias Krüger-13/+47