| Age | Commit message (Expand) | Author | Lines |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -5/+5 |
| 2021-02-15 | :arrow_up: rust-analyzer | Laurențiu Nicola | -17/+18 |
| 2021-02-14 | bumped smallvec deps | klensy | -2/+2 |
| 2021-02-14 | Replace const_cstr with cstr crate | Xidorn Quan | -0/+1 |
| 2021-02-13 | Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se | bors | -2/+2 |
| 2021-02-13 | Fix clippy's path to the copy intrinsics. | Mara Bos | -2/+2 |
| 2021-02-13 | Auto merge of #81666 - hyd-dev:miri-windows-test-fail, r=Mark-Simulacrum | bors | -14/+16 |
| 2021-02-12 | Rollup merge of #81506 - vo4:hwasan, r=nagisa | Dylan DPC | -0/+8 |
| 2021-02-11 | Tell user how to fix CI file being not up to date | Mark Rousskov | -1/+5 |
| 2021-02-11 | Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup | flip1995 | -610/+1802 |
| 2021-02-10 | Auto merge of #81768 - calebcartwright:bump-rls-rustfmt, r=Xanewok | bors | -6/+5 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -2/+2 |
| 2021-02-10 | Rollup merge of #81951 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-02-10 | Rollup merge of #81913 - osa1:rename_unop_variants, r=matthewjasper | Yuki Okushi | -43/+43 |
| 2021-02-09 | Update cargo | Eric Huss | -0/+0 |
| 2021-02-09 | remove unused backtrace refs | Caleb Cartwright | -1/+0 |
| 2021-02-09 | update RLS and rustfmt | Caleb Cartwright | -5/+5 |
| 2021-02-09 | update Miri | Ralf Jung | -8/+8 |
| 2021-02-09 | Rename HIR UnOp variants | Ömer Sinan Ağacan | -43/+43 |
| 2021-02-09 | Rollup merge of #81882 - lnicola:rust-analyzer-2021-02-08, r=jonas-schievink | Dylan DPC | -16/+17 |
| 2021-02-08 | Rollup merge of #81817 - hameerabbasi:mcp-635, r=oli-obk | Mara Bos | -1/+17 |
| 2021-02-08 | Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-se | Mara Bos | -5/+5 |
| 2021-02-08 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+17 |
| 2021-02-07 | HWASan support | Tri Vo | -0/+8 |
| 2021-02-06 | Auto merge of #81832 - jonas-schievink:rollup-3nw53p0, r=jonas-schievink | bors | -38/+51 |
| 2021-02-07 | Extend the comment of `check_toolstate()` to clarify that the tool won't be s... | hyd-dev | -1/+4 |
| 2021-02-06 | Rollup merge of #81680 - camsteffen:primty, r=oli-obk | Jonas Schievink | -18/+4 |
| 2021-02-06 | Rollup merge of #81402 - ehuss:md-tidy, r=jyn514 | Jonas Schievink | -20/+47 |
| 2021-02-06 | Auto merge of #81824 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-02-06 | Add option to emit compiler stderr per bitwidth. | Hameer Abbasi | -1/+17 |
| 2021-02-06 | update Miri | Ralf Jung | -8/+8 |
| 2021-02-05 | Bump clippy version | Mark Rousskov | -2/+2 |
| 2021-02-05 | Don't release Miri if its tests only failed on Windows | hyd-dev | -13/+12 |
| 2021-02-05 | Rollup merge of #81456 - Amanieu:remote-test-server, r=Amanieu | Mara Bos | -15/+9 |
| 2021-02-05 | Auto merge of #81756 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-02-04 | Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995 | Mara Bos | -31/+31 |
| 2021-02-04 | Update cargo | Eric Huss | -0/+0 |
| 2021-02-04 | tidy: Run tidy style against markdown files. | Eric Huss | -20/+47 |
| 2021-02-04 | Auto merge of #81743 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2021-02-04 | update Miri | Ralf Jung | -7/+7 |
| 2021-02-03 | Suggest panic!("{}", ..) instead of panic!(..) clippy::expect_fun_call. | Mara Bos | -11/+11 |
| 2021-02-03 | Fix/allow non_fmt_panic in clippy tests. | Mara Bos | -20/+20 |
| 2021-02-03 | Use PrimTy in builtin type shadow lint | Cameron Steffen | -18/+4 |
| 2021-02-02 | Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy | Manish Goregaokar | -126/+518 |
| 2021-02-02 | Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiyn | Jack Huey | -1/+5 |
| 2021-02-02 | Rollup merge of #81260 - vn971:restore-editorconfig, r=Mark-Simulacrum | Jack Huey | -0/+2 |
| 2021-02-02 | Auto merge of #81405 - bugadani:ast, r=cjgillot | bors | -54/+94 |
| 2021-02-02 | Add .editorconfig | Vasili Novikov | -0/+2 |
| 2021-02-02 | Auto merge of #81539 - nikic:update-armhf-gnu, r=sanxiyn | bors | -2/+4 |
| 2021-02-02 | Auto merge of #81651 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |