about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-10-26Rustup to rust-lang/rust#65773flip1995-0/+108
2019-10-26Auto merge of #4736 - flip1995:icu_mul_add, r=matthiaskrgrbors-5/+6
2019-10-26Move manual_mul_add into nurseryflip1995-5/+6
2019-10-25Auto merge of #4733 - lzutao:how-rtim, r=flip1995bors-2/+14
2019-10-25build: install RTIM if it doesn't exist and upgrade it if it is in cargo bin ...Lzu Tao-2/+14
2019-10-24Auto merge of #4724 - lzutao:minor-appveyor, r=phanschbors-30/+33
2019-10-25appveyor: Leading space change onlyLzu Tao-29/+29
2019-10-25appveyor: Minor config changeLzu Tao-6/+9
2019-10-24Auto merge of #4721 - phansch:fix_try_err_in_ext_macro, r=flip1995bors-7/+37
2019-10-24Auto merge of #4713 - lzutao:no-reinstall-toolchain, r=phanschbors-2/+9
2019-10-24build: do not reinstall master toolchain if it is up-to-dateLzu Tao-2/+9
2019-10-24Remove clippy pluginmsizanoen-40/+0
2019-10-24Auto merge of #4650 - Mark-Simulacrum:clippy-up-lintstore-lockless, r=phanschbors-890/+1215
2019-10-24Fix dogfood findingsflip1995-27/+34
2019-10-24Revert "rustc-dev has been temporarily removed"flip1995-3/+3
2019-10-24Fix lint_without_lint_pass lintflip1995-22/+26
2019-10-24Fix testsflip1995-8/+3
2019-10-24Run ./util/dev fmtflip1995-7/+7
2019-10-24Rustup to rust-lang/rust#65657flip1995-3/+3
2019-10-24Update clippy_devMark Rousskov-8/+32
2019-10-24Update clippy for latest rustc changesMark Rousskov-854/+1149
2019-10-24Don't emit try_err lint in external macrosPhilipp Hansch-7/+37
2019-10-24Auto merge of #4675 - lzutao:improve-shellscript, r=phanschbors-113/+107
2019-10-23Auto merge of #4680 - hellow554:debug_assert_mut_call, r=flip1995bors-2/+465
2019-10-23Auto merge of #4691 - HMPerson1:suggest_iter, r=phanschbors-29/+92
2019-10-23Auto merge of #4718 - matthiaskrgr:cargo_metadata, r=phanschbors-3/+3
2019-10-23deps: update cargo_metadata from 0.8.0 to 0.9.0Matthias Krüger-3/+3
2019-10-23Auto merge of #4715 - rust-lang:rustup, r=phanschbors-9/+12
2019-10-22Use StableHasher in SpanlessHasherflip1995-8/+11
2019-10-22Don't hash spans in SpanlessHasherflip1995-2/+2
2019-10-22build: remove needless BASE_TESTS envLzu Tao-4/+2
2019-10-22Early exit if errors in integration testsLzu Tao-1/+1
2019-10-22build: remove travis_waitLzu Tao-1/+1
2019-10-22nit: ! is not on a condition and skips errexitLzu Tao-1/+1
2019-10-22build: use shared target dirLzu Tao-4/+11
2019-10-22Add lint for debug_assert_with_mut_callMarcel Hellwig-2/+465
2019-10-22macos: symlink rustc dev libs to /usr/local/libLzu Tao-5/+10
2019-10-22build: improve script and travis configLzu Tao-101/+85
2019-10-20Auto merge of #4702 - lzutao:build/debug-integration-clippy, r=phanschbors-16/+19
2019-10-19build: use clippy's debug build in integration testLzu Tao-16/+19
2019-10-19Auto merge of #4692 - lzutao:use-opt-profile-rtim, r=phanschbors-8/+4
2019-10-19Auto merge of #4700 - lzutao:rustup-65535, r=phanschbors-2/+2
2019-10-19rustup https://github.com/rust-lang/rust/pull/65535Lzu Tao-2/+2
2019-10-18Auto merge of #4696 - rust-lang:need-not-use-proc-macro, r=phanschbors-7/+38
2019-10-18Fix suggestion for rangesHMPerson1-4/+12
2019-10-18Omit proc macros from `must_use_candidate`Andre Bogus-7/+38
2019-10-18Auto merge of #4657 - Licenser:additional-restrictions, r=flip1995bors-39/+342
2019-10-18build: use release build of RTIMLzu Tao-8/+4
2019-10-18Split out testsHeinz N. Gies-171/+245
2019-10-18Add expectHeinz N. Gies-3/+94