about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-11-17Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddybbors-60/+22
2019-11-17Rollup merge of #66471 - Alexendoo:test-issue-63116, r=CentrilYuki Okushi-0/+27
2019-11-17Rollup merge of #66469 - CosineP:fix/field-lint, r=petrochenkovYuki Okushi-20/+20
2019-11-17Rollup merge of #66456 - Centril:driver-codes, r=Mark-SimulacrumYuki Okushi-1/+2
2019-11-17Rollup merge of #66381 - Centril:66340, r=petrochenkovYuki Okushi-0/+19
2019-11-17Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasperYuki Okushi-71/+7
2019-11-17Rollup merge of #66271 - petrochenkov:abism, r=CentrilYuki Okushi-23/+69
2019-11-16Auto merge of #66394 - wesleywiser:fix_oom, r=oli-obkbors-0/+20
2019-11-16Add test for issue 63116Alex Macleod-0/+27
2019-11-17Add some more testsVadim Petrochenkov-1/+45
2019-11-17Address review commentsVadim Petrochenkov-5/+5
2019-11-16ast: Keep `extern` qualifiers in functions more preciselyVadim Petrochenkov-17/+19
2019-11-16Only run tests on x86_64Wesley Wiser-1/+3
2019-11-16rustc_plugin: Remove `Registry::register_attribute`Vadim Petrochenkov-71/+7
2019-11-16Add some more testsVadim Petrochenkov-13/+78
2019-11-16expand: Stop marking derive helper attributes as knownVadim Petrochenkov-7/+41
2019-11-16resolve: Introduce a new scope for derive helpersVadim Petrochenkov-6/+24
2019-11-16Use "field is never read" instead of "field is never used"cosine-20/+20
2019-11-16Auto merge of #66453 - Centril:rollup-w1ohzxs, r=Centrilbors-62/+78
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-1/+2
2019-11-15Auto merge of #66326 - Nadrieril:refactor-intrange, r=varkorbors-1/+22
2019-11-15Respond to review feedbackWesley Wiser-0/+4
2019-11-15[ConstProp] Avoid OOM crashes by not evaluating large PlacesWesley Wiser-0/+5
2019-11-15Fix spurious CI filures due to OOMWesley Wiser-0/+9
2019-11-15A `Downcast` is now reached when const-checking a `for` loopDylan MacKenzie-0/+2
2019-11-15Add explanation of test for validation mismatchDylan MacKenzie-7/+15
2019-11-15Silence miri unleashed warnings in testDylan MacKenzie-53/+5
2019-11-15Rollup merge of #66415 - tmandry:force-test-in-process, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-11-15Rollup merge of #66407 - JohnTitor:add-ice-tests, r=CentrilMazdak Farrokhzad-60/+76
2019-11-15Add regression testNadrieril-0/+6
2019-11-15Apply suggestions from code reviewNadrieril Feneanar-1/+1
2019-11-15Add test for failing `try_eval_bits`Nadrieril-1/+16
2019-11-16Fix nll testYuki Okushi-0/+8
2019-11-15Apply suggestion from CentrilYuki Okushi-1/+1
2019-11-15Fix test case and issue numberYuki Okushi-60/+30
2019-11-15Add test for issue-58094Yuki Okushi-0/+20
2019-11-15Add test for issue-36122Yuki Okushi-0/+18
2019-11-15Improve error message for tests with panic=abortTyler Mandry-2/+2
2019-11-15Rollup merge of #66435 - JohnTitor:fix-spelling, r=CentrilTyler Mandry-1/+1
2019-11-15Rollup merge of #66429 - guanqun:add-unit-test, r=CentrilTyler Mandry-0/+38
2019-11-15Rollup merge of #66197 - Centril:transparent-ast, r=varkorTyler Mandry-49/+222
2019-11-15find_deprecation: deprecation attr may be ill-formed meta.Mazdak Farrokhzad-0/+19
2019-11-15Rollup merge of #66419 - JohnTitor:ignore-underscore, r=varkorYuki Okushi-0/+10
2019-11-15Rollup merge of #66391 - estebank:if-else-async-ice, r=CentrilYuki Okushi-0/+26
2019-11-15Rollup merge of #66388 - estebank:melt-ice, r=CentrilYuki Okushi-0/+33
2019-11-15Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obkYuki Okushi-21/+9
2019-11-15Correct `const_in_array_repeat_expressions` feature nameYuki Okushi-1/+1
2019-11-15add a unit test for #62524Guanqun Lu-0/+38
2019-11-14review commentsEsteban Küber-0/+2
2019-11-15Don't warn labels beginning with `_`Yuki Okushi-0/+10