about summary refs log tree commit diff
path: root/src/librustc_mir_build/lints.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-161/+0
2020-08-22Use smaller def span for functionsAaron Hill-1/+1
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-2/+2
2020-06-07rename FalseEdges -> FalseEdgeRalf Jung-2/+2
2020-05-18Fix handling on InlineAsm for the unconditional recursion lint.Amanieu d'Antras-3/+8
2020-05-18Add asm! to MIRAmanieu d'Antras-0/+4
2020-04-28Move a few queries to using an arena.Camille GILLOT-1/+1
2020-04-27Accept `LocalDefId` as argument for `mir_build::lint::check`marmeladema-8/+9
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-2/+2
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-2/+2
2020-04-18Detect mistyped associated consts in `Instance::resolve`.Eduard-Mihai Burtescu-1/+1
2020-04-09Use tri-color search for unconditional recursion lintDylan MacKenzie-133/+109
2020-04-07Further improve commentsJonas Schievink-3/+4
2020-04-07Add some more commentsJonas Schievink-0/+11
2020-04-06Add some comments and rename variableJonas Schievink-2/+9
2020-04-06Merge redundant match armsJonas Schievink-11/+8
2020-04-06Move closure check upwardsJonas Schievink-7/+6
2020-04-06Don't lint for self-recursion when the function can divergeJonas Schievink-90/+112
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-3/+3
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-4/+4
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-1/+1
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-1/+1
2020-02-11Run RustFmtjumbatm-15/+10
2020-02-11Invert control in struct_lint_level.jumbatm-9/+11
2020-01-12Split `rustc_mir::{build, hair, lints}` into their own crateMatthew Jasper-0/+141