about summary refs log tree commit diff
path: root/src/librustc_lint/builtin.rs
AgeCommit message (Expand)AuthorLines
2020-05-17Assume unevaluated consts are equal to the other consts and add ConstEquate o...Ben Lewis-1/+2
2020-05-16Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkovRalf Jung-6/+14
2020-05-09expand "incomplete feature" message to include unsoundness and link to tracki...Ralf Jung-6/+14
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-3/+3
2020-04-23Address comments from reviewmarmeladema-7/+4
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-7/+4
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-2/+9
2020-04-23librustc_middle: return LocalDefId instead of DefId in local_def_idmarmeladema-4/+5
2020-04-13Remove usage of `DUMMY_HIR_ID` in some visitorsmarmeladema-4/+4
2020-04-10librustc_middle: return LocalDefId instead of DefId in body_owner_def_idmarmeladema-1/+1
2020-04-06ty: switch `Ty::walk` from `Ty` to `GenericArg`.Eduard-Mihai Burtescu-5/+8
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-1/+2
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-39/+29
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-11/+10
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-6/+10
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-20remove redundant returns (clippy::needless_return)Matthias Krüger-1/+1
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-2/+1
2020-03-16remove unnecessary hir::map importsMazdak Farrokhzad-2/+1
2020-03-15More Method->Fn renamingMark Mansi-1/+1
2020-03-15Auto merge of #68944 - Zoxc:hir-map, r=eddybbors-2/+2
2020-03-15Rollup merge of #69589 - petrochenkov:maccall, r=CentrilMazdak Farrokhzad-2/+2
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-1/+1
2020-03-14Update `krate_attrs` and `get_module`John Kåre Alsaker-1/+1
2020-03-14Make downstream crates compile.Camille GILLOT-1/+1
2020-03-12ast: `Mac`/`Macro` -> `MacCall`Vadim Petrochenkov-2/+2
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-1/+1
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-1/+1
2020-03-01encode `;` stmt w/o expr as `StmtKind::Empty`Mazdak Farrokhzad-1/+4
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-5/+5
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-5/+5
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-1/+1
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-1/+1
2020-02-29use .to_string() instead of format!() macro to create stringsMatthias Krüger-8/+8
2020-02-24parse/ast: move `Defaultness` into variants.Mazdak Farrokhzad-1/+1
2020-02-23Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkovbors-60/+29
2020-02-22Remove traitJane Lusby-44/+25
2020-02-21clean things upJane Lusby-22/+7
2020-02-18Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkovMazdak Farrokhzad-1/+1
2020-02-16Other crates.Camille GILLOT-1/+1
2020-02-15ast: move Generics into AssocItemKindsMazdak Farrokhzad-1/+1
2020-02-15Emit some additional `unused_doc_comments` lints outside of the main passVadim Petrochenkov-7/+10
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-3/+3
2020-02-11Avoid allocs in a few places.jumbatm-11/+11
2020-02-11Move more into decorate functions.jumbatm-15/+15
2020-02-11Run RustFmtjumbatm-37/+52