| Age | Commit message (Expand) | Author | Lines |
| 2019-10-26 | Rustup to rust-lang/rust#65773 | flip1995 | -0/+108 |
| 2019-10-26 | Auto merge of #4736 - flip1995:icu_mul_add, r=matthiaskrgr | bors | -5/+6 |
| 2019-10-26 | Move manual_mul_add into nursery | flip1995 | -5/+6 |
| 2019-10-25 | Auto merge of #4733 - lzutao:how-rtim, r=flip1995 | bors | -2/+14 |
| 2019-10-25 | build: install RTIM if it doesn't exist and upgrade it if it is in cargo bin ... | Lzu Tao | -2/+14 |
| 2019-10-24 | Auto merge of #4724 - lzutao:minor-appveyor, r=phansch | bors | -30/+33 |
| 2019-10-25 | appveyor: Leading space change only | Lzu Tao | -29/+29 |
| 2019-10-25 | appveyor: Minor config change | Lzu Tao | -6/+9 |
| 2019-10-24 | Auto merge of #4721 - phansch:fix_try_err_in_ext_macro, r=flip1995 | bors | -7/+37 |
| 2019-10-24 | Auto merge of #4713 - lzutao:no-reinstall-toolchain, r=phansch | bors | -2/+9 |
| 2019-10-24 | build: do not reinstall master toolchain if it is up-to-date | Lzu Tao | -2/+9 |
| 2019-10-24 | Remove clippy plugin | msizanoen | -40/+0 |
| 2019-10-24 | Auto merge of #4650 - Mark-Simulacrum:clippy-up-lintstore-lockless, r=phansch | bors | -890/+1215 |
| 2019-10-24 | Fix dogfood findings | flip1995 | -27/+34 |
| 2019-10-24 | Revert "rustc-dev has been temporarily removed" | flip1995 | -3/+3 |
| 2019-10-24 | Fix lint_without_lint_pass lint | flip1995 | -22/+26 |
| 2019-10-24 | Fix tests | flip1995 | -8/+3 |
| 2019-10-24 | Run ./util/dev fmt | flip1995 | -7/+7 |
| 2019-10-24 | Rustup to rust-lang/rust#65657 | flip1995 | -3/+3 |
| 2019-10-24 | Update clippy_dev | Mark Rousskov | -8/+32 |
| 2019-10-24 | Update clippy for latest rustc changes | Mark Rousskov | -854/+1149 |
| 2019-10-24 | Don't emit try_err lint in external macros | Philipp Hansch | -7/+37 |
| 2019-10-24 | Auto merge of #4675 - lzutao:improve-shellscript, r=phansch | bors | -113/+107 |
| 2019-10-23 | Auto merge of #4680 - hellow554:debug_assert_mut_call, r=flip1995 | bors | -2/+465 |
| 2019-10-23 | Auto merge of #4691 - HMPerson1:suggest_iter, r=phansch | bors | -29/+92 |
| 2019-10-23 | Auto merge of #4718 - matthiaskrgr:cargo_metadata, r=phansch | bors | -3/+3 |
| 2019-10-23 | deps: update cargo_metadata from 0.8.0 to 0.9.0 | Matthias Krüger | -3/+3 |
| 2019-10-23 | Auto merge of #4715 - rust-lang:rustup, r=phansch | bors | -9/+12 |
| 2019-10-22 | Use StableHasher in SpanlessHasher | flip1995 | -8/+11 |
| 2019-10-22 | Don't hash spans in SpanlessHasher | flip1995 | -2/+2 |
| 2019-10-22 | build: remove needless BASE_TESTS env | Lzu Tao | -4/+2 |
| 2019-10-22 | Early exit if errors in integration tests | Lzu Tao | -1/+1 |
| 2019-10-22 | build: remove travis_wait | Lzu Tao | -1/+1 |
| 2019-10-22 | nit: ! is not on a condition and skips errexit | Lzu Tao | -1/+1 |
| 2019-10-22 | build: use shared target dir | Lzu Tao | -4/+11 |
| 2019-10-22 | Add lint for debug_assert_with_mut_call | Marcel Hellwig | -2/+465 |
| 2019-10-22 | macos: symlink rustc dev libs to /usr/local/lib | Lzu Tao | -5/+10 |
| 2019-10-22 | build: improve script and travis config | Lzu Tao | -101/+85 |
| 2019-10-20 | Auto merge of #4702 - lzutao:build/debug-integration-clippy, r=phansch | bors | -16/+19 |
| 2019-10-19 | build: use clippy's debug build in integration test | Lzu Tao | -16/+19 |
| 2019-10-19 | Auto merge of #4692 - lzutao:use-opt-profile-rtim, r=phansch | bors | -8/+4 |
| 2019-10-19 | Auto merge of #4700 - lzutao:rustup-65535, r=phansch | bors | -2/+2 |
| 2019-10-19 | rustup https://github.com/rust-lang/rust/pull/65535 | Lzu Tao | -2/+2 |
| 2019-10-18 | Auto merge of #4696 - rust-lang:need-not-use-proc-macro, r=phansch | bors | -7/+38 |
| 2019-10-18 | Fix suggestion for ranges | HMPerson1 | -4/+12 |
| 2019-10-18 | Omit proc macros from `must_use_candidate` | Andre Bogus | -7/+38 |
| 2019-10-18 | Auto merge of #4657 - Licenser:additional-restrictions, r=flip1995 | bors | -39/+342 |
| 2019-10-18 | build: use release build of RTIM | Lzu Tao | -8/+4 |
| 2019-10-18 | Split out tests | Heinz N. Gies | -171/+245 |
| 2019-10-18 | Add expect | Heinz N. Gies | -3/+94 |