about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-22Auto merge of #69079 - CAD97:layout-of-ptr, r=RalfJungbors-8/+142
2020-03-22Add span label to primary error spanEsteban Küber-80/+76
2020-03-22Increase verbosity when suggesting subtle code changesEsteban Küber-239/+360
2020-03-22Auto merge of #70275 - Dylan-DPC:rollup-1fbosob, r=Dylan-DPCbors-252/+321
2020-03-22update `make_contiguous` docsBastian Kauschke-1/+3
2020-03-22Rollup merge of #70266 - petrochenkov:prochead, r=varkorDylan DPC-31/+20
2020-03-22Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=CentrilDylan DPC-67/+34
2020-03-22Rollup merge of #70240 - brain0:thread_id, r=Mark-SimulacrumDylan DPC-4/+4
2020-03-22Rollup merge of #70229 - matthiaskrgr:cl3ppy, r=Mark-SimulacrumDylan DPC-115/+92
2020-03-22Rollup merge of #70223 - lcnr:issue70167, r=eddybDylan DPC-4/+54
2020-03-22Rollup merge of #70209 - Centril:recover-quant-closure, r=petrochenkovDylan DPC-14/+66
2020-03-22Rollup merge of #70172 - eddyb:retokenize-external-src, r=petrochenkovDylan DPC-7/+15
2020-03-22Rollup merge of #68099 - lukaslueg:into_raw_unsafe, r=LukasKalbertodtDylan DPC-10/+36
2020-03-22document invariant of `VecDeque::as_(mut)_slice`Bastian Kauschke-0/+6
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