about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-03-04fix tidy errorMatthew Kuo-1/+2
2020-03-04test(pattern): harden tests for or-patterns with slice-patternsMatthew Kuo-4/+27
2020-03-04test(pattern): add tests for combinations of pattern featuresMatthew Kuo-0/+283
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-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
2020-02-28Point at closure definitionsEsteban Küber-5/+8
2020-02-28Show information of chain of bound obligationsEsteban Küber-15/+39
2020-02-28Track all predicates in errors, not just trait obligationsEsteban Küber-11/+39
2020-02-28Deduplicate information in E0599Esteban Küber-30/+10
2020-02-28On single local candidate, use span labelEsteban Küber-49/+72
2020-02-28Reduce vebosity of E0599Esteban Küber-50/+8
2020-02-28Add more context to E0599 errorsEsteban Küber-42/+126
2020-02-28Auto merge of #69555 - Centril:rollup-e53lxz4, r=Centrilbors-88/+463
2020-02-28Rollup merge of #69539 - Centril:fix-69401, r=petrochenkovMazdak Farrokhzad-0/+15