| Age | Commit message (Expand) | Author | Lines |
| 2021-03-12 | Add fallible Scalar to ScalarInt conversion method | Oli Scherer | -13/+15 |
| 2021-03-12 | Intern valtree field vector | Oli Scherer | -9/+23 |
| 2021-03-12 | Implement valtree | Oli Scherer | -6/+132 |
| 2021-03-12 | Auto merge of #82422 - petrochenkov:allunst, r=oli-obk | bors | -2/+3 |
| 2021-03-12 | Improve suggestion and make it work for macros | Yusuke Tanaka | -6/+62 |
| 2021-03-12 | Auto merge of #82935 - henryboisdequin:diagnostic-cleanups, r=estebank | bors | -12/+46 |
| 2021-03-11 | wrong_self_convention: fix lint in case of `to_*_mut` method | Mateusz Gacek | -45/+189 |
| 2021-03-12 | Run analyses before thir-tree dumps | Ömer Sinan Ağacan | -24/+45 |
| 2021-03-12 | Emit the enum range assumption if the range only contains one element | hi-rustin | -1/+17 |
| 2021-03-12 | Add support for storing code model to LLVM module IR | Hiroki Noda | -1/+36 |
| 2021-03-12 | Don't show note if `span` is `DUMMY_SP` | Henry Boisdequin | -6/+40 |
| 2021-03-12 | Auto merge of #83042 - JohnTitor:rollup-s8efv94, r=JohnTitor | bors | -176/+377 |
| 2021-03-12 | Rollup merge of #83018 - oli-obk:float_check, r=davidtwco | Yuki Okushi | -2/+23 |
| 2021-03-12 | Rollup merge of #83013 - hyd-dev:cfg-unix-windows, r=bjorn3 | Yuki Okushi | -2/+7 |
| 2021-03-12 | Rollup merge of #83003 - notriddle:rustdoc-index-v3, r=GuillaumeGomez | Yuki Okushi | -42/+74 |
| 2021-03-12 | Rollup merge of #83001 - camelid:gitignore-vim-swap, r=Mark-Simulacrum | Yuki Okushi | -0/+2 |
| 2021-03-12 | Rollup merge of #82979 - GuillaumeGomez:run-button-pos, r=Nemo157 | Yuki Okushi | -1/+2 |
| 2021-03-12 | Rollup merge of #82966 - tspiteri:msys2-link, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-03-12 | Rollup merge of #82965 - XAMPPRocky:spv-ext, r=nagisa | Yuki Okushi | -0/+2 |
| 2021-03-12 | Rollup merge of #82950 - mockersf:slice-intra-doc-link, r=jyn514 | Yuki Okushi | -63/+64 |
| 2021-03-12 | Rollup merge of #82860 - LeSeulArtichaut:unpretty-thir, r=spastorino | Yuki Okushi | -62/+87 |
| 2021-03-12 | Rollup merge of #82571 - aDotInTheVoid:reexport-tests, r=CraftSpider | Yuki Okushi | -2/+114 |
| 2021-03-12 | Rollup merge of #80385 - camelid:clarify-cell-replace-docs, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-03-11 | stabilize debug_non_exhaustive | Gus Wynn | -3/+1 |
| 2021-03-12 | Support merge_functions option in NewPM since LLVM >= 12 | Hiroki Noda | -2/+6 |
| 2021-03-11 | Add tests for issues #82833 and #82859 | Nikita Popov | -0/+36 |
| 2021-03-11 | Auto merge of #82417 - the8472:fix-copy_file_range-append, r=m-ou-se | bors | -8/+28 |
| 2021-03-11 | Improve code by removing similar function calls and using loops instead for c... | Guillaume Gomez | -76/+49 |
| 2021-03-11 | Update doc alias ui tests | Guillaume Gomez | -24/+148 |
| 2021-03-11 | Update llvm-project submodule | Nikita Popov | -0/+0 |
| 2021-03-11 | Prevent JS error when there is no dependency or other crate documented | Guillaume Gomez | -1/+5 |
| 2021-03-11 | Auto merge of #6826 - TaKO8Ki:refactor-methods-mod, r=phansch | bors | -2023/+2382 |
| 2021-03-11 | Add `-Z unpretty` flag for the THIR | LeSeulArtichaut | -0/+25 |
| 2021-03-11 | Make THIR data structures public | LeSeulArtichaut | -62/+62 |
| 2021-03-11 | Auto merge of #82806 - nikic:memcpyopt-mssa, r=nagisa | bors | -0/+0 |
| 2021-03-11 | Don't implement mem::replace with mem::swap. | Mara Bos | -3/+9 |
| 2021-03-11 | Update RLS | Igor Matuszewski | -0/+0 |
| 2021-03-12 | fix: check before index into generated patterns | csmoe | -80/+25 |
| 2021-03-12 | add ui testcase for issue 82772 | csmoe | -8/+101 |
| 2021-03-11 | Auto merge of #6884 - matthiaskrgr:lintcheck_crate, r=Manishearth | bors | -234/+475 |
| 2021-03-11 | Auto merge of #82495 - LeSeulArtichaut:eager-thir, r=oli-obk | bors | -1750/+1560 |
| 2021-03-11 | Clean up handling of child process | Ryan Levick | -19/+9 |
| 2021-03-11 | Reintroduce accidentally deleted assertions. | Oli Scherer | -2/+23 |
| 2021-03-11 | doc line length fixes | Matthias Krüger | -4/+9 |
| 2021-03-11 | docs: basics.md: mention lintcheck | Matthias Krüger | -1/+9 |
| 2021-03-11 | lintcheck: fix clippy warnings | Matthias Krüger | -2/+8 |
| 2021-03-11 | lintcheck: fix --fix and document it in the readme. | Matthias Krüger | -1/+12 |
| 2021-03-11 | lintcheck: update logs | Matthias Krüger | -143/+306 |
| 2021-03-11 | lintcheck: fix bug where lint messages about macros coming from crate deps wo... | Matthias Krüger | -4/+24 |
| 2021-03-11 | lintcheck: update readme and remove the now redundant readme from clippy-dev | Matthias Krüger | -90/+5 |