about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-11-08Prevent ICE in const-prop array oob checkOliver Scherer-0/+13
2018-11-08Fix some tests for wasm32-unknown-emscriptenNikita Popov-2/+2
2018-11-08Revise the temp creation for blocks in `stmt_expr` to setup `BlockTailInfo`.Felix S. Klock II-0/+2
2018-11-08Regression test for issue #54382Felix S. Klock II-0/+61
2018-11-08Auto merge of #55532 - pnkfelix:rustc_error-survey, r=nikomatsakisbors-1312/+449
2018-11-07Only do check for trait objects, not trait or trait alias definitions.Alexander Regueiro-88/+65
2018-11-07Added error for duplicate bindings of associated type.Alexander Regueiro-10/+76
2018-11-07Added tests.Alexander Regueiro-22/+86
2018-11-07array index accesses are stable placesRalf Jung-0/+43
2018-11-07no more action on ref or cast, but add new MIR statement for escaping a ptr t...Ralf Jung-4/+25
2018-11-07This test will not link on wasm32.Felix S. Klock II-6/+6
2018-11-07Ignore never-initialized locals for `unused_mut`.David Wood-0/+26
2018-11-07work around deviation in diagnostic output for opt-level=0 by forcing `-O`.Felix S. Klock II-1/+1
2018-11-07Update output of `lint-type-overflow2.stderr` to reflect its output from `rus...Felix S. Klock II-8/+2
2018-11-07fix ICEF001-0/+27
2018-11-07Rollup merge of #55645 - RalfJung:validity-range-inclusive, r=oli-obkkennytm-55/+132
2018-11-07Rollup merge of #55730 - estebank:impl-trait-arg-mismatch, r=varkorkennytm-0/+27
2018-11-07Rollup merge of #55728 - tromey:update-lldb, r=alexcrichtonkennytm-1/+1
2018-11-07test diagnostics for more rangesRalf Jung-2/+32
2018-11-07pretty-print scalar range that only has an upper boundRalf Jung-7/+7
2018-11-07do not print wrapping ranges like normal ranges in diagnosticsRalf Jung-22/+47
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-1213/+362
2018-11-07Replaced use of `#[rustc_error]` with `// skip-codegen`.Felix S. Klock II-15/+9
2018-11-07remove `#[rustc_error]` from ui/ tests that remain compile-fail tests.Felix S. Klock II-82/+82
2018-11-07Rollup merge of #55688 - alexreg:move-issue-tests, r=estebankkennytm-41/+41
2018-11-07Rollup merge of #55609 - nikic:fix-51947, r=nagisakennytm-0/+17
2018-11-07Rollup merge of #55510 - bitshifter:repr-feature-gate-fix, r=petrochenkovkennytm-2/+26
2018-11-07Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakiskennytm-3/+6
2018-11-07Rollup merge of #55453 - Aaron1011:fix/rustdoc-lifetime, r=pnkfelixkennytm-0/+40
2018-11-07Auto merge of #55549 - RalfJung:miri-visitor, r=oli-obkbors-37/+59
2018-11-06Auto merge of #55262 - oli-obk:dangling_alloc_id_ice, r=RalfJungbors-0/+51
2018-11-06Elide anon lifetimes in conflicting impl noteEsteban Küber-3/+3
2018-11-06Use trait impl method span when type param mismatch is due to impl TraitEsteban Küber-0/+27
2018-11-06Auto merge of #53996 - sekineh:thumb-run, r=japaricbors-0/+141
2018-11-06Update lldbTom Tromey-1/+1
2018-11-06Run name-anon-globals after LTO passes as wellNikita Popov-0/+17
2018-11-06Add explcit `--error-format` options to tests of print-fuel to sidestep compi...Felix S. Klock II-3/+6
2018-11-06Sidestep link error from rustfix'ed code by using a *defined* static.Felix S. Klock II-13/+38
2018-11-06Bubble up an overflow error so that rustdoc can ignore itOliver Scherer-1/+2
2018-11-06Rollup merge of #55700 - pnkfelix:issue-55533-update-ui-tests-wrt-nll, r=davi...kennytm-254/+532
2018-11-06Rollup merge of #55696 - davidtwco:issue-55675, r=pnkfelixkennytm-26/+65
2018-11-06Rollup merge of #55694 - jsirs:issue-31076, r=oli-obkkennytm-0/+36
2018-11-06Rollup merge of #55664 - varkor:all-possible-cases-message, r=zackmdaviskennytm-6/+6
2018-11-06Rollup merge of #55601 - petrochenkov:featissue, r=pnkfelixkennytm-85/+13
2018-11-06Rollup merge of #55597 - alexcrichton:thread-local-inner, r=KodrAuskennytm-0/+18
2018-11-06Rollup merge of #55490 - petrochenkov:resolveice, r=eddybkennytm-0/+39
2018-11-06Auto merge of #55518 - alexcrichton:smaller-wasm, r=sfacklerbors-0/+11
2018-11-06Moved and renamed ui issue tests.Alexander Regueiro-41/+41
2018-11-05Auto merge of #55410 - nagisa:atomic-align, r=pnkfelixbors-7/+97
2018-11-05Auto merge of #55451 - estebank:arg-doc, r=pnkfelixbors-13/+122