| Age | Commit message (Expand) | Author | Lines |
| 2022-04-09 | Rollup merge of #95308 - bjorn3:more_stable_proc_macro, r=Mark-Simulacrum | Dylan DPC | -32/+54 |
| 2022-04-09 | Auto merge of #95724 - Kobzol:ci-update-rustc-perf, r=nnethercote | bors | -8/+14 |
| 2022-04-09 | Auto merge of #95835 - Dylan-DPC:rollup-l5mf2ad, r=Dylan-DPC | bors | -151/+1029 |
| 2022-04-09 | Rollup merge of #95804 - GuillaumeGomez:empty-doc-comment-with-backline, r=no... | Dylan DPC | -1/+26 |
| 2022-04-09 | Rollup merge of #95797 - nnethercote:rm-Delimited-all_tts, r=petrochenkov | Dylan DPC | -96/+58 |
| 2022-04-09 | Rollup merge of #95787 - yaahc:panic-doc-update-v2, r=dtolnay | Dylan DPC | -12/+22 |
| 2022-04-09 | Rollup merge of #95764 - c410-f3r:metavar-test, r=petrochenkov | Dylan DPC | -1/+117 |
| 2022-04-09 | Rollup merge of #95751 - compiler-errors:ambig-int, r=jackh726 | Dylan DPC | -35/+48 |
| 2022-04-09 | Rollup merge of #95599 - niluxv:strict-provenance-lint, r=michaelwoerister | Dylan DPC | -4/+342 |
| 2022-04-09 | Rollup merge of #95374 - RalfJung:assert_uninit_valid, r=Mark-Simulacrum | Dylan DPC | -0/+28 |
| 2022-04-09 | Rollup merge of #90066 - yaahc:thinbox, r=joshtriplett | Dylan DPC | -2/+388 |
| 2022-04-09 | Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercote | bors | -222/+275 |
| 2022-04-09 | Remove explicit delimiter token trees from `Delimited`. | Nicholas Nethercote | -96/+58 |
| 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 | Add ThinBox type for 1 stack pointer sized heap allocated trait objects | Jane Lusby | -2/+388 |
| 2022-04-08 | Avoid looking at the internals of Interned directly | Oli Scherer | -199/+150 |
| 2022-04-08 | Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test it | niluxv | -35/+281 |
| 2022-04-08 | WIP PROOF-OF-CONCEPT: Make the compiler complain about all int<->ptr casts. | Aria Beingessner | -4/+96 |
| 2022-04-08 | Add test for empty doc comments with a backline | Guillaume Gomez | -0/+22 |
| 2022-04-08 | Fix invalid array access in `beautify_doc_string` | Guillaume Gomez | -1/+4 |
| 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 | reword panic vs result section to remove recoverable vs unrecoverable framing | Jane Lusby | -12/+22 |
| 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 |