summary refs log tree commit diff
path: root/compiler/rustc_lint/src
AgeCommit message (Expand)AuthorLines
2020-09-27Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate...Joshua Nelson-0/+1
2020-09-26Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obkRalf Jung-2/+0
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-2/+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-25Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514Jonas Schievink-1/+1
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-23Rollup merge of #76994 - yuk1ty:fix-small-typo, r=estebankDylan DPC-1/+1
2020-09-21Rollup merge of #77032 - lcnr:visit-all-the-item-likes, r=davidtwcoecstatic-morse-0/+13
2020-09-21Rollup merge of #76914 - lcnr:path-no-more, r=ecstatic-morseecstatic-morse-5/+27
2020-09-22lint missing docs for extern itemsBastian Kauschke-0/+13
2020-09-21add testBastian Kauschke-0/+6
2020-09-21fix typo in docs and commentsyuk1ty-1/+1
2020-09-20Rollup merge of #76910 - lcnr:foreign-item-like, r=oli-obkRalf Jung-8/+5
2020-09-20Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnrRalf Jung-6/+7
2020-09-20Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJungbors-2/+3
2020-09-20Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJungbors-9/+7
2020-09-20use `array_windows` instead of `windows` in the compilerBastian Kauschke-2/+3
2020-09-19update docsBastian Kauschke-1/+2
2020-09-19extend `is_ty_or_ty_ctxt` to self typesBastian Kauschke-5/+21
2020-09-19Rollup merge of #75099 - davidtwco:is-zst-abstraction-violation, r=eddybRalf Jung-6/+26
2020-09-19wordingBastian Kauschke-1/+2
2020-09-19transmute: use diagnostic itemBastian Kauschke-8/+3
2020-09-19Reflect the "do not call this query directly" mentality in its nameOliver Scherer-0/+1
2020-09-19Stop using the `const_eval` query for initializers of staticsOliver Scherer-9/+6
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-6/+7
2020-09-15don't lazily evaulate some trivial values for Option::None replacements (clip...Matthias Krüger-1/+1
2020-09-14Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwcobors-1/+2
2020-09-14Auto merge of #76549 - ehuss:lints-comments, r=wesleywiserbors-0/+974
2020-09-13Auto-generate lint documentation.Eric Huss-0/+974
2020-09-10use sort_unstable to sort primitive typesMatthias Krüger-1/+2
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-1/+2
2020-09-04Change ty.kind to a methodLeSeulArtichaut-24/+24
2020-09-03rustc_lint: avoid trimmed paths for ty_find_init_errorDan Aloni-1/+4
2020-09-02pretty: trim paths of unique symbolsDan Aloni-10/+17
2020-08-30lint/ty: move fns to avoid abstraction violationDavid Wood-6/+26
2020-08-30mv compiler to compiler/mark-0/+8842