about summary refs log tree commit diff
path: root/src/test/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2022-06-15Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3Yuki Okushi-9/+9
2022-06-14Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obkDylan DPC-0/+149
2022-06-14Rename rustc_serialize::opaque::Encoder as MemEncoder.Nicholas Nethercote-9/+9
2022-06-10lint: add diagnostic translation migration lintsDavid Wood-0/+149
2022-06-10Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.Nicholas Nethercote-3/+3
2022-06-10Revert b983e42936feab29f6333e9835913afc6b4a394e.Nicholas Nethercote-9/+9
2022-06-08Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.Nicholas Nethercote-9/+9
2022-06-08Move `finish` out of the `Encoder` trait.Nicholas Nethercote-3/+3
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-12/+25
2022-06-03Fix all testsbjorn3-35/+111
2022-05-30errors: simplify referring to fluent attributesDavid Wood-37/+15
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-87/+119
2022-05-28Rollup merge of #97327 - davidtwco:diagnostic-translation-compile-time-valida...Dylan DPC-0/+109
2022-05-24macros: introduce `fluent_messages` macroDavid Wood-0/+109
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