about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/context.rs
AgeCommit message (Expand)AuthorLines
2021-04-01add OR_PATTERNS_BACK_COMPAT linthi-rustin-0/+3
2021-03-31Add tcx lifetime to BinderJack Huey-1/+1
2021-03-27Remove (lots of) dead codeJoshua Nelson-0/+3
2021-03-26Use iter::zip in compiler/Josh Stone-1/+2
2021-03-18Rollup merge of #83216 - jyn514:register-tool, r=petrochenkovDylan DPC-1/+1
2021-03-16Allow registering tool lints with `register_tool`Joshua Nelson-1/+1
2021-03-16Don't warn about old rustdoc lint names (temporarily)Joshua Nelson-0/+34
2021-03-14Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl`Aaron Hill-0/+3
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-1/+5
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-2/+29
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-0/+3
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-0/+15
2021-02-02introduce future-compatibility warning for forbidden lint groupsNiko Matsakis-0/+15
2021-01-29Rollup merge of #81176 - camsteffen:qpath-res, r=oli-obkYuki Okushi-0/+8
2021-01-18Query for TypeckResults in LateContext::qpath_resCameron Steffen-0/+8
2021-01-17Fix formatting for removed lintsJoshua Nelson-1/+1
2021-01-16More advanced unknown lint suggestionflip1995-5/+11
2021-01-15Don't make tools responsible for checking unknown and renamed lintsJoshua Nelson-14/+25
2021-01-13Introduce missing ABI lint on extern blocksMark Rousskov-0/+4
2021-01-10Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit...bors-0/+3
2020-12-31Auto merge of #80500 - jyn514:track-caller, r=nagisabors-0/+1
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-1/+1
2020-12-29Add `#[track_caller]` to `bug!` and `register_renamed`Joshua Nelson-0/+1
2020-12-21add suggest for PatternsInWithoutBodyDaiki Ihara-0/+3
2020-12-11Move binder for dyn to each list itemJack Huey-1/+1
2020-11-24Move lev_distance to rustc_ast, make non-genericArlie Davis-2/+2
2020-10-30Implement rustc side of report-future-incompatAaron Hill-3/+18
2020-10-14Remove unused code from remaining compiler cratesest31-4/+0
2020-09-25Simplify some match statements on `DefPathDataName'marmeladema-7/+2
2020-09-25Rename `DefPathData::get_name()` to `DefPathData::name()`marmeladema-1/+1
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-2/+7
2020-09-19update docsBastian Kauschke-1/+2
2020-09-19wordingBastian Kauschke-1/+2
2020-09-19transmute: use diagnostic itemBastian Kauschke-0/+2
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-10/+17
2020-08-30mv compiler to compiler/mark-0/+862