| Age | Commit message (Expand) | Author | Lines |
| 2022-04-07 | Update library/core/src/slice/mod.rs | Dylan DPC | -1/+1 |
| 2022-04-07 | remove exclamation mark | Dylan DPC | -1/+1 |
| 2022-04-06 | Message: Chunks cannot have a size of zero. | Marijn Schouten | -2/+2 |
| 2022-04-06 | Auto merge of #95711 - Dylan-DPC:rollup-ujss3oi, r=Dylan-DPC | bors | -12/+57 |
| 2022-04-06 | Rollup merge of #95699 - SparkyPotato:master, r=dtolnay | Dylan DPC | -1/+2 |
| 2022-04-06 | Rollup merge of #95693 - RalfJung:more-context, r=oli-obk | Dylan DPC | -7/+15 |
| 2022-04-06 | Rollup merge of #95684 - GuillaumeGomez:fix-item-info-overflow, r=notriddle | Dylan DPC | -2/+40 |
| 2022-04-06 | Rollup merge of #95659 - anp:remove-link-print, r=tmandry | Dylan DPC | -2/+0 |
| 2022-04-06 | Auto merge of #95469 - ChrisDenton:unsound-read-write, r=joshtriplett | bors | -78/+155 |
| 2022-04-05 | Auto merge of #95702 - Dylan-DPC:rollup-793rz6v, r=Dylan-DPC | bors | -384/+907 |
| 2022-04-05 | Rollup merge of #95681 - petrochenkov:doclinkregr2, r=Dylan-DPC | Dylan DPC | -1/+21 |
| 2022-04-05 | Rollup merge of #95673 - lnicola:rust-analyzer-2022-04-05, r=lnicola | Dylan DPC | -16/+31 |
| 2022-04-05 | Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-er... | Dylan DPC | -10/+44 |
| 2022-04-05 | Rollup merge of #95591 - jackh726:nll-revisions-1, r=oli-obk | Dylan DPC | -328/+588 |
| 2022-04-05 | Rollup merge of #95585 - compiler-errors:ref-clone, r=estebank | Dylan DPC | -6/+86 |
| 2022-04-05 | Rollup merge of #95547 - RalfJung:ptr-int-transmutes, r=scottmcm | Dylan DPC | -0/+10 |
| 2022-04-05 | Rollup merge of #95473 - lqd:macro-expansion, r=petrochenkov | Dylan DPC | -10/+24 |
| 2022-04-05 | Rollup merge of #88025 - devnexen:netbsd_scm_creds, r=Amanieu | Dylan DPC | -13/+103 |
| 2022-04-05 | Auto merge of #95035 - m-ou-se:futex-locks-on-linux, r=Amanieu | bors | -41/+251 |
| 2022-04-06 | formatting | SparkyPotato | -1/+1 |
| 2022-04-06 | cleanup | SparkyPotato | -8/+2 |
| 2022-04-06 | fix Vec leak with 0 capacity | SparkyPotato | -0/+7 |
| 2022-04-05 | diagnostics: tweak error message to give more rationale to unsafe Fn | Michael Howell | -20/+23 |
| 2022-04-05 | interp: pass TyCtxt to Machine methods that do not take InterpCx | Ralf Jung | -7/+15 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -334/+467 |
| 2022-04-05 | Explain why `&T` is cloned when `T` is not `Clone` | Michael Goulet | -6/+86 |
| 2022-04-05 | Update browser-ui-test version to 0.8.5 | Guillaume Gomez | -1/+1 |
| 2022-04-05 | Add GUI test to ensure that the width of the item-info does not overflow its ... | Guillaume Gomez | -0/+38 |
| 2022-04-05 | Generate a <div> instead of a <span> for item-info elements | Guillaume Gomez | -1/+1 |
| 2022-04-05 | unboxed-closures and type-alias-impl-trait nll revisions | Jack Huey | -20/+42 |
| 2022-04-05 | underscore-lifetime nll revisions | Jack Huey | -7/+19 |
| 2022-04-05 | More nll revisions | Jack Huey | -223/+380 |
| 2022-04-05 | Move some tests with compare-mode=nll output to revisions | Jack Huey | -78/+147 |
| 2022-04-05 | Reword comment in futex condvar implementation. | Mara Bos | -1/+1 |
| 2022-04-05 | Auto merge of #95680 - Dylan-DPC:rollup-7jldtnz, r=Dylan-DPC | bors | -75/+453 |
| 2022-04-05 | Rollup merge of #95670 - TaKO8Ki:remove-unused-function-parameters, r=davidtwco | Dylan DPC | -12/+3 |
| 2022-04-05 | Rollup merge of #95660 - yaahc:panic-docs-update, r=Dylan-DPC | Dylan DPC | -7/+19 |
| 2022-04-05 | Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwco | Dylan DPC | -56/+91 |
| 2022-04-05 | Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er... | Dylan DPC | -0/+340 |
| 2022-04-05 | resolve: Fix resolution of empty paths passed from rustdoc | Vadim Petrochenkov | -1/+21 |
| 2022-04-05 | track proc-macro expansions in the self-profiler | Rémy Rakic | -10/+24 |
| 2022-04-05 | Use WrappingRange::full instead of hand-rolling it | Oli Scherer | -6/+3 |
| 2022-04-05 | mir-interpret now treats unions as non-immediate, even if they have scalar la... | Oli Scherer | -47/+115 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -289/+357 |
| 2022-04-05 | Mark unix::locks::futex::Mutex::new as #[inline]. | Mara Bos | -0/+1 |
| 2022-04-05 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+31 |
| 2022-04-05 | remove unused function parameters | Takayuki Maeda | -12/+3 |
| 2022-04-05 | Auto merge of #95667 - Dylan-DPC:rollup-n7xzs3y, r=Dylan-DPC | bors | -1191/+3104 |
| 2022-04-05 | Fix ui test for nll | ohno418 | -0/+4 |
| 2022-04-05 | Rollup merge of #95645 - GuillaumeGomez:intra-doc-link-ice-traits-in-scope-pr... | Dylan DPC | -2/+18 |