about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/builtin.rs
AgeCommit message (Expand)AuthorLines
2022-10-23Auto merge of #102660 - camsteffen:uninhabited-perf, r=oli-obkbors-41/+5
2022-10-22Introduce InhabitedPredicateCameron Steffen-41/+5
2022-10-19Fixup a few tests needing asm supportJosh Stone-0/+1
2022-10-14more dupe word typosRageking8-1/+1
2022-10-01Refactor rustc lint APIMaybe Waffle-282/+341
2022-09-29Use let-chaining in `WhileTrue::check_expr`.Nicholas Nethercote-24/+22
2022-09-27also query type_uninhabited_fromRalf Jung-3/+11
2022-09-26make invalid_value lint a bit smarter around enumsRalf Jung-51/+109
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-14/+14
2022-09-12Remove unused argument from `check_mac_def`.Nicholas Nethercote-1/+1
2022-09-12Remove `path_span` argument to the `visit_path_segment` methods.Nicholas Nethercote-1/+1
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-11/+2
2022-09-05separate the receiver from arguments in HIRTakayuki Maeda-2/+2
2022-09-02Refactor and re-use BindingAnnotationCameron Steffen-11/+2
2022-09-02Add warning against unexpected --cfg with --check-cfgUrgau-0/+36
2022-09-01Rollup merge of #94467 - ibraheemdev:master, r=pnkfelixMatthias Krüger-0/+78
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-1/+0
2022-08-30Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJungbors-0/+9
2022-08-29Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errorsDylan DPC-6/+13
2022-08-26Make invalid-value trigger on uninit primitives5225225-0/+9
2022-08-23cleanup: commented lintsRejyr-3/+0
2022-08-22migrate: `BuiltinEllipsisInclusiveRangePatterns`Rejyr-23/+13
2022-08-03Remove index from Region::EarlyBound.Camille GILLOT-6/+13
2022-08-01Rollup merge of #99911 - cjgillot:no-guess, r=davidtwcoMatthias Krüger-20/+5
2022-07-29Remove `TreeAndSpacing`.Nicholas Nethercote-1/+1
2022-07-28Remove guess_head_span.Camille GILLOT-20/+5
2022-07-21`special_module_name`: ignore inline modulesIbraheem Ahmed-1/+5
2022-07-19Erase regions before comparing signatures of foreign fns.Camille GILLOT-3/+4
2022-07-06Rollup merge of #98519 - TaKO8Ki:add-head-span-field-to-item-and-impl-item, r...Guillaume Gomez-24/+13
2022-07-06fix miri-opt testsTakayuki Maeda-10/+6
2022-07-06replace `guess_head_span` with `def_span`Takayuki Maeda-14/+7
2022-07-06Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obkDylan DPC-2/+3
2022-07-06Update TypeVisitor pathsAlan Egerton-1/+1
2022-07-05lint: `LintDiagnosticBuilder` into `rustc_errors`David Wood-2/+3
2022-07-05Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errorsDylan DPC-181/+151
2022-06-30fix grammar in useless doc comment lintAndy Russell-2/+2
2022-06-30lint: port asm labels diagnosticsDavid Wood-3/+1
2022-06-30lint: port deref nullptr diagnosticsDavid Wood-2/+2
2022-06-30lint: port clashing extern diagnosticsDavid Wood-14/+10
2022-06-30lint: add todo for invalid value diagnosticsDavid Wood-0/+1
2022-06-30lint: port incomplete features diagnosticsDavid Wood-14/+5
2022-06-30lint: port explicit outlives diagnosticsDavid Wood-6/+3
2022-06-30lint: port keyword idents diagnosticsDavid Wood-2/+4
2022-06-30lint: port test items diagnosticsDavid Wood-1/+1
2022-06-30lint: port `...` range pattern diagnosticsDavid Wood-6/+12
2022-06-30lint: port trivial bounds diagnosticsDavid Wood-6/+4
2022-06-30lint: port type alias bounds diagnosticsDavid Wood-10/+5
2022-06-30lint: port unreachable `pub` diagnosticDavid Wood-3/+4
2022-06-30lint: port unstable feature diagnosticsDavid Wood-1/+1
2022-06-30lint: port mutable transmutes diagnosticDavid Wood-3/+1