| Age | Commit message (Expand) | Author | Lines |
| 2023-01-08 | Rollup merge of #106584 - kpreid:vec-allocator, r=JohnTitor | Michael Goulet | -0/+5 |
| 2023-01-08 | Rollup merge of #106497 - chenyukang:yukang/fix-106443-sugg-clone, r=estebank | Michael Goulet | -1/+200 |
| 2023-01-08 | Rollup merge of #106363 - estebank:mutability-mismatch-arg, r=Nilstrieb | Michael Goulet | -30/+91 |
| 2023-01-08 | Rollup merge of #106131 - compiler-errors:not-ptrs, r=davidtwco | Michael Goulet | -142/+169 |
| 2023-01-08 | Rollup merge of #104163 - H4x5:once-repeat-with-debug, r=dtolnay | Michael Goulet | -2/+22 |
| 2023-01-08 | Auto merge of #90291 - geeklint:loosen_weak_debug_bound, r=dtolnay | bors | -2/+2 |
| 2023-01-08 | Auto merge of #106449 - GuillaumeGomez:rustdoc-gui-retry-mechanism, r=Mark-Si... | bors | -46/+76 |
| 2023-01-08 | Remove extra space | Yukang | -1/+1 |
| 2023-01-08 | Auto merge of #106235 - compiler-errors:rework-bounds-collection, r=davidtwco | bors | -107/+127 |
| 2023-01-08 | Auto merge of #105733 - compiler-errors:ty-ct-late-flags, r=cjgillot | bors | -14/+42 |
| 2023-01-08 | Auto merge of #106588 - JohnTitor:rollup-4z80tjx, r=JohnTitor | bors | -94/+268 |
| 2023-01-08 | Rollup merge of #106581 - estebank:bad-suggestion, r=compiler-errors | Yuki Okushi | -1/+33 |
| 2023-01-08 | Rollup merge of #106580 - Ezrashaw:remove-e0313, r=compiler-errors | Yuki Okushi | -46/+3 |
| 2023-01-08 | Rollup merge of #106562 - clubby789:vec-deque-example, r=Mark-Simulacrum | Yuki Okushi | -1/+3 |
| 2023-01-08 | Rollup merge of #106557 - Ezrashaw:ui-test-fixups-1, r=GuillaumeGomez | Yuki Okushi | -27/+57 |
| 2023-01-08 | Rollup merge of #106546 - aDotInTheVoid:jsondoclint-path-local-item, r=notriddle | Yuki Okushi | -4/+125 |
| 2023-01-08 | Rollup merge of #106457 - kadiwa4:no-bless, r=Mark-Simulacrum | Yuki Okushi | -3/+3 |
| 2023-01-08 | Rollup merge of #106410 - clubby789:borrow-mut-self-mut-self-diag, r=compiler... | Yuki Okushi | -11/+43 |
| 2023-01-08 | Rollup merge of #103104 - SUPERCILEX:sep-ref, r=dtolnay | Yuki Okushi | -1/+1 |
| 2023-01-08 | Mention signature rather than fn pointers when comparing impl/trait methods | Michael Goulet | -142/+169 |
| 2023-01-08 | Add type flags support for Ty and Const late-bound regions | Michael Goulet | -14/+42 |
| 2023-01-08 | Do not emit wrong E0308 suggestion for closure mismatch | Esteban Küber | -5/+4 |
| 2023-01-08 | Add test | Esteban Küber | -0/+33 |
| 2023-01-08 | remove unreachable error code `E0313` | Ezra Shaw | -46/+3 |
| 2023-01-08 | Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrum | bors | -480/+508 |
| 2023-01-08 | doc/test: add UI test and reword docs for `E0013` and `E0015` | Ezra Shaw | -15/+42 |
| 2023-01-07 | Document that `Vec::from_raw_parts[_in]` must be given a pointer from the cor... | Kevin Reid | -0/+5 |
| 2023-01-07 | Auto merge of #106573 - matthiaskrgr:rollup-zkgfsta, r=matthiaskrgr | bors | -753/+1913 |
| 2023-01-07 | Rollup merge of #106564 - Folyd:feat-repeatn, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-01-07 | Rollup merge of #106556 - notriddle:notriddle/margin-left-content-mobile, r=G... | Matthias Krüger | -4/+0 |
| 2023-01-07 | Rollup merge of #106553 - Ezrashaw:fix-hashset-doctest, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2023-01-07 | Rollup merge of #106509 - estebank:closure-in-block, r=davidtwco | Matthias Krüger | -35/+74 |
| 2023-01-07 | Rollup merge of #105859 - compiler-errors:hr-lifetime-add, r=davidtwco | Matthias Krüger | -6/+57 |
| 2023-01-07 | Rollup merge of #105517 - pcc:process-panic-after-fork, r=davidtwco | Matthias Krüger | -36/+41 |
| 2023-01-07 | Rollup merge of #105128 - Sp00ph:vec_vec_deque_conversion, r=dtolnay | Matthias Krüger | -3/+3 |
| 2023-01-07 | Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru... | Matthias Krüger | -341/+920 |
| 2023-01-07 | Rollup merge of #104081 - joshlf:patch-6, r=dtolnay | Matthias Krüger | -0/+6 |
| 2023-01-07 | Rollup merge of #101936 - IntQuant:issue-100717-infer-4, r=compiler-errors | Matthias Krüger | -326/+810 |
| 2023-01-07 | Don't derive Debug for `OnceWith` & `RepeatWith` | Sky | -2/+22 |
| 2023-01-07 | Auto merge of #106036 - JohnTitor:issue-86106, r=nikic | bors | -0/+62 |
| 2023-01-07 | Auto merge of #105323 - cjgillot:simplify-const-prop, r=davidtwco | bors | -512/+379 |
| 2023-01-07 | Change to immutable borrow when cloning element of RepeatN | Folyd | -1/+1 |
| 2023-01-07 | Clarify examples for `VecDeque::get/get_mut` | clubby789 | -1/+3 |
| 2023-01-07 | Auto merge of #106519 - estebank:tail-unit, r=cjgillot | bors | -23/+285 |
| 2023-01-07 | Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillot | bors | -10/+70 |
| 2023-01-07 | Apply `merge-functions=disabled` | Yuki Okushi | -2/+9 |
| 2023-01-07 | Apply review suggestions | Yuki Okushi | -9/+8 |
| 2023-01-07 | Add regression test for #86106 | Yuki Okushi | -0/+56 |
| 2023-01-07 | Auto merge of #106558 - compiler-errors:rollup-lkii3j3, r=compiler-errors | bors | -80/+84 |
| 2023-01-06 | Rollup merge of #106554 - LingMan:explanation_typo, r=compiler-errors | Michael Goulet | -1/+1 |