about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-09-24improve and add testsAriel Ben-Yehuda-1/+85
2019-09-24reserve `impl<T> From<!> for T`Ariel Ben-Yehuda-0/+24
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-23Remove whitespace from testnameGeorg Semmler-0/+0
2019-09-23Add parser recovery for `const $ident = $expr;`.Mazdak Farrokhzad-0/+84
2019-09-23Stabilize Option::deref and Option::deref_mutSimon Sapin-6/+2
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-22Point at definition when misusing ADTEsteban Küber-16/+112
2019-09-22Fix some unused variable warningsGeorg Semmler-2/+2
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
2019-09-21Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebankMazdak Farrokhzad-5/+37
2019-09-21Rollup merge of #64635 - gnzlbg:const_fn_ptr, r=oli-obkMazdak Farrokhzad-0/+299
2019-09-21Rollup merge of #64619 - sam09:fix-63962, r=CentrilMazdak Farrokhzad-4/+19
2019-09-21Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obkMazdak Farrokhzad-0/+71
2019-09-22Fixes #63962. Hint about missing tuple parentheses in patternsSam Radhakrishan-4/+19
2019-09-21update ui testsGuillaume Gomez-10/+9
2019-09-21unify errors for tuple/struct variantsGuanqun Lu-5/+37
2019-09-21remove featuregnzlbg-84/+255
2019-09-21Rollup merge of #64642 - cuviper:move-for-loop-snippet, r=varkorMazdak Farrokhzad-0/+24
2019-09-21Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebankMazdak Farrokhzad-0/+12
2019-09-21Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obkMazdak Farrokhzad-2/+17
2019-09-21Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=CentrilMazdak Farrokhzad-161/+88
2019-09-21add rustdoc test for async fn reexportcsmoe-1/+19
2019-09-20Fix the span used to suggest avoiding for-loop movesJosh Stone-0/+24
2019-09-20Exempt extern "Rust" from improper_ctypesJosh Stone-0/+12