about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-10-10Use match_function_call wherever possibleMatthias Seiffert-42/+21
2019-10-10Move match_function_call to utilsMatthias Seiffert-21/+25
2019-10-10Auto merge of #4646 - lzutao:make-pr-guides-visible, r=flip1995bors-2/+3
2019-10-10PR template might not be stripped by contributorsLzu Tao-2/+3
2019-10-09Auto merge of #4616 - mati865:license, r=Manishearthbors-7/+7
2019-10-09Auto merge of #4615 - nikofil:suspicious_unary_op_formatting, r=flip1995bors-3/+134
2019-10-09New lint: suspicious_unary_op_formattingNikos Filippakis-3/+134
2019-10-09Auto merge of #4635 - Lythenas:suggestions-for-assert-false, r=flip1995bors-34/+152
2019-10-08Auto merge of #4602 - EthanTheMaster:issue-4001, r=flip1995bors-2/+258
2019-10-08Addresses Issue #4001Ethan Lam-2/+258
2019-10-08Auto merge of #4641 - sinkuu:revert_workaround, r=phanschbors-14/+3
2019-10-08Auto merge of #4627 - kerhong:fix-typo-in-inherent-to-string, r=phanschbors-2/+2
2019-10-08Auto merge of #4611 - rust-lang:doc-visibility, r=flip1995bors-26/+150
2019-10-08Auto merge of #4595 - rust-lang:rustbot, r=flip1995bors-0/+7
2019-10-08Auto merge of #4592 - rust-lang:transmute-collection, r=flip1995bors-257/+490
2019-10-08Revert "Workaround cargo bug on Windows"Shotaro Yamada-14/+3
2019-10-08Auto merge of #4628 - flip1995:rustup, r=phanschbors-260/+71
2019-10-07Reduce duplicationMatthias Seiffert-64/+59
2019-10-07Match any expr for panic messageMatthias Seiffert-16/+25
2019-10-07Make if_chain more readableMatthias Seiffert-38/+55
2019-10-07Add message to replace assert!(false) helpMatthias Seiffert-9/+106
2019-10-06Move is_argument check into mutateflip1995-13/+31
2019-10-05Run util/dev fmtflip1995-35/+11
2019-10-05Get rid of rvalue_promotable_map method callflip1995-17/+10
2019-10-05Merge consume and consume_pat in escape analysisflip1995-67/+11
2019-10-04Use new format of licensesMateusz Mikuła-7/+7
2019-10-04Fix needless_pass_by_valueflip1995-109/+15
2019-10-04Rustup to rust-lang/rust#64874flip1995-46/+20
2019-10-04Auto merge of #4613 - Lythenas:lint-assert_eq-unit_exprs, r=flip1995bors-4/+131
2019-10-04Fix typo in inherent_to_string documentationEdgars Baduns-2/+2
2019-10-04Auto merge of #4621 - JohnTitor:fix-windows, r=phanschbors-1/+1
2019-10-04Auto merge of #4625 - phansch:rollup-qp7ki0h, r=phanschbors-205/+733
2019-10-04Auto merge of #4622 - Lythenas:fix-doc-formatting-for-mistyped-literal-suffix...bors-3/+3
2019-10-04Rollup merge of #4614 - HMPerson1:abs_cast_unsigned, r=flip1995Phil Hansch-0/+16
2019-10-04Rollup merge of #4509 - sinkuu:redundant_clone_fix, r=llogiqPhil Hansch-205/+717
2019-10-04Auto merge of #4624 - sinkuu:workaround_cargo, r=llogiqbors-3/+14
2019-10-04Use home::cargo_homeShotaro Yamada-1/+3
2019-10-04Workaround cargo bug on WindowsShotaro Yamada-3/+12
2019-10-03Correctly align doc of mistyped literal suffixesMatthias Seiffert-3/+3
2019-10-04Use windows-sdk-10.1 to avoid installation failureYuki Okushi-1/+1
2019-10-03Fix license in Cargo.toml filesMateusz Mikuła-2/+2
2019-10-03Remove assert_ne example from docMatthias Seiffert-6/+0
2019-10-03Update unit_cmp tests to include blocks for assertsMatthias Seiffert-15/+67
2019-10-03Mention asserts in doc for unit_cmp lintMatthias Seiffert-1/+16
2019-10-03Update the .stderr to include the backticksMatthias Seiffert-4/+4
2019-10-03Print assert macro name in backticksMatthias Seiffert-1/+1
2019-10-03extern rustc_indexShotaro Yamada-5/+4
2019-10-03Add commentsShotaro Yamada-14/+41
2019-10-03Resolve reviewsShotaro Yamada-14/+12
2019-10-03Apply suggestionShotaro Yamada-2/+1