summary refs log tree commit diff
path: root/src/librustc_mir/lints.rs
AgeCommit message (Expand)AuthorLines
2019-06-20rename hir::map::get_by_hir_id to getljedrz-1/+1
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-1/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-2/+2
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-7/+7
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-09Changed usages of `mir` in librustc::mir and librustc_mir to `body`Jad Ghalayini-5/+5
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-3/+3
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-3/+3
2019-04-03Deny internal lints on librustc_mirflip1995-2/+2
2019-03-07HirIdification: replace NodeId method callsljedrz-2/+2
2019-03-01ty: HirIdify some lintsljedrz-5/+5
2019-03-01hir: remove NodeId from TraitItemljedrz-1/+1
2019-02-27rename Substs to InternalSubstscsmoe-2/+2
2019-02-08librustc_mir => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-4/+4
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-4/+4
2018-10-03Rewrite the `UnconditionalRecursion` lint to use MIRWesley Wiser-0/+156