| Age | Commit message (Expand) | Author | Lines |
| 2022-12-30 | Auto merge of #106210 - fee1-dead-contrib:const-closure-trait-method, r=compi... | bors | -6/+12 |
| 2022-12-29 | Revert "Implement allow-by-default multiple_supertrait_upcastable lint" | David Tolnay | -3/+0 |
| 2022-12-29 | Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrum | bors | -595/+69 |
| 2022-12-28 | Rollup merge of #106161 - meithecatte:iter-find-position, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2022-12-28 | fix custom mir doc tests | Lukas Markeffsky | -2/+4 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -559/+31 |
| 2022-12-28 | update stabilization version numbers | Pietro Albini | -34/+34 |
| 2022-12-28 | Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-12-28 | Auto merge of #106209 - fee1-dead-contrib:rollup-47ysdcu, r=fee1-dead | bors | -7/+5 |
| 2022-12-28 | Allow trait method paths to satisfy const Fn bounds | Deadbeef | -6/+12 |
| 2022-12-28 | Rollup merge of #106184 - albertlarsan68:docs-106154, r=Nilstrieb | fee1-dead | -1/+1 |
| 2022-12-28 | Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errors | fee1-dead | -0/+3 |
| 2022-12-28 | Rollup merge of #103945 - H4x5:remove-iter-empty-hack, r=compiler-errors | fee1-dead | -6/+1 |
| 2022-12-28 | Auto merge of #103881 - ChayimFriedman2:patch-2, r=compiler-errors | bors | -8/+9 |
| 2022-12-27 | Fix `core::any` mod-level docs | Albert Larsan | -1/+1 |
| 2022-12-27 | Rollup merge of #106189 - alexhrao:master, r=Nilstrieb | Michael Goulet | -1/+1 |
| 2022-12-27 | Rollup merge of #106179 - RetroSeven:typo_fix, r=compiler-errors | Michael Goulet | -1/+1 |
| 2022-12-27 | Rollup merge of #103718 - matklad:infer-lazy, r=dtolnay | Michael Goulet | -3/+7 |
| 2022-12-27 | Fix UnsafeCell Documentation Spelling Error | Alex Rao | -1/+1 |
| 2022-12-27 | Fix a formatting error | RetroSeven | -1/+1 |
| 2022-12-26 | Suggest `impl Iterator` when possible for `_` return type | Esteban Küber | -0/+1 |
| 2022-12-26 | Iterator::find: link to Iterator::position in docs for discoverability | Maja Kądziołka | -0/+3 |
| 2022-12-25 | Auto merge of #105997 - RalfJung:immediate-abort, r=eholk | bors | -7/+9 |
| 2022-12-24 | Auto merge of #104977 - RalfJung:ptr-from-ref, r=dtolnay | bors | -15/+37 |
| 2022-12-24 | add tracking issue, fix typo | Ralf Jung | -3/+3 |
| 2022-12-23 | char: µoptimise UTF-16 surrogates decoding | Michal Nazarewicz | -1/+5 |
| 2022-12-22 | abort immediately on bad mem::zeroed/uninit | Ralf Jung | -7/+9 |
| 2022-12-22 | Auto merge of #106025 - matthiaskrgr:rollup-vz5rqah, r=matthiaskrgr | bors | -6/+5 |
| 2022-12-22 | Auto merge of #106023 - JohnTitor:rollup-k8mettz, r=JohnTitor | bors | -13/+15 |
| 2022-12-22 | Rollup merge of #106012 - JakobDegen:retag-raw, r=RalfJung | Matthias Krüger | -1/+0 |
| 2022-12-22 | Rollup merge of #105960 - oli-obk:effect_cleanup, r=fee1-dead | Matthias Krüger | -5/+5 |
| 2022-12-22 | Rollup merge of #105980 - goffrie:waker-drop, r=thomcc | Yuki Okushi | -2/+2 |
| 2022-12-22 | Rollup merge of #105824 - zacchiro:patch-1, r=JohnTitor | Yuki Okushi | -2/+4 |
| 2022-12-22 | Rollup merge of #105584 - raffimolero:patch-1, r=JohnTitor | Yuki Okushi | -9/+9 |
| 2022-12-21 | Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung | bors | -4/+5 |
| 2022-12-21 | Clarify that raw retags are not permitted in Mir | Jakob Degen | -1/+0 |
| 2022-12-21 | Auto merge of #100390 - jhpratt:float-from-bool, r=dtolnay | bors | -0/+20 |
| 2022-12-21 | less specific wording | Ralf Jung | -2/+1 |
| 2022-12-20 | Refer to "Waker" rather than "RawWaker" in `drop` comment | Geoffry Song | -2/+2 |
| 2022-12-20 | Auto merge of #105381 - uweigand:s390x-ffi-vaarg, r=nikic | bors | -5/+50 |
| 2022-12-20 | Fix some `~const` usage in libcore | Oli Scherer | -5/+5 |
| 2022-12-19 | Update coerce_unsized tracking issue from #27732 to #18598 | Anders Kaseorg | -19/+19 |
| 2022-12-19 | Implement va_list and va_arg for s390x FFI | Ulrich Weigand | -5/+50 |
| 2022-12-19 | Rollup merge of #105915 - andrewpollack:revert-105250-async-rm-resumety, r=tm... | Matthias Krüger | -9/+2 |
| 2022-12-19 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -9/+2 |
| 2022-12-19 | docs: improve pin docs | ch-iv | -1/+35 |
| 2022-12-19 | Rollup merge of #105682 - thomcc:expose-ptr-fmt, r=RalfJung | Dylan DPC | -2/+2 |
| 2022-12-17 | Another `as_chunks` example | Scott McMurray | -0/+11 |
| 2022-12-17 | Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obk | Matthias Krüger | -2/+37 |
| 2022-12-17 | str.lines() docstring: clarify that line endings are not returned | Stefano Zacchiroli | -2/+4 |