| Age | Commit message (Expand) | Author | Lines |
| 2022-04-08 | Auto merge of #95815 - RalfJung:miri, r=RalfJung | bors | -21/+8 |
| 2022-04-08 | Auto merge of #95519 - oli-obk:tait_ub2, r=compiler-errors | bors | -3/+112 |
| 2022-04-08 | update Miri | Ralf Jung | -21/+8 |
| 2022-04-08 | Auto merge of #95772 - flip1995:clippyup, r=Manishearth,flip1995 | bors | -1493/+3117 |
| 2022-04-08 | Auto merge of #95798 - Dylan-DPC:rollup-51hx1wl, r=Dylan-DPC | bors | -135/+544 |
| 2022-04-08 | Rollup merge of #95791 - oconnor663:doc_comment, r=thomcc | Dylan DPC | -1/+1 |
| 2022-04-08 | Rollup merge of #95782 - ChrisDenton:pipe-buffer-size, r=thomcc | Dylan DPC | -2/+5 |
| 2022-04-08 | Rollup merge of #95761 - c410-f3r:meta-var-stuff, r=petrochenkov | Dylan DPC | -120/+28 |
| 2022-04-08 | Rollup merge of #95705 - bstrie:x86nonetier, r=Mark-Simulacrum | Dylan DPC | -8/+14 |
| 2022-04-08 | Rollup merge of #95634 - dtolnay:mailmap, r=Mark-Simulacrum | Dylan DPC | -4/+246 |
| 2022-04-08 | Rollup merge of #95579 - Cyborus04:slice_flatten, r=scottmcm | Dylan DPC | -0/+153 |
| 2022-04-08 | Rollup merge of #95102 - compiler-errors:issue-94034-bug, r=jackh726 | Dylan DPC | -0/+97 |
| 2022-04-08 | Update Cargo.lock | flip1995 | -8/+5 |
| 2022-04-08 | Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup | flip1995 | -1486/+3113 |
| 2022-04-08 | Auto merge of #95775 - RalfJung:miri-windows-compat, r=ChrisDenton | bors | -8/+17 |
| 2022-04-08 | Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrum | bors | -58/+44 |
| 2022-04-08 | add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int... | Cyborus04 | -0/+153 |
| 2022-04-07 | Promote x86_64-unknown-none to Tier 2 | bstrie | -8/+14 |
| 2022-04-07 | hide an #[allow] directive from the Arc::new_cyclic doc example | Jack O'Connor | -1/+1 |
| 2022-04-07 | Auto merge of #95767 - oli-obk:all_your_generics_belong_to_the_definitions, r... | bors | -34/+44 |
| 2022-04-07 | Windows: Increase a pipe's buffer capacity to 64kb | Chris Denton | -2/+5 |
| 2022-04-07 | do not round-trip function pointer through integer | Ralf Jung | -5/+4 |
| 2022-04-07 | make windows compat_fn (crudely) work on Miri | Ralf Jung | -4/+14 |
| 2022-04-07 | Auto merge of #8657 - flip1995:raw_lint_desc, r=flip1995 | bors | -1/+8 |
| 2022-04-07 | Allow raw lint descriptions | flip1995 | -1/+8 |
| 2022-04-07 | Auto merge of #95706 - petrochenkov:doclink4, r=GuillaumeGomez | bors | -113/+180 |
| 2022-04-07 | Auto merge of #8656 - flip1995:rustup, r=flip1995 | bors | -157/+196 |
| 2022-04-07 | Bump changelog stable version -> 1.60 | flip1995 | -3/+3 |
| 2022-04-07 | Bump nightly version -> 2022-04-07 | flip1995 | -1/+1 |
| 2022-04-07 | Bump Clippy Version -> 0.1.62 | flip1995 | -3/+3 |
| 2022-04-07 | Fix internal::INVALID_PATHS lint | flip1995 | -2/+11 |
| 2022-04-07 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -1429/+2878 |
| 2022-04-07 | Deduplicate the error printing code for hidden type mismatches | Oli Scherer | -25/+24 |
| 2022-04-07 | Report opaque type mismatches directly during borrowck of the function instea... | Oli Scherer | -19/+30 |
| 2022-04-07 | Auto merge of #8635 - pbor:unsigned-abs, r=giraffate | bors | -8/+111 |
| 2022-04-07 | Auto merge of #8646 - Alexendoo:option-as-deref-mut, r=giraffate | bors | -75/+136 |
| 2022-04-07 | Auto merge of #95715 - nnethercote:shrink-Nonterminal, r=davidtwco | bors | -16/+18 |
| 2022-04-07 | Fix `as_deref_mut` false positives in `needless_option_as_deref` | Alex Macleod | -75/+136 |
| 2022-04-07 | Kickstart the inner usage of macro_metavar_expr | Caio | -120/+28 |
| 2022-04-07 | Auto merge of #95760 - Dylan-DPC:rollup-uskzggh, r=Dylan-DPC | bors | -34/+86 |
| 2022-04-07 | conf: fix lint name in comment | Paolo Borelli | -1/+1 |
| 2022-04-07 | new lint cast_abs_to_unsigned | Paolo Borelli | -8/+111 |
| 2022-04-07 | Rollup merge of #95757 - zofrex:gender-neutral-terms, r=dtolnay | Dylan DPC | -7/+7 |
| 2022-04-07 | Rollup merge of #95753 - ChayimFriedman2:patch-1, r=dtolnay | Dylan DPC | -2/+2 |
| 2022-04-07 | Rollup merge of #95752 - compiler-errors:issue-82866, r=Dylan-DPC | Dylan DPC | -0/+23 |
| 2022-04-07 | Rollup merge of #95189 - fmease:fix-issue-94340, r=estebank | Dylan DPC | -25/+54 |
| 2022-04-07 | Use gender neutral terms | James 'zofrex' Sanderson | -7/+7 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -697/+524 |
| 2022-04-07 | Auto merge of #95748 - Dylan-DPC:rollup-t208j51, r=Dylan-DPC | bors | -22/+45 |
| 2022-04-07 | Correct safety reasoning in `str::make_ascii_{lower,upper}case()` | Chayim Refael Friedman | -2/+2 |