| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-02-09 | Auto merge of #93793 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-02-08 | Update cargo | Eric Huss | -0/+0 |
| 2022-02-08 | :arrow_up: rust-analyzer | Laurențiu Nicola | -17/+21 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -0/+1 |
| 2022-02-07 | Drop rustc-docs from complete profile | Mark Rousskov | -1/+4 |
| 2022-02-07 | Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se | Mara Bos | -1/+2 |
| 2022-02-07 | cargo_metadata 0.12 -> 0.14, to dedupe and remove some `semver`, `semver-pars... | klensy | -2/+1 |
| 2022-02-04 | Auto merge of #93654 - RalfJung:miri, r=RalfJung | bors | -9/+9 |
| 2022-02-04 | update miri | Ralf Jung | -9/+9 |
| 2022-02-04 | Rollup merge of #93508 - CraftSpider:jsondocck-runtest-output, r=Mark-Simulacrum | Matthias Krüger | -5/+12 |
| 2022-02-04 | Rollup merge of #92735 - GuillaumeGomez:crate-filter-url-param, r=jsha | Matthias Krüger | -0/+2 |
| 2022-02-03 | Update tester to have FILTER_CRATE set to null if undefined. | Guillaume Gomez | -0/+2 |
| 2022-02-03 | Remove defaultness from ImplItem. | Camille GILLOT | -3/+0 |
| 2022-02-02 | Auto merge of #93101 - Mark-Simulacrum:library-backtrace, r=yaahc | bors | -0/+1 |
| 2022-02-02 | Configure panic hook backtrace behavior | Mark Rousskov | -0/+1 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -0/+1 |
| 2022-02-01 | Add rustdoc info to jsondocck output | Rune Tynan | -5/+12 |
| 2022-02-01 | Rollup merge of #93290 - lcnr:same_type, r=jackh726 | Matthias Krüger | -32/+25 |
| 2022-02-01 | Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakis | Matthias Krüger | -26/+27 |
| 2022-02-01 | remove `TyS::same_type` | lcnr | -32/+25 |
| 2022-02-01 | silence lint in clippy | lcnr | -26/+27 |