| Age | Commit message (Expand) | Author | Lines |
| 2019-11-29 | Use exec_env to set backtrace level and normalize output | Philipp Hansch | -2/+6 |
| 2019-11-29 | Update custom ICE function with latest rustc | Philipp Hansch | -1/+1 |
| 2019-11-29 | Use Clippy version in ICE message | Philipp Hansch | -2/+4 |
| 2019-11-29 | Add custom ICE message that points to Clippy repo | Philipp Hansch | -1/+120 |
| 2019-11-29 | Auto merge of #4837 - flip1995:integration, r=phansch | bors | -44/+83 |
| 2019-11-29 | Fix master deployment | Philipp Hansch | -0/+1 |
| 2019-11-29 | Auto merge of #4856 - lzutao:rtim-non-installed, r=flip1995 | bors | -4/+3 |
| 2019-11-29 | Auto merge of #4863 - phansch:use_self, r=flip1995 | bors | -3/+3 |
| 2019-11-29 | Auto merge of #4845 - flip1995:clippy_toml_deps, r=phansch | bors | -3/+2 |
| 2019-11-29 | Run update_lints | flip1995 | -1/+1 |
| 2019-11-29 | Auto merge of #4857 - rust-lang:rustup, r=matthewjasper,oli-obk | bors | -96/+67 |
| 2019-11-29 | Add projections check to EUV for escape analysis | flip1995 | -25/+29 |
| 2019-11-29 | Use infer_ctxt | flip1995 | -24/+16 |
| 2019-11-29 | Move use_self to nursery | Philipp Hansch | -2/+2 |
| 2019-11-28 | Use `println!` on success instead of `eprintln!` | Philipp Krones | -1/+1 |
| 2019-11-28 | Revert "Disable chalk integration test. Output too large" | flip1995 | -3/+2 |
| 2019-11-28 | Remove the old integration-tests.sh script | flip1995 | -37/+0 |
| 2019-11-28 | Use rust implementation for integration tests in CI | flip1995 | -4/+3 |
| 2019-11-28 | Rust implementation of integration test | flip1995 | -0/+78 |
| 2019-11-28 | Don't error on clippy.toml of dependencies | flip1995 | -3/+2 |
| 2019-11-28 | Fix categorizations | Manish Goregaokar | -25/+12 |
| 2019-11-28 | Fix arguments on ExprUseVisitor::new | Manish Goregaokar | -8/+2 |
| 2019-11-28 | euv moved from middle to typeck | Manish Goregaokar | -15/+9 |
| 2019-11-28 | cmt_ -> Place | Manish Goregaokar | -17/+17 |
| 2019-11-28 | build: check if RTIM is not installed | Lzu Tao | -4/+3 |
| 2019-11-28 | Auto merge of #4849 - flip1995:deny_warnings, r=phansch | bors | -9/+21 |
| 2019-11-28 | Auto merge of #4855 - phansch:rollup-x7yail7, r=phansch | bors | -3/+132 |
| 2019-11-28 | Rollup merge of #4847 - rust-lang:offest, r=phansch | Phil Hansch | -1/+1 |
| 2019-11-28 | Rollup merge of #4842 - timbodeit:comparison-chain-false-positive-4827, r=fli... | Phil Hansch | -2/+113 |
| 2019-11-28 | Rollup merge of #4832 - dario23:i4829, r=phansch | Phil Hansch | -0/+18 |
| 2019-11-28 | Auto merge of #4851 - daxpedda:float-arithmetic, r=flip1995 | bors | -5/+9 |
| 2019-11-28 | Auto merge of #4821 - Areredify:as_conversions, r=flip1995 | bors | -4/+106 |
| 2019-11-28 | Auto merge of #4808 - euclio:string-lit-as-bytes, r=phansch | bors | -47/+52 |
| 2019-11-28 | Auto merge of #4848 - lzutao:result-map_or, r=flip1995 | bors | -16/+16 |
| 2019-11-28 | make use of Result::map_or | Lzu Tao | -16/+16 |
| 2019-11-27 | Auto merge of #4846 - flip1995:rustup, r=Manishearth | bors | -84/+99 |
| 2019-11-27 | config.usize_ty -> config.ptr_width | Manish Goregaokar | -1/+1 |
| 2019-11-27 | Add blank stderr file for cant_be_const test | Manish Goregaokar | -0/+0 |
| 2019-11-27 | More borrowkind fixes | Manish Goregaokar | -5/+5 |
| 2019-11-27 | Re-add wildcards for BorrowKind in some places | Manish Goregaokar | -12/+18 |
| 2019-11-27 | Merge pull request #4852 from lzutao/cargo_install | Manish Goregaokar | -8/+7 |
| 2019-11-27 | Add BorrowKind::Ref | Manish Goregaokar | -53/+53 |
| 2019-11-27 | rustup cargo install-upgrade | Lzu Tao | -8/+7 |
| 2019-11-26 | trigger string_lit_as_bytes when literal has escapes | Andy Russell | -47/+52 |
| 2019-11-25 | Remove negative float literal checks. | daxpedda | -5/+9 |
| 2019-11-25 | Enable deny-warnings feature everywhere in CI | flip1995 | -3/+16 |
| 2019-11-25 | Remove unused debugging feature | flip1995 | -6/+5 |
| 2019-11-25 | implemented `as_conversions` lint | Mikhail Babenko | -4/+106 |
| 2019-11-25 | Run rustfmt | flip1995 | -8/+18 |
| 2019-11-25 | fixing a typo | Andre Bogus | -1/+1 |