about summary refs log tree commit diff
path: root/src/librustc_lint
AgeCommit message (Expand)AuthorLines
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-10/+11
2020-04-14cleanup `is_expr_delims_necessary`Bastian Kauschke-1/+1
2020-04-13Remove usage of `DUMMY_HIR_ID` in some visitorsmarmeladema-9/+9
2020-04-10librustc_middle: return LocalDefId instead of DefId in body_owner_def_idmarmeladema-1/+1
2020-04-07remove false positives of unused_bracesBastian Kauschke-3/+23
2020-04-06ty: switch `Ty::walk` from `Ty` to `GenericArg`.Eduard-Mihai Burtescu-5/+8
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-1/+0
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-6/+9
2020-04-01Rollup merge of #70081 - lcnr:issue68387, r=varkorDylan DPC-129/+371
2020-03-31update unused_braces wordingBastian Kauschke-12/+11
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-58/+41
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-12/+12
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-37/+36
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-2/+2
2020-03-27add `unused_braces`, lint anon_constBastian Kauschke-129/+366
2020-03-27add visit_anon_const to EarlyContextAndPassBastian Kauschke-0/+6
2020-03-27Rename TyLayout to TyAndLayout.Ana-Maria Mihalache-3/+3
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-6/+10
2020-03-24Rollup merge of #69740 - mark-i-m:describe-it-3, r=eddybMazdak Farrokhzad-33/+37
2020-03-22the crate and testsmark-1/+1
2020-03-21use static strsmark-14/+18
2020-03-21convert a couple more errorsmark-13/+6
2020-03-21replace some adhoc logic with article_and_descrMark Mansi-19/+26
2020-03-21{rustc::hir::map -> rustc_hir}::definitionsMazdak Farrokhzad-1/+1
2020-03-21add_elided_lifetime_in_path_suggestion -> rustc_sessionMazdak Farrokhzad-2/+1
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-2/+2
2020-03-20remove redundant import (clippy::single_component_path_imports)Matthias Krüger-2/+0
2020-03-19rustc: use LocalDefId instead of DefIndex in HirId.Eduard-Mihai Burtescu-2/+2
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-2/+1
2020-03-18fix pre-expansion linting infraMazdak Farrokhzad-13/+5
2020-03-17Rollup merge of #70049 - oli-obk:param_env_empty_considered_unimplemented, r=...Mazdak Farrokhzad-1/+6
2020-03-17Rollup merge of #69881 - Centril:fix-69485, r=oli-obkMazdak Farrokhzad-4/+2
2020-03-16Fiddle `ParamEnv` through to a place that used to use `ParamEnv::empty` in a ...Oliver Scherer-1/+6
2020-03-16Rollup merge of #69738 - mark-i-m:assoc-fn-2, r=eddybDylan DPC-2/+2
2020-03-16remove unnecessary hir::map importsMazdak Farrokhzad-2/+1
2020-03-16Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-...Dylan DPC-5/+39
2020-03-15More Method->Fn renamingMark Mansi-2/+2
2020-03-15Auto merge of #68944 - Zoxc:hir-map, r=eddybbors-8/+8
2020-03-15VariantSizeDifferences: bail on SizeOverflowMazdak Farrokhzad-4/+2
2020-03-15Rollup merge of #69589 - petrochenkov:maccall, r=CentrilMazdak Farrokhzad-5/+5
2020-03-15Add more context to the literal overflow messageYI-5/+39
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-5/+5
2020-03-14Update `krate_attrs` and `get_module`John Kåre Alsaker-3/+3
2020-03-14Make downstream crates compile.Camille GILLOT-1/+1
2020-03-14Move rustc_infer::traits to new crate rustc_trait_selection.Camille GILLOT-0/+1
2020-03-14Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddybYuki Okushi-3/+3
2020-03-12ast: `Mac`/`Macro` -> `MacCall`Vadim Petrochenkov-5/+5
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-3/+3
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-3/+3
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-2/+2