about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-09-26hir: Disallow `target_feature` on constantsDavid Wood-51/+152
2019-09-25Rollup merge of #64738 - gnzlbg:miri_norm_abi, r=oli-obkMazdak Farrokhzad-0/+53
2019-09-25Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasperMazdak Farrokhzad-10/+13
2019-09-25Remove fail testsgnzlbg-201/+0
2019-09-25Clean testsgnzlbg-11/+31
2019-09-25Test errorsgnzlbg-60/+181
2019-09-25Refactorgnzlbg-0/+24
2019-09-25Allow simd_insert and simd_extract in const_fngnzlbg-290/+2
2019-09-25Rollup merge of #64753 - ehuss:json-short-explain, r=Mark-SimulacrumMazdak Farrokhzad-2/+0
2019-09-25Rollup merge of #64746 - estebank:elide-impl-trait-obligations-on-err, r=cram...Mazdak Farrokhzad-107/+173
2019-09-25Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakisMazdak Farrokhzad-1/+19
2019-09-25Rollup merge of #64428 - GuillaumeGomez:error-explanation-E0524, r=CentrilMazdak Farrokhzad-10/+9
2019-09-25Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoeristerMazdak Farrokhzad-8/+61
2019-09-24Don't emit explain with json short messages.Eric Huss-2/+0
2019-09-24Rollup merge of #64748 - Centril:fix-64744, r=estebankMazdak Farrokhzad-2/+16
2019-09-24Rollup merge of #64698 - Centril:infer-const-with-stash, r=estebankMazdak Farrokhzad-0/+84
2019-09-24Rollup merge of #64016 - nnethercote:Compiler-fiddling, r=oli-obkMazdak Farrokhzad-1/+2
2019-09-24Fix #64744 -- handle zero sub-pats case.Mazdak Farrokhzad-2/+16
2019-09-24Add additional tests for type alias impl trait coherenceAaron Hill-0/+71
2019-09-24fix rebaseEsteban Küber-1/+1
2019-09-24Remove blanket silencing of "type annotation needed" errorsEsteban Küber-107/+173
2019-09-24Fix coherence checking for impl trait in type aliasesAaron Hill-0/+49
2019-09-24Add some more testsgnzlbg-27/+296
2019-09-24Move tests to SIMD subdirectorygnzlbg-8/+8
2019-09-24Add a fail testgnzlbg-0/+36
2019-09-24Add const-eval support for SIMD types, insert, and extractgnzlbg-0/+72
2019-09-24Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fnOliver Scherer-17/+16
2019-09-23rustc: Fix mixing crates with different `share_generics`Alex Crichton-8/+61
2019-09-23Add parser recovery for `const $ident = $expr;`.Mazdak Farrokhzad-0/+84
2019-09-23Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centrilbors-0/+61
2019-09-23Rollup merge of #64679 - skinny121:const-infer, r=varkorMazdak Farrokhzad-0/+29
2019-09-23Rollup merge of #64676 - estebank:assoc-type-bound-in-generic, r=petrochenkovMazdak Farrokhzad-0/+19
2019-09-23Rollup merge of #64674 - estebank:knock-down-the-wall, r=CentrilMazdak Farrokhzad-0/+13
2019-09-22fix nll testsEsteban Küber-29/+26
2019-09-22ignore-x86 instead of ignore-muslEsteban Küber-11/+11
2019-09-22hack to avoid incorrect suggestionEsteban Küber-8/+2
2019-09-22Point at type param when it's cause of unfulfilled obligationEsteban Küber-93/+99
2019-09-22Fix rebaseEsteban Küber-5/+2
2019-09-22ignore musl target in tests to avoid issues with output differencesEsteban Küber-28/+50
2019-09-22review commentsEsteban Küber-10/+10
2019-09-22Point at correct span for parenthesized typesEsteban Küber-84/+84
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-496/+517
2019-09-22Auto merge of #64669 - estebank:unreachable, r=Centrilbors-331/+185
2019-09-22Infer consts consistently. Moved some logic into super_combined_consts,ben-0/+29
2019-09-21review comments: wordingEsteban Küber-2/+2
2019-09-21review commentsEsteban Küber-1/+1
2019-09-21Parse assoc type bounds in generic params and provide custom diagnosticEsteban Küber-0/+19
2019-09-21review commentsEsteban Küber-2/+2
2019-09-21Propagate `types.err` in locals further to avoid spurious knock-down errorsEsteban Küber-0/+13
2019-09-21Do not trigger unreachable lint in async body and Use span labelsEsteban Küber-331/+185