| Age | Commit message (Expand) | Author | Lines |
| 2022-03-14 | bootstrap: correct reading of flags for llvm | Jon Gjengset | -2/+13 |
| 2022-03-02 | [beta] Update cargo | Eric Huss | -0/+0 |
| 2022-02-21 | Fix up unused imports in rustfmt tests | Mark Rousskov | -5/+4 |
| 2022-02-18 | Rollup merge of #93953 - jackh726:known_bug, r=Mark-Simulacrum | Matthias Krüger | -221/+186 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -0/+5 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -10/+2 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -10/+2 |
| 2022-02-17 | Don't lint `needless_borrow` in method receiver positions | Jason Newcomb | -26/+8 |
| 2022-02-17 | Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-02-16 | Rollup merge of #94054 - lnicola:rust-analyzer-2022-02-16, r=lnicola | Matthias Krüger | -22/+16 |
| 2022-02-16 | :arrow_up: rust-analyzer | Laurențiu Nicola | -22/+16 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -0/+5 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -1/+1 |
| 2022-02-16 | Correctly mark the span of captured arguments in `format_args!()` | Chayim Refael Friedman | -1/+1 |
| 2022-02-15 | Update cargo | Eric Huss | -0/+0 |
| 2022-02-15 | Rollup merge of #94014 - flip1995:clippy_transmute_lint_regroup, r=dtolnay | Matthias Krüger | -3/+2 |
| 2022-02-15 | Auto merge of #93148 - nnethercote:Uniq, r=fee1-dead | bors | -91/+92 |
| 2022-02-15 | Move transmute_undefined_repr back to nursery | flip1995 | -3/+2 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -12/+12 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -2/+2 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -77/+78 |
| 2022-02-15 | Auto merge of #93863 - pierwill:fix-93676, r=Mark-Simulacrum | bors | -2/+3 |
| 2022-02-14 | Don't allow error annotations in known-bug tests | Jack Huey | -7/+11 |
| 2022-02-14 | Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnr | bors | -4/+4 |
| 2022-02-13 | Update `sha1`, `sha2`, and `md5` dependencies | pierwill | -2/+3 |
| 2022-02-13 | Auto merge of #93713 - klensy:deps-up, r=Mark-Simulacrum | bors | -2/+1 |
| 2022-02-12 | Cleanup header parsing by extracting common logic | Jack Huey | -229/+168 |
| 2022-02-12 | Add the known-bug compiletest prop | Jack Huey | -1/+23 |
| 2022-02-12 | Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk | bors | -2/+10 |
| 2022-02-12 | Auto merge of #93939 - RalfJung:miri, r=RalfJung | bors | -11/+7 |
| 2022-02-12 | update miri | Ralf Jung | -11/+7 |
| 2022-02-12 | change to a struct variant | Ellen | -4/+4 |
| 2022-02-12 | Rollup merge of #93898 - GuillaumeGomez:error-code-check, r=Mark-Simulacrum | Matthias Krüger | -4/+29 |
| 2022-02-12 | Rollup merge of #93897 - schopin-pro:linkchecker-symlink, r=Mark-Simulacrum | Matthias Krüger | -2/+3 |
| 2022-02-12 | Bless clippy test. | Camille GILLOT | -2/+10 |
| 2022-02-11 | Rollup merge of #93660 - aDotInTheVoid:rustdoc-type-tests, r=CraftSpider | Matthias Krüger | -2/+16 |
| 2022-02-11 | Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk | bors | -1/+0 |
| 2022-02-11 | Auto merge of #93891 - matthiaskrgr:rollup-xadut8w, r=matthiaskrgr | bors | -1/+4 |
| 2022-02-11 | Check that error code explanations are listed in error_codes.rs | Guillaume Gomez | -4/+29 |
| 2022-02-11 | linkchecker: fix panic on directory symlinks | Simon Chopin | -2/+3 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -1/+0 |
| 2022-02-11 | Rollup merge of #93742 - Mark-Simulacrum:skip-rustc-docs-complete, r=pietroal... | Matthias Krüger | -1/+4 |
| 2022-02-11 | Auto merge of #93865 - flip1995:clippyup, r=Manishearth,flip1995 | bors | -3159/+4465 |
| 2022-02-10 | Clippy: Fix botstrap fallout | flip1995 | -21/+24 |
| 2022-02-10 | Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup | flip1995 | -3159/+4462 |
| 2022-02-10 | Update rls | Eric Huss | -0/+0 |
| 2022-02-09 | jsondocck: Improved error messages for invalid json value and failed @count c... | Nixon Enraght-Moony | -2/+16 |
| 2022-02-09 | Auto merge of #93795 - JohnTitor:rollup-n0dmsoo, r=JohnTitor | bors | -3/+0 |
| 2022-02-09 | Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis | Yuki Okushi | -3/+0 |