about summary refs log tree commit diff
path: root/src/test/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2022-05-24Emit weird lint name lints after expansionest31-8/+8
2022-05-12errors: `set_arg` takes `IntoDiagnosticArg`David Wood-8/+17
2022-05-12macros: spanless subdiagnostics from `()` fieldsDavid Wood-0/+22
2022-05-06macros: allow `Vec` fields in diagnostic deriveDavid Wood-0/+8
2022-04-29macros: add interop between diagnostic derivesDavid Wood-2/+13
2022-04-29macros: allow setting applicability in attributeDavid Wood-3/+45
2022-04-29macros: reuse `SetOnce` trait in diagnostic deriveDavid Wood-36/+91
2022-04-29macros: add helper functions for invalid attrsDavid Wood-62/+76
2022-04-29macros: subdiagnostic deriveDavid Wood-0/+888
2022-04-29tests: move diagnostic derive test to directoryDavid Wood-41/+41
2022-04-25Auto merge of #95246 - ChrisDenton:command-args, r=joshtriplettbors-13/+14
2022-04-05macros: support translatable suggestionsDavid Wood-57/+48
2022-04-05macros: note/help in `SessionDiagnostic` deriveDavid Wood-1/+113
2022-04-05macros: support translatable labelsDavid Wood-37/+41
2022-04-05macros: optional error codesDavid Wood-11/+2
2022-04-05macros: add `#[no_arg]` to skip `set_arg` callDavid Wood-1/+33
2022-04-05macros: rename `#[message]` to `#[primary_span]`David Wood-6/+6
2022-04-05macros: translatable struct attrs and warningsDavid Wood-108/+293
2022-04-05macros: update session diagnostic errorsDavid Wood-16/+16
2022-04-05macros: add args for non-subdiagnostic fieldsDavid Wood-4/+4
2022-03-25Update issue-15149.rsChris Denton-13/+14
2022-03-21Deduplicate ui-fulldeps.Camille GILLOT-6/+1
2022-03-16rustc_error: make ErrorReported impossible to constructmark-8/+8
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