about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-10-20Rollup merge of #78070 - RalfJung:const-panic-test, r=oli-obkGuillaume Gomez-70/+90
2020-10-20Rollup merge of #78061 - wesleywiser:opt_zst_const_interning, r=oli-obkGuillaume Gomez-0/+5
2020-10-20Rollup merge of #78046 - bugadani:issue-73827, r=nikicGuillaume Gomez-0/+18
2020-10-20Disable MatchBranchSimplificationTomasz Miąsko-150/+172
2020-10-20Rollup merge of #78121 - LeSeulArtichaut:issue-78115, r=tmandryYuki Okushi-0/+19
2020-10-20Rollup merge of #78111 - SNCPlay42:not-always-self, r=lcnrYuki Okushi-32/+106
2020-10-20Rollup merge of #77959 - JohnTitor:tweak-test-structure, r=petrochenkovYuki Okushi-0/+0
2020-10-20Rollup merge of #77931 - aticu:fix_60336, r=petrochenkovYuki Okushi-4/+8
2020-10-19Add regression testLeSeulArtichaut-0/+19
2020-10-19revert workaround #73027SNCPlay42-13/+8
2020-10-19don't assume trait ambiguity happens in `Self`SNCPlay42-19/+98
2020-10-19Rollup merge of #78089 - varkor:opt_const_param_of-error, r=lcnrGuillaume Gomez-0/+14
2020-10-19Auto merge of #77278 - camelid:use-correct-article, r=estebankbors-298/+298
2020-10-18Fix issue with specifying generic arguments for primitive typesvarkor-0/+14
2020-10-18Auto merge of #77306 - lcnr:inline-ok, r=eddybbors-0/+77
2020-10-18we can test std and core panic macros togetherRalf Jung-70/+90
2020-10-18Use smaller example for issue-71659Yuki Okushi-77/+15
2020-10-18Add test for issue-75983Yuki Okushi-0/+17
2020-10-18Add test for issue-75707Yuki Okushi-0/+29
2020-10-18Add test for issue-74816Yuki Okushi-0/+54
2020-10-18Add test for issue-71659Yuki Okushi-0/+103
2020-10-18Add test for issue-70944Yuki Okushi-0/+23
2020-10-18Add test for issue-70877Yuki Okushi-0/+53
2020-10-17Optimize const value interning for ZST typesWesley Wiser-0/+5
2020-10-17Auto merge of #78060 - JohnTitor:rollup-uou8vyu, r=JohnTitorbors-46/+65
2020-10-18Rollup merge of #78048 - blyxxyz:e0424-improve-self-placement, r=lcnrYuki Okushi-3/+38
2020-10-18Rollup merge of #78043 - willcrozi:e0210-error-note-fix, r=lcnrYuki Okushi-27/+27
2020-10-18Rollup merge of #75802 - petrochenkov:nometa, r=nikomatsakisYuki Okushi-16/+0
2020-10-17Auto merge of #77373 - jonas-schievink:rm-rf-copy-prop, r=oli-obkbors-96/+73
2020-10-17Auto merge of #77124 - spastorino:const-exprs-rfc-2920, r=oli-obkbors-2/+80
2020-10-17Suggest correct place to add `self` parameter when inside closureJan Verbeek-3/+38
2020-10-17Add codegen test for issue #73827Dániel Buga-0/+18
2020-10-17resolve: Do not put nonexistent crate `meta` into preludeVadim Petrochenkov-16/+0
2020-10-17Fix grammar in note for orphan-rule error [E0210]Will Crozier-27/+27
2020-10-17Rollup merge of #77932 - ssomers:btree_cleanup_gdb, r=Mark-SimulacrumDylan DPC-8/+20
2020-10-17Rollup merge of #77785 - GuillaumeGomez:remove-compiler-reexports, r=ollie27Dylan DPC-0/+7
2020-10-17Rollup merge of #76199 - Mark-Simulacrum:void-zero, r=nikomatsakisDylan DPC-10/+3
2020-10-17Remove the old copy propagation passJonas Schievink-96/+73
2020-10-16Add inline const to INCOMPLETE_FEATURESSantiago Pastorino-0/+4
2020-10-17Rollup merge of #77925 - JohnTitor:sugg-min-features, r=davidtwco,oli-obkYuki Okushi-0/+87
2020-10-17Rollup merge of #77855 - davidtwco:pr-77341-follow-up-non-constructable-varia...Yuki Okushi-23/+230
2020-10-17Rollup merge of #77547 - RalfJung:stable-union-drop, r=matthewjasperYuki Okushi-123/+67
2020-10-17Rollup merge of #75209 - Hirrolot:suggest-macro-imports, r=estebankYuki Okushi-0/+15
2020-10-16Add inline const testsSantiago Pastorino-25/+55
2020-10-16Parse inline const patternsSantiago Pastorino-2/+22
2020-10-16Parse inline const expressionsSantiago Pastorino-0/+10
2020-10-16Add inline_const feature flagSantiago Pastorino-0/+14
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+87
2020-10-16Auto merge of #77972 - Mark-Simulacrum:side-effect-loop, r=nagisabors-0/+15
2020-10-16stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'Ralf Jung-123/+67