about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-03-07Rollup merge of #67741 - estebank:point-at-pat-def, r=CentrilMazdak Farrokhzad-4/+68
2020-03-06When encountering an Item in a pat context, point at the item defEsteban Küber-4/+68
2020-03-06Auto merge of #69753 - pnkfelix:issue-69191-ice-on-uninhabited-enum-field, r=olibors-0/+91
2020-03-06Added oli's multivariant test case (alpha renaming the enum name itself).Felix S. Klock II-3/+63
2020-03-06Auto merge of #69614 - estebank:ice-age, r=davidtwcobors-0/+41
2020-03-05Fix #69191Felix S. Klock II-0/+31
2020-03-05Bumped version number for const_eval_limit in active.rsChristoph Schmidler-14/+38
2020-03-05Opt out of CTFE if the 'const_eval_limit' is set to 0Christoph Schmidler-1/+9
2020-03-05Add a new test to reach const_limit setting, although with wrong WARNINGs yetChristoph Schmidler-20/+35
2020-03-05Disable CTFE if const_limit was set to 0, otherwise use the value set, which ...Christoph Schmidler-1/+33
2020-03-05Prepare const_limit feature gate and attributeChristoph Schmidler-0/+24
2020-03-03Auto merge of #69678 - Dylan-DPC:rollup-yoaueud, r=Dylan-DPCbors-2/+29
2020-03-03Rollup merge of #69665 - tmiasko:new-pass-manager-thin-lto-opt, r=nikicDylan DPC-2/+29
2020-03-03Auto merge of #69506 - Centril:stmt-semi-none, r=petrochenkovbors-22/+14
2020-03-03Auto merge of #69371 - tmiasko:weak-lang-cycle, r=alexcrichtonbors-0/+76
2020-03-03Add regression test for linking issue with start-group / end-groupTomasz Miąsko-0/+76
2020-03-03Rollup merge of #69620 - thekuom:doc/61137-add-long-error-code-e0719, r=david...Yuki Okushi-0/+2
2020-03-03Rollup merge of #69609 - TimDiekmann:excess, r=AmanieuYuki Okushi-17/+17
2020-03-03Fix check for __msan_keep_going in sanitizer-recover testTomasz Miąsko-2/+2
2020-03-03Add test for -Znew-llvm-pass-manager -Clto=thin -Zsanitizer=...Tomasz Miąsko-0/+27
2020-03-02Remove chalk integrationCAD97-630/+0
2020-03-03Remove `usable_size` APIsTim Diekmann-17/+17
2020-03-02Auto merge of #69635 - Dylan-DPC:rollup-2oh8uu5, r=Dylan-DPCbors-0/+70
2020-03-02Rollup merge of #69623 - Centril:fix-69396-tmp, r=petrochenkovDylan DPC-0/+70
2020-03-02Auto merge of #69257 - RalfJung:layout-visitor, r=eddybbors-28/+28
2020-03-02stash API: remove panic to fix ICE.Mazdak Farrokhzad-0/+70
2020-03-01encode `;` stmt w/o expr as `StmtKind::Empty`Mazdak Farrokhzad-22/+14
2020-03-01Fix use of `has_infer_types`Matthew Jasper-14/+14
2020-03-01doc(librustc_error_codes): add long error explanation for E0719Matthew Kuo-0/+2
2020-03-01`delay_span_bug` when codegen cannot select obligationEsteban Küber-0/+41
2020-03-01Rollup merge of #69598 - ollie27:rustdoc_crate-version_escape, r=GuillaumeGomezDylan DPC-0/+6
2020-03-01Rollup merge of #69605 - JohnTitor:opt-def-id, r=petrochenkovYuki Okushi-6/+8
2020-03-01Rollup merge of #69583 - LeSeulArtichaut:ice-69378, r=CentrilYuki Okushi-0/+17
2020-03-01Use `opt_def_id()` over `def_id()`Yuki Okushi-6/+8
2020-03-01rustdoc: HTML escape crate versionOliver Middleton-0/+6
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-19/+19
2020-02-29Make it build againVadim Petrochenkov-5/+5
2020-02-29Auto merge of #69260 - GuillaumeGomez:create-E0747-error-code, r=varkor,estebankbors-3/+6
2020-02-29Add regression testLeSeulArtichaut-0/+17
2020-02-29Auto merge of #69255 - estebank:e0599-details, r=varkorbors-108/+328
2020-02-28Ignore output for some platforms with diverging test outputEsteban Küber-6/+18
2020-02-28Do not suggest implementing traits if present in predicatesEsteban Küber-9/+2
2020-02-28Reword messageEsteban Küber-2/+2
2020-02-28Reduce verbosity when suggesting restricting type paramsEsteban Küber-12/+0
2020-02-28keep predicate order and tweak outputEsteban Küber-74/+118
2020-02-28Review comments: split requirement text to multiple lines for readabilityEsteban Küber-16/+32
2020-02-28Account for arbitrary self types in E0599Esteban Küber-17/+9
2020-02-28Suggest constraining type parametersEsteban Küber-0/+75
2020-02-28Tweak wordingEsteban Küber-24/+24
2020-02-28Mention the full path of the implementing traitEsteban Küber-24/+24