| Age | Commit message (Expand) | Author | Lines |
| 2019-10-10 | Use match_function_call wherever possible | Matthias Seiffert | -42/+21 |
| 2019-10-10 | Move match_function_call to utils | Matthias Seiffert | -21/+25 |
| 2019-10-10 | Auto merge of #4646 - lzutao:make-pr-guides-visible, r=flip1995 | bors | -2/+3 |
| 2019-10-10 | PR template might not be stripped by contributors | Lzu Tao | -2/+3 |
| 2019-10-09 | Auto merge of #4616 - mati865:license, r=Manishearth | bors | -7/+7 |
| 2019-10-09 | Auto merge of #4615 - nikofil:suspicious_unary_op_formatting, r=flip1995 | bors | -3/+134 |
| 2019-10-09 | New lint: suspicious_unary_op_formatting | Nikos Filippakis | -3/+134 |
| 2019-10-09 | Auto merge of #4635 - Lythenas:suggestions-for-assert-false, r=flip1995 | bors | -34/+152 |
| 2019-10-08 | Auto merge of #4602 - EthanTheMaster:issue-4001, r=flip1995 | bors | -2/+258 |
| 2019-10-08 | Addresses Issue #4001 | Ethan Lam | -2/+258 |
| 2019-10-08 | Auto merge of #4641 - sinkuu:revert_workaround, r=phansch | bors | -14/+3 |
| 2019-10-08 | Auto merge of #4627 - kerhong:fix-typo-in-inherent-to-string, r=phansch | bors | -2/+2 |
| 2019-10-08 | Auto merge of #4611 - rust-lang:doc-visibility, r=flip1995 | bors | -26/+150 |
| 2019-10-08 | Auto merge of #4595 - rust-lang:rustbot, r=flip1995 | bors | -0/+7 |
| 2019-10-08 | Auto merge of #4592 - rust-lang:transmute-collection, r=flip1995 | bors | -257/+490 |
| 2019-10-08 | Revert "Workaround cargo bug on Windows" | Shotaro Yamada | -14/+3 |
| 2019-10-08 | Auto merge of #4628 - flip1995:rustup, r=phansch | bors | -260/+71 |
| 2019-10-07 | Reduce duplication | Matthias Seiffert | -64/+59 |
| 2019-10-07 | Match any expr for panic message | Matthias Seiffert | -16/+25 |
| 2019-10-07 | Make if_chain more readable | Matthias Seiffert | -38/+55 |
| 2019-10-07 | Add message to replace assert!(false) help | Matthias Seiffert | -9/+106 |
| 2019-10-06 | Move is_argument check into mutate | flip1995 | -13/+31 |
| 2019-10-05 | Run util/dev fmt | flip1995 | -35/+11 |
| 2019-10-05 | Get rid of rvalue_promotable_map method call | flip1995 | -17/+10 |
| 2019-10-05 | Merge consume and consume_pat in escape analysis | flip1995 | -67/+11 |
| 2019-10-04 | Use new format of licenses | Mateusz Mikuła | -7/+7 |
| 2019-10-04 | Fix needless_pass_by_value | flip1995 | -109/+15 |
| 2019-10-04 | Rustup to rust-lang/rust#64874 | flip1995 | -46/+20 |
| 2019-10-04 | Auto merge of #4613 - Lythenas:lint-assert_eq-unit_exprs, r=flip1995 | bors | -4/+131 |
| 2019-10-04 | Fix typo in inherent_to_string documentation | Edgars Baduns | -2/+2 |
| 2019-10-04 | Auto merge of #4621 - JohnTitor:fix-windows, r=phansch | bors | -1/+1 |
| 2019-10-04 | Auto merge of #4625 - phansch:rollup-qp7ki0h, r=phansch | bors | -205/+733 |
| 2019-10-04 | Auto merge of #4622 - Lythenas:fix-doc-formatting-for-mistyped-literal-suffix... | bors | -3/+3 |
| 2019-10-04 | Rollup merge of #4614 - HMPerson1:abs_cast_unsigned, r=flip1995 | Phil Hansch | -0/+16 |
| 2019-10-04 | Rollup merge of #4509 - sinkuu:redundant_clone_fix, r=llogiq | Phil Hansch | -205/+717 |
| 2019-10-04 | Auto merge of #4624 - sinkuu:workaround_cargo, r=llogiq | bors | -3/+14 |
| 2019-10-04 | Use home::cargo_home | Shotaro Yamada | -1/+3 |
| 2019-10-04 | Workaround cargo bug on Windows | Shotaro Yamada | -3/+12 |
| 2019-10-03 | Correctly align doc of mistyped literal suffixes | Matthias Seiffert | -3/+3 |
| 2019-10-04 | Use windows-sdk-10.1 to avoid installation failure | Yuki Okushi | -1/+1 |
| 2019-10-03 | Fix license in Cargo.toml files | Mateusz Mikuła | -2/+2 |
| 2019-10-03 | Remove assert_ne example from doc | Matthias Seiffert | -6/+0 |
| 2019-10-03 | Update unit_cmp tests to include blocks for asserts | Matthias Seiffert | -15/+67 |
| 2019-10-03 | Mention asserts in doc for unit_cmp lint | Matthias Seiffert | -1/+16 |
| 2019-10-03 | Update the .stderr to include the backticks | Matthias Seiffert | -4/+4 |
| 2019-10-03 | Print assert macro name in backticks | Matthias Seiffert | -1/+1 |
| 2019-10-03 | extern rustc_index | Shotaro Yamada | -5/+4 |
| 2019-10-03 | Add comments | Shotaro Yamada | -14/+41 |
| 2019-10-03 | Resolve reviews | Shotaro Yamada | -14/+12 |
| 2019-10-03 | Apply suggestion | Shotaro Yamada | -2/+1 |