about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-03-02remove output-format testGuillaume Gomez-10/+0
2020-03-02Replace ToJson with serdeGuillaume Gomez-9/+14
2020-03-02add tests for rustdoc output-format jsonGuillaume Gomez-0/+39
2020-03-02Apply review feedbackAmanieu d'Antras-24/+0
2020-03-02Ignore broken no-landing-pads testAmanieu d'Antras-0/+1
2020-03-02Test catch_unwind vanishingAmanieu d'Antras-0/+36
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-01check_binding_alt_eq_ty: improve precision wrt. `if let`.Mazdak Farrokhzad-8/+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-03-01Make `rustc_attrs` tracking issue NoneYuki Okushi-13/+0
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-29Use TypeRelating for instantiating query responsesMatthew Jasper-0/+33
2020-02-29clarify a comment in the testRalf Jung-1/+3
2020-02-29we cannot short-circuit just becuase the Abi seems harmlessRalf Jung-2/+46
2020-02-29make it even more conservative, and note some FIXMEsRalf Jung-0/+2
2020-02-29test some more things that should not panicRalf Jung-5/+14
2020-02-29mem::zeroed/uninit: panic on types that do not permit zero-initializationRalf Jung-102/+113
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
2020-02-28Rollup merge of #69522 - Centril:fix-69341, r=petrochenkovMazdak Farrokhzad-0/+36