about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/builtin.rs
AgeCommit message (Expand)AuthorLines
2020-10-30Implement rustc side of report-future-incompatAaron Hill-1/+0
2020-10-30Fix some more clippy warningsJoshua Nelson-9/+7
2020-10-24Fix inconsistencies in handling of inert attributes on statementsAaron Hill-1/+2
2020-10-18Auto merge of #78066 - bugadani:wat, r=jonas-schievinkbors-1/+1
2020-10-18Replace unnecessary map_or_else with map_orDániel Buga-1/+1
2020-10-17Suggest minimal subset features in `incomplete_features` lintYuki Okushi-0/+8
2020-09-22lint missing docs for extern itemsBastian Kauschke-0/+13
2020-09-20Rollup merge of #76910 - lcnr:foreign-item-like, r=oli-obkRalf Jung-8/+1
2020-09-20Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnrRalf Jung-6/+7
2020-09-20Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJungbors-9/+7
2020-09-19Rollup merge of #75099 - davidtwco:is-zst-abstraction-violation, r=eddybRalf Jung-3/+3
2020-09-19transmute: use diagnostic itemBastian Kauschke-8/+1
2020-09-19Reflect the "do not call this query directly" mentality in its nameOliver Scherer-0/+1
2020-09-19Stop using the `const_eval` query for initializers of staticsOliver Scherer-9/+6
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-6/+7
2020-09-15don't lazily evaulate some trivial values for Option::None replacements (clip...Matthias Krüger-1/+1
2020-09-14Auto merge of #76549 - ehuss:lints-comments, r=wesleywiserbors-0/+504
2020-09-13Auto-generate lint documentation.Eric Huss-0/+504
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-1/+2
2020-09-04Change ty.kind to a methodLeSeulArtichaut-7/+7
2020-09-03rustc_lint: avoid trimmed paths for ty_find_init_errorDan Aloni-1/+4
2020-08-30lint/ty: move fns to avoid abstraction violationDavid Wood-3/+3
2020-08-30mv compiler to compiler/mark-0/+2422