| Age | Commit message (Expand) | Author | Lines |
| 2022-05-31 | Rollup merge of #97578 - ojeda:checkpatch, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-05-31 | Rollup merge of #97316 - CAD97:bound-misbehavior, r=dtolnay | Matthias Krüger | -17/+20 |
| 2022-05-31 | Auto merge of #97570 - JakobDegen:dse-test, r=tmiasko | bors | -326/+21 |
| 2022-05-31 | Auto merge of #97419 - WaffleLapkin:const_from_ptr_range, r=oli-obk | bors | -2/+772 |
| 2022-05-31 | Auto merge of #97521 - SkiFire13:clarify-vec-as-ptr, r=Dylan-DPC | bors | -2/+4 |
| 2022-05-31 | alloc: remove repeated word in comment | Miguel Ojeda | -1/+1 |
| 2022-05-31 | Auto merge of #97526 - Nilstrieb:unicode-is-printable-fastpath, r=joshtriplett | bors | -4/+29 |
| 2022-05-31 | Add unicode fast path to `is_printable` | Nilstrieb | -4/+29 |
| 2022-05-31 | Auto merge of #97574 - Dylan-DPC:rollup-jq850l6, r=Dylan-DPC | bors | -73/+266 |
| 2022-05-31 | Rollup merge of #97569 - thomcc:fill_with_isnt_memset, r=Amanieu | Dylan DPC | -1/+0 |
| 2022-05-31 | Rollup merge of #97565 - lukas-code:patch-1, r=thomcc | Dylan DPC | -0/+2 |
| 2022-05-31 | Rollup merge of #97455 - JohnTitor:stabilize-toowned-clone-into, r=dtolnay | Dylan DPC | -3/+1 |
| 2022-05-31 | Rollup merge of #97371 - ChayimFriedman2:closure-non-block-add-semicolon, r=o... | Dylan DPC | -22/+72 |
| 2022-05-31 | Rollup merge of #97229 - Nilstrieb:doc-box-noalias, r=dtolnay | Dylan DPC | -0/+14 |
| 2022-05-31 | Rollup merge of #97089 - GuillaumeGomez:improve-settings-theme-display, r=jsha | Dylan DPC | -47/+177 |
| 2022-05-31 | Auto merge of #96881 - est31:join_osstr, r=dtolnay | bors | -0/+33 |
| 2022-05-31 | Auto merge of #97566 - compiler-errors:rollup-qfxw4j8, r=compiler-errors | bors | -61/+120 |
| 2022-05-30 | BTreeSet->BTreeMap (fix copy/paste mistake in documentation) | David Tolnay | -1/+1 |
| 2022-05-30 | Fix typo uniqeness -> uniqueness | David Tolnay | -1/+1 |
| 2022-05-31 | normalize harder | Maybe Waffle | -58/+59 |
| 2022-05-30 | Fix TLS access mir opt test and remove stale files | Jakob Degen | -326/+21 |
| 2022-05-30 | Remove `memset` alias from `fill_with`. | Thom Chiovoloni | -1/+0 |
| 2022-05-30 | Rollup merge of #97558 - stoeckmann:typos, r=compiler-errors | Michael Goulet | -2/+2 |
| 2022-05-30 | Rollup merge of #97555 - GuillaumeGomez:line-number-click, r=notriddle | Michael Goulet | -3/+17 |
| 2022-05-30 | Rollup merge of #97431 - compiler-errors:issue-97413, r=oli-obk | Michael Goulet | -7/+24 |
| 2022-05-30 | Rollup merge of #97395 - RalfJung:call-abi, r=oli-obk | Michael Goulet | -1/+8 |
| 2022-05-30 | Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errors | Michael Goulet | -32/+52 |
| 2022-05-30 | Rollup merge of #89685 - DeveloperC286:iter_fields_to_private, r=oli-obk | Michael Goulet | -16/+17 |
| 2022-05-30 | Auto merge of #97357 - davidtwco:diagnostic-translation-typed-subdiagnostic-s... | bors | -150/+190 |
| 2022-05-31 | Update mut_ptr.rs | Lukas | -0/+1 |
| 2022-05-30 | Update intrinsics.rs | Lukas | -0/+1 |
| 2022-05-30 | Check for `can_have_side_effects()` and `in_external_macro()` inside `suggest... | Chayim Refael Friedman | -9/+6 |
| 2022-05-30 | Auto merge of #97025 - ouz-a:mini-derefer-generator, r=davidtwco | bors | -59/+299 |
| 2022-05-30 | Fix typos in comment | Tobias Stoeckmann | -2/+2 |
| 2022-05-30 | Auto merge of #97480 - conradludgate:faster-format-literals, r=joshtriplett | bors | -4/+9 |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -59/+299 |
| 2022-05-30 | Add line number click GUI test | Guillaume Gomez | -1/+11 |
| 2022-05-30 | Improve source-code-page.goml GUI test code | Guillaume Gomez | -3/+3 |
| 2022-05-30 | Auto merge of #97548 - Dylan-DPC:rollup-9x0va1d, r=Dylan-DPC | bors | -105/+219 |
| 2022-05-30 | Fix invalid line number computation when clicking on something else than a li... | Guillaume Gomez | -0/+4 |
| 2022-05-30 | normalize forbidden slices | Maybe Waffle | -78/+79 |
| 2022-05-30 | errors: simplify referring to fluent attributes | David Wood | -150/+190 |
| 2022-05-30 | Rollup merge of #97545 - thomcc:sip-comment-safety, r=Dylan-DPC | Dylan DPC | -2/+4 |
| 2022-05-30 | Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwco | Dylan DPC | -1/+51 |
| 2022-05-30 | Rollup merge of #97519 - binggh:readd-help-on-error, r=jyn514 | Dylan DPC | -15/+30 |
| 2022-05-30 | Rollup merge of #97504 - JohnTitor:cleanup-deps, r=davidtwco | Dylan DPC | -2/+46 |
| 2022-05-30 | Rollup merge of #97499 - est31:master, r=Dylan-DPC | Dylan DPC | -3/+2 |
| 2022-05-30 | Rollup merge of #97494 - est31:remove_box_alloc_tests, r=Dylan-DPC | Dylan DPC | -82/+86 |
| 2022-05-30 | Auto merge of #97546 - RalfJung:miri, r=oli-obk | bors | -17/+63 |
| 2022-05-30 | test forbidden slices on all two usizesizes | Maybe Waffle | -28/+309 |