about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/errors.rs
AgeCommit message (Expand)AuthorLines
2023-03-30Rename doc(primitive) into rustc_doc_primitiveGuillaume Gomez-4/+0
2023-03-14Simplify proc macro signature validity checkMichael Goulet-43/+2
2023-02-26Merge the two diagnostics.Camille GILLOT-11/+5
2023-02-22Add check for invalid \`#[macro_export]\` argumentsblyxyas-2/+10
2023-02-22errors: generate typed identifiers in each crateDavid Wood-47/+45
2023-02-01Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwcobors-0/+28
2023-01-30session: diagnostic migration lint on more fnsDavid Wood-0/+7
2023-01-26Rollup merge of #106407 - mejrs:attr_check, r=compiler-errorsMatthias Krüger-0/+50
2023-01-24Move FFI attribute validation to `check_attr`inquisitivecrystal-0/+28
2023-01-12[RFC 2397] Deny incorrect locationsCaio-0/+7
2023-01-12Improve proc macro attribute diagnosticsmejrs-0/+50
2022-11-11Print all labels, even if they have no span. Fall back to main item's span.Oli Scherer-0/+3
2022-11-05Specify that `break` cannot be used outside of loop *or* labeled blockclubby789-0/+1
2022-11-04Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwcoMatthias Krüger-1/+59
2022-11-04Use `derive(Subdiagnostic)` for `ChangeFieldsToBeOfUnitType`.Charles Lew-23/+3
2022-11-01Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwcoManish Goregaokar-1/+1
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+5
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-8/+0
2022-10-31Add more track_callermejrs-0/+5
2022-10-26Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza-1/+1
2022-10-24Port `dead_code` lints to be translatable.Charles Lew-1/+79
2022-10-23Migrate all diagnosticsNilstrieb-201/+200
2022-10-14Add missing checks for `doc(cfg_hide(...))` attributeGuillaume Gomez-0/+4
2022-10-07avoid string dispatch in fluentNathan Stocks-7/+36
2022-10-07avoid string dispatch in fluentNathan Stocks-7/+15
2022-10-07Remove code that was removed in master, and the corresponding diagnosticNathan Stocks-9/+0
2022-10-07First batch of review feedback changes from #102110Nathan Stocks-9/+1
2022-10-07migrate stability.rs to translateable diagnosticsNathan Stocks-0/+113
2022-10-07migrate the rest of check_attr.rs to translateable diagnosticsNathan Stocks-0/+41
2022-10-07migrate dead.rs to translateable diagnosticsNathan Stocks-1/+8
2022-10-07migrate lang_items.rs to translateable diagnosticsNathan Stocks-0/+74
2022-10-07migrate entry.rs to translateable diagnosticsNathan Stocks-2/+130
2022-10-07migrate naked_functions.rs to translateable diagnosticsNathan Stocks-0/+76
2022-10-07migrate loops.rs to translateable diagnosticsNathan Stocks-2/+119
2022-10-07migrate check_const.rs to translateable diagnosticsNathan Stocks-0/+18
2022-10-07migrate lib_features.rs to translateable diagnosticsNathan Stocks-0/+20
2022-10-07migrate layout_test.rs to translateable diagnosticsNathan Stocks-0/+57
2022-10-07migrate diagnostic_items.rs to translateable diagnosticsNathan Stocks-0/+20
2022-10-07use cherry-picked commit from #100754 to emit note without errorNathan Stocks-1/+4
2022-10-07migrate the rest of weak_lang_items.rs to translateable diagnosticsNathan Stocks-7/+8
2022-10-07resolve merge conflict from cherry-picking 6a47326a0452cc8d5cb57676508b5469d6...Diego de Oliveira-0/+7
2022-10-07Migrate InvalidAttrAtCrateLevelrdvdev2-1/+31
2022-10-07Migrate derivable diagnostics in check_attr.rsrdvdev2-0/+11
2022-10-07Migrate derivable diagnostics in lang_items.rsrdvdev2-0/+21
2022-10-07Migrate weak_lang_items.rsrdvdev2-0/+17
2022-09-26Rollup merge of #101851 - Xiretza:diagnostic-derive-cleanups, r=davidtwcofee1-dead-2/+2
2022-09-23Rollup merge of #101815 - diegooliveira:master, r=davidtwcoMatthias Krüger-0/+7
2022-09-22Add missing code="" attributes to suggestion subdiagnosticsXiretza-2/+2
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-2/+2