summaryrefslogtreecommitdiff
path: root/compiler/rustc_lint_defs
Commit message (Expand)AuthorAgeFilesLines
* Improve check-cfg diagnostics (part 2)Urgau2023-05-051-1/+2
* Partial stabilisation of `c_unwind`Gary Guo2023-04-291-3/+1
* Add a few more missing lintsMichael Goulet2023-04-271-0/+2
* Sort hardwired lintsMichael Goulet2023-04-271-89/+91
* Add invalid_macro_export_arguments to built-in macro listMichael Goulet2023-04-271-0/+1
* Spelling - compilerJosh Soref2023-04-171-2/+2
* Fix typos in compilerDaniPopes2023-04-101-1/+1
* Rollup merge of #108588 - ehuss:lint-docs-produces, r=eholkMatthias Krüger2023-03-231-7/+2
|\
| * Fix the ffi_unwind_calls lint documentationEric Huss2023-02-281-7/+2
* | Lint ambiguous glob re-exports许杰友 Jieyou Xu (Joe)2023-03-202-0/+50
* | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J...bors2023-03-151-3/+4
|\ \
| * | `MaybeUninit::assume_init_read` should have `noundef` load metadataScott McMurray2023-03-111-3/+4
| |/
* | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwcoMatthias Krüger2023-03-111-2/+5
|\ \ | |/ |/|
| * Querify early_lint_checks.Camille GILLOT2023-03-061-1/+2
| * Querify registered_tools.Camille GILLOT2023-03-061-1/+3
* | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkinMatthias Krüger2023-02-271-0/+7
|\ \ | |/ |/|
| * Move the unused extern crate check back to the resolver.Camille GILLOT2023-02-221-0/+7
* | Add check for invalid \`#[macro_export]\` argumentsblyxyas2023-02-221-0/+30
|/
* Extend `BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE`.Nicholas Nethercote2023-02-091-4/+5
* make unaligned_reference a hard errorRalf Jung2023-01-311-46/+0
* Auto merge of #104429 - nnethercote:more-deriving-on-packed-structs, r=RalfJungbors2023-01-302-0/+34
|\
| * Allow more deriving on packed structs.Nicholas Nethercote2023-01-302-0/+34
* | Rollup merge of #107078 - ehuss:invalid_doc_attributes-docs, r=jackh726Matthias Krüger2023-01-291-3/+9
|\ \ | |/ |/|
| * Update wording of invalid_doc_attributes docs.Eric Huss2023-01-191-3/+9
* | Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errorsbors2023-01-222-1/+2
|\ \
| * \ Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillotMichael Goulet2023-01-211-1/+1
| |\ \
| | * | fix #104440Takayuki Maeda2023-01-161-1/+1
| | |/
| * | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat reportAaron Hill2023-01-211-0/+1
* | | Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim...bors2023-01-221-0/+68
|\ \ \ | |/ / |/| |
| * | Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error"Felix S. Klock II2023-01-201-0/+68
| |/
* | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obkbors2023-01-211-2/+3
|\ \
| * | Use UnordMap instead of FxHashMap in define_id_collections!().Michael Woerister2023-01-191-2/+3
| |/
* | Add `compile_fail` to doctest for `bindings_with_variant_name`--global2023-01-201-1/+1
* | Change `bindings_with_variant_name` to deny-by-default--global2023-01-201-1/+1
|/
* Bump IMPLIED_BOUNDS_ENTAILMENT to Deny + ReportNowMichael Goulet2023-01-121-2/+2
* create helper function for `rustc_lint_defs::Level` and remove it's duplicate...ozkanonur2023-01-101-0/+13
* fix some typosKaDiWa2022-12-251-1/+1
* rustc: Remove needless lifetimesJeremy Stucki2022-12-201-1/+1
* Downgrade IMPLIED_BOUNDS_ENTAILMENT to warn by default, add it to builtin lin...Michael Goulet2022-12-191-4/+5
* Add IMPLIED_BOUNDS_ENTAILMENT lintMichael Goulet2022-12-191-0/+41
* Make the test actually emit the future incompat lintOli Scherer2022-12-151-3/+4
* Fix docsOli Scherer2022-12-151-1/+1
* Always report alignment failures in future incompat summariesOli Scherer2022-12-151-0/+1
* Make alignment checks a future incompat lintOli Scherer2022-12-151-0/+36
* delete mentions of type ascription from lint descriptionsLukas Markeffsky2022-12-121-14/+17
* Make `deref_into_dyn_supertrait` lint the impl and not the usageMaybe Waffle2022-11-231-46/+0
* Merge branch 'master' into patch-2Kagami Sascha Rosylight2022-11-151-68/+0
|\
| * Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard errorAaron Hill2022-10-241-68/+0
* | Fix failing examplesKagami Sascha Rosylight2022-10-251-4/+4
|/
* Rollup merge of #102635 - lcnr:incoherent_auto_trait_objects, r=jackh726Matthias Krüger2022-10-221-0/+1
|\