about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-11-29Use exec_env to set backtrace level and normalize outputPhilipp Hansch-2/+6
2019-11-29Update custom ICE function with latest rustcPhilipp Hansch-1/+1
2019-11-29Use Clippy version in ICE messagePhilipp Hansch-2/+4
2019-11-29Add custom ICE message that points to Clippy repoPhilipp Hansch-1/+120
2019-11-29Auto merge of #4837 - flip1995:integration, r=phanschbors-44/+83
2019-11-29Fix master deploymentPhilipp Hansch-0/+1
2019-11-29Auto merge of #4856 - lzutao:rtim-non-installed, r=flip1995bors-4/+3
2019-11-29Auto merge of #4863 - phansch:use_self, r=flip1995bors-3/+3
2019-11-29Auto merge of #4845 - flip1995:clippy_toml_deps, r=phanschbors-3/+2
2019-11-29Run update_lintsflip1995-1/+1
2019-11-29Auto merge of #4857 - rust-lang:rustup, r=matthewjasper,oli-obkbors-96/+67
2019-11-29Add projections check to EUV for escape analysisflip1995-25/+29
2019-11-29Use infer_ctxtflip1995-24/+16
2019-11-29Move use_self to nurseryPhilipp Hansch-2/+2
2019-11-28Use `println!` on success instead of `eprintln!`Philipp Krones-1/+1
2019-11-28Revert "Disable chalk integration test. Output too large"flip1995-3/+2
2019-11-28Remove the old integration-tests.sh scriptflip1995-37/+0
2019-11-28Use rust implementation for integration tests in CIflip1995-4/+3
2019-11-28Rust implementation of integration testflip1995-0/+78
2019-11-28Don't error on clippy.toml of dependenciesflip1995-3/+2
2019-11-28Fix categorizationsManish Goregaokar-25/+12
2019-11-28Fix arguments on ExprUseVisitor::newManish Goregaokar-8/+2
2019-11-28euv moved from middle to typeckManish Goregaokar-15/+9
2019-11-28cmt_ -> PlaceManish Goregaokar-17/+17
2019-11-28build: check if RTIM is not installedLzu Tao-4/+3
2019-11-28Auto merge of #4849 - flip1995:deny_warnings, r=phanschbors-9/+21
2019-11-28Auto merge of #4855 - phansch:rollup-x7yail7, r=phanschbors-3/+132
2019-11-28Rollup merge of #4847 - rust-lang:offest, r=phanschPhil Hansch-1/+1
2019-11-28Rollup merge of #4842 - timbodeit:comparison-chain-false-positive-4827, r=fli...Phil Hansch-2/+113
2019-11-28Rollup merge of #4832 - dario23:i4829, r=phanschPhil Hansch-0/+18
2019-11-28Auto merge of #4851 - daxpedda:float-arithmetic, r=flip1995bors-5/+9
2019-11-28Auto merge of #4821 - Areredify:as_conversions, r=flip1995bors-4/+106
2019-11-28Auto merge of #4808 - euclio:string-lit-as-bytes, r=phanschbors-47/+52
2019-11-28Auto merge of #4848 - lzutao:result-map_or, r=flip1995bors-16/+16
2019-11-28make use of Result::map_orLzu Tao-16/+16
2019-11-27Auto merge of #4846 - flip1995:rustup, r=Manishearthbors-84/+99
2019-11-27config.usize_ty -> config.ptr_widthManish Goregaokar-1/+1
2019-11-27Add blank stderr file for cant_be_const testManish Goregaokar-0/+0
2019-11-27More borrowkind fixesManish Goregaokar-5/+5
2019-11-27Re-add wildcards for BorrowKind in some placesManish Goregaokar-12/+18
2019-11-27Merge pull request #4852 from lzutao/cargo_installManish Goregaokar-8/+7
2019-11-27Add BorrowKind::RefManish Goregaokar-53/+53
2019-11-27rustup cargo install-upgradeLzu Tao-8/+7
2019-11-26trigger string_lit_as_bytes when literal has escapesAndy Russell-47/+52
2019-11-25Remove negative float literal checks.daxpedda-5/+9
2019-11-25Enable deny-warnings feature everywhere in CIflip1995-3/+16
2019-11-25Remove unused debugging featureflip1995-6/+5
2019-11-25implemented `as_conversions` lintMikhail Babenko-4/+106
2019-11-25Run rustfmtflip1995-8/+18
2019-11-25fixing a typoAndre Bogus-1/+1