summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-22Clean up E0449 explanationGuillaume Gomez-2/+3
2020-03-22Update lint name to follow conventionGuillaume Gomez-8/+8
2020-03-22Update to new diagnosticGuillaume Gomez-8/+11
2020-03-22Update testsGuillaume Gomez-8/+7
2020-03-22Improve code readabilityGuillaume Gomez-13/+12
2020-03-22rename NO_CRATE_LEVEL_DOC lint into MISSING_CRATE_LEVEL_DOCGuillaume Gomez-6/+5
2020-03-22Add lint when no doc is present at the crate-levelGuillaume Gomez-0/+42
2020-03-22Auto merge of #68820 - WaffleLapkin:remove_finished_from_map_while, r=LukasKa...bors-57/+32
2020-03-22remove redundant closures (clippy::redundant_closure)Matthias Krüger-41/+33
2020-03-22get rid of ConstPropUnsupported; use ZST marker structs insteadRalf Jung-24/+63
2020-03-22rename testsBastian Kauschke-2/+2
2020-03-22simplify eval_mir_constantBastian Kauschke-13/+3
2020-03-22handle unevaluated consts after monomophizeBastian Kauschke-21/+77
2020-03-22proc_macro_harness: Use item header spans for errorsVadim Petrochenkov-31/+20
2020-03-22Fix invalid suggestion on `&mut` iterators yielding `&` referencesWonwoo Choi-23/+82
2020-03-22Auto merge of #68098 - ssomers:btreemap_gdb_pretty_print, r=Mark-Simulacrumbors-3/+11
2020-03-22add `fn make_contiguous` to VecDequeBastian Kauschke-53/+227
2020-03-21Use Reveal::All in MIR inlinerWesley Wiser-10/+3
2020-03-21Resolve worsened debug build codegenWesley Wiser-8/+65
2020-03-21use static strsmark-14/+18
2020-03-22Auto merge of #70153 - flip1995:clippyup, r=Dylan-DPCbors-7/+18
2020-03-21convert a couple more errorsmark-21/+14
2020-03-21Allow calculating the layout behind a pointerCAD97-8/+142
2020-03-22don't create variable bindings just to return the bound value immediately (cl...Matthias Krüger-60/+33
2020-03-22parse: nix new_sub_parser_from_fileMazdak Farrokhzad-16/+10
2020-03-22summarize if-else-code with identical blocks (clippy::if_same_then_else)Matthias Krüger-7/+1
2020-03-21Improve E0308 error message wordingDeeDeeG-36/+36
2020-03-21Avoid relying on const parameters to functionMark Rousskov-8/+8
2020-03-21Rollup merge of #70238 - petrochenkov:procmod, r=CentrilDylan DPC-0/+13
2020-03-21Rollup merge of #70232 - adrian5:patch-1, r=Dylan-DPCDylan DPC-1/+1
2020-03-21Rollup merge of #70231 - aDotInTheVoid:E0224, r=Dylan-DPCDylan DPC-3/+24
2020-03-21Rollup merge of #70228 - lzutao:patch-1, r=Mark-SimulacrumDylan DPC-0/+4
2020-03-21Rollup merge of #70218 - intgr:fix-deprecated-method-in-docs, r=jonas-schievinkDylan DPC-1/+1
2020-03-21Rollup merge of #70215 - petrochenkov:attrid, r=CentrilDylan DPC-18/+12
2020-03-21Rollup merge of #70197 - pnkfelix:issue-53957-revise-test-of-23076, r=LukasKa...Dylan DPC-4/+19
2020-03-21Rollup merge of #70126 - wesleywiser:fix_miri_ice_neg_zst_enum_discr, r=RalfJ...Dylan DPC-4/+60
2020-03-21Rollup merge of #70051 - Zoxc:opt-find, r=eddybDylan DPC-19/+56
2020-03-21Rollup merge of #70003 - eddyb:symbol-mangling-reify-shims, r=nikomatsakisDylan DPC-8/+18
2020-03-21Arrange for zero to be canonicalMark Rousskov-253/+242
2020-03-21Push the byte of LAST_CHUNK_MAP into the arrayMark Rousskov-46/+49
2020-03-21parse: nix unused `root_module_name`.Mazdak Farrokhzad-22/+7
2020-03-21replace some adhoc logic with article_and_descrMark Mansi-19/+26
2020-03-21lowering: remove librustc dependencyMazdak Farrokhzad-1/+0
2020-03-21{rustc::hir::map -> rustc_hir}::definitionsMazdak Farrokhzad-18/+22
2020-03-21move CrateDisambiguator -> rustc_astMazdak Farrokhzad-52/+48
2020-03-21dep_graph.assert_ignored() -> rustc_interfaceMazdak Farrokhzad-8/+5
2020-03-21add_elided_lifetime_in_path_suggestion -> rustc_sessionMazdak Farrokhzad-46/+46
2020-03-21lowering: bug! -> panic!Mazdak Farrokhzad-18/+17
2020-03-21separate out an arena for HIRMazdak Farrokhzad-41/+65
2020-03-21move move stuff into declare_arena!Mazdak Farrokhzad-102/+101