about summary refs log tree commit diff
path: root/src/librustc_lint
AgeCommit message (Expand)AuthorLines
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
2020-03-05Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPCDylan DPC-2/+2
2020-03-05Use more efficient &&str to String conversion (clippy::inefficient_to_string)Matthias Krüger-2/+2
2020-03-04Don't use "if let" bindings to only check a value and not actually bind anyth...Matthias Krüger-1/+1
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-2/+2
2020-03-03DefKind::Method -> DefKind::AssocFnMark Mansi-1/+1
2020-03-01encode `;` stmt w/o expr as `StmtKind::Empty`Mazdak Farrokhzad-40/+36
2020-03-01Auto merge of #69380 - Zoxc:parent-module, r=michaelwoeristerbors-2/+1
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-31/+31
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-30/+30
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-1/+1
2020-02-29Make it build againVadim Petrochenkov-2/+2
2020-02-29Add a `parent_module_from_def_id` queryJohn Kåre Alsaker-2/+1
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-1/+1
2020-02-29Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisaDylan DPC-11/+11
2020-02-29use .to_string() instead of format!() macro to create stringsMatthias Krüger-11/+11
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-02-24parse/ast: move `Defaultness` into variants.Mazdak Farrokhzad-1/+1
2020-02-23Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkovbors-61/+36
2020-02-22Remove traitJane Lusby-44/+25
2020-02-21clean things upJane Lusby-22/+12
2020-02-20Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obkMazdak Farrokhzad-0/+1
2020-02-18better lint namesRalf Jung-0/+1
2020-02-18Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkovMazdak Farrokhzad-2/+2
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-1/+1
2020-02-16Other crates.Camille GILLOT-1/+1