about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2022-12-30Auto merge of #106210 - fee1-dead-contrib:const-closure-trait-method, r=compi...bors-6/+12
2022-12-29Revert "Implement allow-by-default multiple_supertrait_upcastable lint"David Tolnay-3/+0
2022-12-29Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrumbors-595/+69
2022-12-28Rollup merge of #106161 - meithecatte:iter-find-position, r=Mark-SimulacrumMatthias Krüger-0/+3
2022-12-28fix custom mir doc testsLukas Markeffsky-2/+4
2022-12-28Update bootstrap cfgPietro Albini-559/+31
2022-12-28update stabilization version numbersPietro Albini-34/+34
2022-12-28Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errorsMatthias Krüger-0/+1
2022-12-28Auto merge of #106209 - fee1-dead-contrib:rollup-47ysdcu, r=fee1-deadbors-7/+5
2022-12-28Allow trait method paths to satisfy const Fn boundsDeadbeef-6/+12
2022-12-28Rollup merge of #106184 - albertlarsan68:docs-106154, r=Nilstriebfee1-dead-1/+1
2022-12-28Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errorsfee1-dead-0/+3
2022-12-28Rollup merge of #103945 - H4x5:remove-iter-empty-hack, r=compiler-errorsfee1-dead-6/+1
2022-12-28Auto merge of #103881 - ChayimFriedman2:patch-2, r=compiler-errorsbors-8/+9
2022-12-27Fix `core::any` mod-level docsAlbert Larsan-1/+1
2022-12-27Rollup merge of #106189 - alexhrao:master, r=NilstriebMichael Goulet-1/+1
2022-12-27Rollup merge of #106179 - RetroSeven:typo_fix, r=compiler-errorsMichael Goulet-1/+1
2022-12-27Rollup merge of #103718 - matklad:infer-lazy, r=dtolnayMichael Goulet-3/+7
2022-12-27Fix UnsafeCell Documentation Spelling ErrorAlex Rao-1/+1
2022-12-27Fix a formatting errorRetroSeven-1/+1
2022-12-26Suggest `impl Iterator` when possible for `_` return typeEsteban Küber-0/+1
2022-12-26Iterator::find: link to Iterator::position in docs for discoverabilityMaja Kądziołka-0/+3
2022-12-25Auto merge of #105997 - RalfJung:immediate-abort, r=eholkbors-7/+9
2022-12-24Auto merge of #104977 - RalfJung:ptr-from-ref, r=dtolnaybors-15/+37
2022-12-24add tracking issue, fix typoRalf Jung-3/+3
2022-12-23char: µoptimise UTF-16 surrogates decodingMichal Nazarewicz-1/+5
2022-12-22abort immediately on bad mem::zeroed/uninitRalf Jung-7/+9
2022-12-22Auto merge of #106025 - matthiaskrgr:rollup-vz5rqah, r=matthiaskrgrbors-6/+5
2022-12-22Auto merge of #106023 - JohnTitor:rollup-k8mettz, r=JohnTitorbors-13/+15
2022-12-22Rollup merge of #106012 - JakobDegen:retag-raw, r=RalfJungMatthias Krüger-1/+0
2022-12-22Rollup merge of #105960 - oli-obk:effect_cleanup, r=fee1-deadMatthias Krüger-5/+5
2022-12-22Rollup merge of #105980 - goffrie:waker-drop, r=thomccYuki Okushi-2/+2
2022-12-22Rollup merge of #105824 - zacchiro:patch-1, r=JohnTitorYuki Okushi-2/+4
2022-12-22Rollup merge of #105584 - raffimolero:patch-1, r=JohnTitorYuki Okushi-9/+9
2022-12-21Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJungbors-4/+5
2022-12-21Clarify that raw retags are not permitted in MirJakob Degen-1/+0
2022-12-21Auto merge of #100390 - jhpratt:float-from-bool, r=dtolnaybors-0/+20
2022-12-21less specific wordingRalf Jung-2/+1
2022-12-20Refer to "Waker" rather than "RawWaker" in `drop` commentGeoffry Song-2/+2
2022-12-20Auto merge of #105381 - uweigand:s390x-ffi-vaarg, r=nikicbors-5/+50
2022-12-20Fix some `~const` usage in libcoreOli Scherer-5/+5
2022-12-19Update coerce_unsized tracking issue from #27732 to #18598Anders Kaseorg-19/+19
2022-12-19Implement va_list and va_arg for s390x FFIUlrich Weigand-5/+50
2022-12-19Rollup merge of #105915 - andrewpollack:revert-105250-async-rm-resumety, r=tm...Matthias Krüger-9/+2
2022-12-19Revert "Replace usage of `ResumeTy` in async lowering with `Context`"Andrew Pollack-9/+2
2022-12-19docs: improve pin docsch-iv-1/+35
2022-12-19Rollup merge of #105682 - thomcc:expose-ptr-fmt, r=RalfJungDylan DPC-2/+2
2022-12-17Another `as_chunks` exampleScott McMurray-0/+11
2022-12-17Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obkMatthias Krüger-2/+37
2022-12-17str.lines() docstring: clarify that line endings are not returnedStefano Zacchiroli-2/+4