about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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-28Add `(..)` syntax for RTNMichael Goulet-57/+72
2023-03-28Add tests and error messagesMichael Goulet-0/+245
2023-03-28Feature gateMichael Goulet-0/+51
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-27Fix subslice capture in closureclubby789-0/+39
2023-03-27Bless tidyMaybe Waffle-2/+1
2023-03-27update codegen test expectationsRémy Rakic-2/+2
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
2023-03-26Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillotbors-74/+711
2023-03-26rustdoc: tweak `some variants omitted`Ezra Shaw-0/+11
2023-03-26transmute testMichael Goulet-0/+61
2023-03-25Still-further-specializable projections are ambiguousMichael Goulet-0/+47
2023-03-25Ignore the unwrap_unchecked test on wasm32-unknown-unknownBen Kimock-3/+4
2023-03-25fix type suggestions in match armsLukas Markeffsky-1/+32
2023-03-25Auto merge of #109474 - nikic:llvm-16-again, r=cuviperbors-3/+3
2023-03-25Improve "Auto-hide trait implementation documentation" GUI testGuillaume Gomez-13/+47
2023-03-25Rollup merge of #109570 - GuillaumeGomez:add-gui-test, r=notriddleMatthias Krüger-0/+48
2023-03-25Rollup merge of #109545 - compiler-errors:rpitit-wf, r=eholkMatthias Krüger-11/+36
2023-03-25Rollup merge of #109355 - chenyukang:yukang/fix-108470, r=compiler-errorsMatthias Krüger-0/+85
2023-03-24Auto merge of #107932 - petrochenkov:onlyexport, r=jyn514bors-0/+13
2023-03-25Emits suggestions for expressions with parentheses or not separatelyMu001999-11/+15
2023-03-24Add GUI test for "Auto-hide item methods' documentation" settingGuillaume Gomez-0/+48
2023-03-24Auto merge of #109220 - nikic:poison, r=cuviperbors-1/+1
2023-03-24Put back `is_derive_trait_collision` checkGuillaume Gomez-0/+22
2023-03-24Update UI tests for primitive type ambiguity error renamingGuillaume Gomez-25/+25
2023-03-24Add regression tests for #108653Guillaume Gomez-25/+416
2023-03-24Use independent suggestionsMu42-3/+11