about summary refs log tree commit diff
path: root/src/test/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-1/+1
2022-02-20Remove support for JSON deserialization to RustMark Rousskov-89/+16
2022-02-01add a rustc::query_stability lintlcnr-0/+95
2022-01-27Clarify the `usage-of-qualified-ty` error message.Nicholas Nethercote-2/+2
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-5/+5
2022-01-16Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnrMatthias Krüger-105/+245
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+1
2022-01-11rustc_pass_by_value: handle inferred generic types (with _)Mahdi Dibaiee-6/+20
2022-01-11rustc_pass_by_value: handle generic and const type parametersMahdi Dibaiee-2/+55
2022-01-11rustc_pass_by_value: allow types with no parameters on selfMahdi Dibaiee-1/+14
2022-01-10rustc_pass_by_value remove dependency on rustc_diagnostic_itemMahdi Dibaiee-11/+6
2022-01-10rustc_pass_by_value lint: add test on custom typesMahdi Dibaiee-14/+78
2022-01-09feat: pass_by_value lint attributeMahdi Dibaiee-23/+24
2021-12-15Remove unnecessary sigils around `Ident::as_str()` calls.Nicholas Nethercote-1/+1
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-2/+2
2021-11-24Add feature gate test for "rustdoc_internal" featureGuillaume Gomez-1/+1
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-12/+33
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-95/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+95
2021-10-15add a `rustc::query_stability` lintlcnr-0/+95
2021-10-15Bless testsCameron Steffen-2/+2
2021-10-03Update ui-fulldeps.Camille GILLOT-5/+5
2021-09-30Bless tests.Camille GILLOT-9/+10
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-17/+14
2021-09-03Detect bare blocks with type ascription that were meant to be a `struct` literalEsteban Kuber-0/+1
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-1/+1
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-32/+72
2021-07-27Add long explanation for E0498Chris Midgley-0/+1
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-2/+2
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-0/+5
2021-07-13Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obkbors-20/+27
2021-07-09Fix default_hash_types to use resolved pathCameron Steffen-20/+27
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-2/+2
2021-06-10Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkovbors-67/+60
2021-06-10Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrumbors-18/+24
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-67/+60
2021-06-07ignore ui-fulldeps/session-derive-errors.rs on beta and stablePietro Albini-18/+24
2021-06-06Don't pass -Z unstable-options by default for UI testsJoshua Nelson-3/+4
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-4/+4
2021-03-30Fix fulldeps tests.Camille GILLOT-2/+2
2021-03-16ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`Vadim Petrochenkov-1/+3
2021-03-09Rebase fallout.Camille GILLOT-1/+1
2021-03-09Fix ui-fulldeps tests.Camille GILLOT-3/+5
2021-02-03Allow/fix non_fmt_panic in tests.Mara Bos-3/+3
2021-01-17Fix formatting for removed lintsJoshua Nelson-9/+9
2021-01-13Update tests for extern block lintingMark Rousskov-3/+2
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-3/+3
2020-12-03Only deny doc_keyword in std and set it as "allow" by defaultGuillaume Gomez-2/+8
2020-12-03Add test for EXISTING_DOC_KEYWORD internal lintGuillaume Gomez-0/+20