| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-02-01 | Update cargo | Eric Huss | -0/+0 |
| 2021-02-02 | Auto merge of #81557 - GuillaumeGomez:primitive-search, r=ollie27 | bors | -0/+4 |
| 2021-02-01 | Auto merge of #81625 - jonas-schievink:rollup-mshpp2n, r=jonas-schievink | bors | -1/+1 |
| 2021-02-01 | Improve diff display in case the whole key in missing | Guillaume Gomez | -0/+4 |
| 2021-02-01 | Rollup merge of #81387 - c410-f3r:tests-tests-tests, r=petrochenkov | Jonas Schievink | -1/+1 |
| 2021-02-01 | :arrow_up: rust-analyzer | Jonas Schievink | -32/+15 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -4/+19 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -54/+94 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -1/+1 |
| 2021-01-31 | update Miri | Ralf Jung | -7/+9 |
| 2021-01-30 | Update clippy test output for panic macros. | Mara Bos | -4/+19 |
| 2021-01-30 | Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup | flip1995 | -453/+6060 |
| 2021-01-30 | Rollup merge of #81501 - calebcartwright:update-rustfmt, r=sanxiyn | Yuki Okushi | -5/+5 |
| 2021-01-30 | Update armhf-gnu to Ubuntu 20.04 | Nikita Popov | -2/+4 |
| 2021-01-29 | update Miri | Ralf Jung | -7/+7 |
| 2021-01-28 | update rustfmt to v1.4.34 | Caleb Cartwright | -5/+5 |
| 2021-01-29 | Rollup merge of #81176 - camsteffen:qpath-res, r=oli-obk | Yuki Okushi | -58/+45 |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -3/+3 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -3/+3 |
| 2021-01-28 | Rollup merge of #81445 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-01-28 | Rollup merge of #81428 - phansch:compiletest-tests, r=Mark-Simulacrum | Yuki Okushi | -1/+20 |
| 2021-01-28 | Rollup merge of #81277 - flip1995:from_diag_items, r=matthewjasper | Yuki Okushi | -6/+2 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -30/+24 |
| 2021-01-27 | Preserve existing LD_LIBRARY_PATH in remote-test-server | Amanieu d'Antras | -15/+9 |
| 2021-01-27 | Support AArch64 big-endian and ILP32 in compiletest | Amanieu d'Antras | -1/+5 |
| 2021-01-27 | Update cargo | Eric Huss | -0/+0 |
| 2021-01-27 | compiletest: Add two more unit tests | Philipp Hansch | -1/+20 |
| 2021-01-25 | tidy: Remove unnecessary trailing semicolon. | Eric Huss | -1/+1 |
| 2021-01-25 | tidy: Remove edition filter exceptions. | Eric Huss | -15/+1 |
| 2021-01-25 | tidy: Remove cargo check. | Eric Huss | -95/+0 |
| 2021-01-25 | update Miri | Ralf Jung | -7/+7 |
| 2021-01-24 | libtest: allow multiple filters | Eric Huss | -5/+5 |
| 2021-01-24 | Rollup merge of #81320 - CraftSpider:jsondoc-errors, r=jyn514 | Jonas Schievink | -1/+16 |
| 2021-01-23 | fmt | Rune Tynan | -4/+6 |
| 2021-01-23 | Make bad shlex parsing a pretty error | Rune Tynan | -1/+14 |
| 2021-01-23 | Rollup merge of #81245 - ehuss:update-cargo, r=ehuss | Jonas Schievink | -0/+0 |
| 2021-01-22 | Make more traits of the From/Into family diagnostic items | flip1995 | -6/+2 |
| 2021-01-22 | Rollup merge of #81236 - estebank:everybody-loop-now, r=oli-obk | Mara Bos | -11/+11 |
| 2021-01-22 | Auto merge of #81135 - jyn514:no-backticks, r=flip1995 | bors | -17/+17 |
| 2021-01-21 | Fix clippy and comment | Esteban Küber | -6/+6 |
| 2021-01-21 | Add loop head span to hir | Esteban Küber | -6/+6 |
| 2021-01-21 | Update cargo | Eric Huss | -0/+0 |