about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-10-25Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkovYuki Okushi-22/+94
2020-10-25Rollup merge of #78322 - ssomers:btree_no_min_len_at_node_level, r=Mark-Simul...Yuki Okushi-55/+55
2020-10-25Rollup merge of #78320 - phil-opp:patch-5, r=GuillaumeGomez,alexcrichtonYuki Okushi-1/+1
2020-10-25Rollup merge of #78276 - cutsoy:bump-backtrace, r=nagisaYuki Okushi-0/+0
2020-10-25Rollup merge of #78209 - JohnTitor:compiler-builtins, r=AmanieuYuki Okushi-2/+2
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-41/+177
2020-10-25Rollup merge of #78085 - wesleywiser:mir_validation_switch_int, r=oli-obkYuki Okushi-2/+24
2020-10-25Rollup merge of #77984 - Aaron1011:fix/macro-mod-weird-parent, r=petrochenkovYuki Okushi-7/+73
2020-10-25Change from correctness to style and MaybeIncorrect instead of MachineApplicableFrancis Murillo-4/+4
2020-10-25Use `sugg_lint_and_help`Francis Murillo-10/+36
2020-10-25Inline is_mut_mutex_lock_callFrancis Murillo-16/+5
2020-10-25Run update_lintsFrancis Murillo-2/+0
2020-10-25Change lint doc testFrancis Murillo-20/+12
2020-10-25Auto merge of #6181 - cgm616:undropped-manually-drops, r=flip1995bors-0/+108
2020-10-25Fix small typosYuki Okushi-3/+3
2020-10-25Use its own `TypeckResults` to avoid ICEYuki Okushi-4/+23
2020-10-25Auto merge of #77476 - tgnottingham:buffered_siphasher128, r=nnethercotebors-196/+389
2020-10-25Make some functions private that don't have to be publicJoshua Nelson-10/+10
2020-10-25Add lint for `&mut Mutex::lock`Francis Murillo-0/+128
2020-10-25Auto merge of #6109 - patrickelectric:single_element_for_check, r=flip1995bors-16/+133
2020-10-25Auto merge of #6029 - Daniel-B-Smith:refcell_ref_await, r=flip1995bors-9/+257
2020-10-25Auto merge of #77546 - lcnr:impl-trait-closure, r=eddybbors-19/+98
2020-10-25Auto merge of #77398 - wesleywiser:measureme_0_8, r=Mark-Simulacrumbors-25/+22
2020-10-25Test with NLL explicitlyYuki Okushi-4/+19
2020-10-24Upgrade to measureme 9.0.0Wesley Wiser-25/+22
2020-10-25Auto merge of #77526 - RalfJung:dont-promote-unions, r=lcnrbors-21/+30
2020-10-25Do not try to report on closures to avoid ICEYuki Okushi-0/+35
2020-10-25Auto merge of #78310 - ebroto:clippyup, r=Manishearthbors-577/+2159
2020-10-24Use check-pass in single-use-lifetime ui test suiteOlivia Crain-25/+25
2020-10-24Auto merge of #6187 - geoffreycopin:master, r=ebrotobors-45/+190
2020-10-24Auto merge of #6190 - montrivo:manual_result_unwrap_or, r=ebrotobors-37/+311
2020-10-24Auto merge of #6135 - cauebs:master, r=ebrotobors-190/+394
2020-10-24Auto merge of #78334 - jonas-schievink:rollup-z0gzbmm, r=jonas-schievinkbors-820/+1418
2020-10-24Add unbounded_depth to serde_json (clippy-driver)Eduardo Broto-1/+1
2020-10-24Rollup merge of #78327 - petrochenkov:inconsist, r=Aaron1011Jonas Schievink-4/+29
2020-10-24Rollup merge of #78318 - bugadani:tyctx-impl, r=petrochenkovJonas Schievink-4/+4
2020-10-24Rollup merge of #78272 - lcnr:abstract-const-unused-node, r=oli-obkJonas Schievink-21/+132
2020-10-24Rollup merge of #78191 - tmiasko:temp-match-branch-simplification, r=oli-obkJonas Schievink-48/+309
2020-10-24Rollup merge of #78119 - fusion-engineering-forks:panic-use-as-str, r=AmanieuJonas Schievink-3/+20
2020-10-24Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkorJonas Schievink-347/+448
2020-10-24Rollup merge of #78069 - fusion-engineering-forks:core-const-panic-str, r=Ral...Jonas Schievink-20/+60
2020-10-24Rollup merge of #77930 - estebank:ice-77919, r=eddybJonas Schievink-1/+63
2020-10-24Rollup merge of #77830 - cjgillot:remacro, r=oli-obkJonas Schievink-113/+72
2020-10-24Rollup merge of #77610 - hermitcore:dtors, r=m-ou-seJonas Schievink-167/+186
2020-10-24Rollup merge of #76614 - NoraCodes:nora/control_flow_enum, r=scottmcmJonas Schievink-28/+20
2020-10-24Rollup merge of #75115 - chansuke:sys-cloudabi-unsafe, r=KodrAusJonas Schievink-64/+75
2020-10-24MIR validation should check `SwitchInt` values are valid for the typeWesley Wiser-2/+24
2020-10-24Auto merge of #77255 - Aaron1011:feature/collect-attr-tokens, r=petrochenkovbors-138/+251
2020-10-24fix typoRalf Jung-1/+1
2020-10-24Compute proper module parent during resolutionAaron Hill-7/+73