about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
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 #100390 - jhpratt:float-from-bool, r=dtolnaybors-0/+20
2022-12-20Refer to "Waker" rather than "RawWaker" in `drop` commentGeoffry Song-2/+2
2022-12-20Auto merge of #105127 - Sp00ph:const_new, r=dtolnaybors-3/+4
2022-12-20Auto merge of #105381 - uweigand:s390x-ffi-vaarg, r=nikicbors-5/+50
2022-12-19Update coerce_unsized tracking issue from #27732 to #18598Anders Kaseorg-24/+24
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-19Rollup merge of #105902 - vincenzopalazzo:macros/pin_docs, r=eholkMatthias Krüger-1/+35
2022-12-19Rollup merge of #105801 - zertosh:path_mut_os_str_doc_test, r=dtolnayMatthias Krüger-3/+3
2022-12-19Revert "Replace usage of `ResumeTy` in async lowering with `Context`"Andrew Pollack-9/+2
2022-12-19Auto merge of #105698 - joboet:unsupported_threads_once, r=thomccbors-18/+103
2022-12-19docs: improve pin docsch-iv-1/+35
2022-12-19Rollup merge of #105889 - Nilstrieb:fmt-libtest, r=thomccDylan DPC-24/+15
2022-12-19Rollup merge of #105682 - thomcc:expose-ptr-fmt, r=RalfJungDylan DPC-2/+2
2022-12-19Fix `uninlined_format_args` in libtestnils-24/+15
2022-12-18Rollup merge of #105858 - scottmcm:extra-as-chunks-example, r=the8472Matthias Krüger-0/+11
2022-12-18Auto merge of #105638 - tavianator:fix-50619-again, r=Mark-Simulacrumbors-38/+47
2022-12-17Another `as_chunks` exampleScott McMurray-0/+11
2022-12-17Rollup merge of #105836 - evanj:fmt-doc-use-variables, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-12-17Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obkMatthias Krüger-2/+37
2022-12-17Rollup merge of #105458 - Ayush1325:blocking_spawn, r=Mark-SimulacrumMatthias Krüger-6/+77
2022-12-17std::fmt: Use args directly in example codeEvan Jones-2/+2
2022-12-17str.lines() docstring: clarify that line endings are not returnedStefano Zacchiroli-2/+4
2022-12-17Auto merge of #105794 - ChrisDenton:internal-doc, r=jyn514bors-1/+1
2022-12-16Support call and drop terminators in custom mirJakob Degen-2/+37
2022-12-16Realistic `Path::as_mut_os_str` doctestAndres Suarez-3/+3
2022-12-16Fix intra-doc linkChris Denton-1/+1
2022-12-16Auto merge of #105018 - zertosh:path_buf_deref_mut, r=dtolnaybors-0/+14
2022-12-16Rollup merge of #105748 - hakoerber:master, r=Dylan-DPCMatthias Krüger-5/+5
2022-12-15Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obkbors-22/+240
2022-12-15doc: Fix a few small issuesHannes Körber-5/+5
2022-12-15Implement `From<bool>` for f32, f64Jacob Pratt-0/+20
2022-12-14Rollup merge of #105598 - RalfJung:more-comments, r=the8472Matthias Krüger-3/+4
2022-12-14Rollup merge of #105399 - mikebenfield:lfs, r=thomccMatthias Krüger-8/+31
2022-12-14fs/tests: Fail fast on duplicate errors rather than looping indefinitelyTavian Barnes-2/+2
2022-12-14fs/tests: Explicitly kill the zombie rather than sleeping until it diesTavian Barnes-7/+9
2022-12-14std: use a more efficient `Once` on platforms without threadsjoboet-18/+103
2022-12-14Auto merge of #105690 - matthiaskrgr:rollup-khtq97k, r=matthiaskrgrbors-1/+1
2022-12-14Rollup merge of #105642 - uberFoo:master, r=Dylan-DPCMatthias Krüger-1/+1
2022-12-14Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errorsMatthias Krüger-0/+1
2022-12-14Address documentation suggestionsJakob Degen-11/+13
2022-12-14Add documentation for custom mirJakob Degen-36/+224
2022-12-14Support more projections in custom mirJakob Degen-0/+22
2022-12-14Support common enum operations in custom mirJakob Degen-0/+6
2022-12-13Use `expose_addr()` in `fmt::Pointer`Thom Chiovoloni-2/+2
2022-12-13Improve wording for Option and ResultChris AtLee-8/+6
2022-12-13Add docs for question mark operator for OptionChris AtLee-0/+45