about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-04-26Implement midpoint for all signed and unsigned integersLoïc BRANSTETT-0/+151
2023-04-26Rollup merge of #110587 - tomaka:fix-109727, r=jyn514jyn-2/+7
2023-04-26Rollup merge of #110266 - tgross35:try-exists-wording, r=jyn514jyn-6/+9
2023-04-26Rollup merge of #108416 - pat-nel87:Issue-107957-black_box_docs, r=jyn514jyn-6/+3
2023-04-26rewrite: line_long_tail_not_flushed descriptionJosh Soref-3/+4
2023-04-26rewrite: long_line_flushed descriptionJosh Soref-3/+3
2023-04-26Spelling library/Josh Soref-54/+54
2023-04-25Add definitions for riscv64gc-unknown-fuchsiaDan Johnson-2/+11
2023-04-25Add FreeBSD cpuset support to std::thread::available_concurrencyThomas Hurst-0/+19
2023-04-25Rollup merge of #110796 - madsravn:wake-example, r=Mark-SimulacrumMatthias Krüger-1/+2
2023-04-25Rollup merge of #110649 - arlosi:fix_no_global_oom_handling, r=Mark-SimulacrumMatthias Krüger-1/+0
2023-04-25simplify TrustedLen implsTamir Duberstein-34/+28
2023-04-25Updating Wake example to use new 'pin!' macroMads Ravn-1/+2
2023-04-25Add a `sysroot` crate to represent the standard library cratesJohn Kåre Alsaker-20/+28
2023-04-25Auto merge of #103093 - rytheo:linked-list-alloc-api, r=Mark-Simulacrumbors-135/+224
2023-04-25Auto merge of #110389 - mazong1123:add-shortcut-for-grisu3, r=Mark-Simulacrumbors-0/+43
2023-04-25Rollup merge of #110782 - matthiaskrgr:revert_panic_oom, r=AmanieuMatthias Krüger-112/+124
2023-04-25Add shortcut for Grisu3 algorithm.mazong1123-0/+43
2023-04-24Add support for allocators in LinkedListRyan Lowe-135/+224
2023-04-24Auto merge of #106152 - SUPERCILEX:lazycell, r=Amanieubors-1/+65
2023-04-25Revert "Report allocation errors as panics"Matthias Krüger-107/+27
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-5/+97
2023-04-25Revert "Rename -Zoom=panic to -Zoom=unwind"Matthias Krüger-2/+2
2023-04-25stdarch: update submodule, take 3Kisaragi Marine-0/+0
2023-04-24Restructure std::fmt::rt a bit.Mara Bos-200/+200
2023-04-24Remove "V1" from ArgumentsV1 and FlagsV1.Mara Bos-23/+23
2023-04-24Implement FusedIterator for DecodeUtf16 when the inner iterator doesColin Finck-0/+4
2023-04-24Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obkMatthias Krüger-19/+31
2023-04-24stdarch: update submodule, take 2Kisaragi Marine-0/+0
2023-04-23Rollup merge of #110689 - Spartan2909:fix-grammar, r=JohnTitorMatthias Krüger-2/+2
2023-04-23Auto merge of #110655 - ChrisDenton:read-to-end, r=joshtriplettbors-24/+43
2023-04-22Add `intrinsics::transmute_unchecked`Scott McMurray-19/+31
2023-04-22Fix grammarCaleb Robson-2/+2
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-124/+112
2023-04-22Auto merge of #110666 - JohnTitor:rollup-3pwilte, r=JohnTitorbors-15/+7
2023-04-22Rollup merge of #110635 - scottmcm:zst-checks, r=the8472Yuki Okushi-15/+7
2023-04-22Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkinbors-0/+233
2023-04-21More `IS_ZST` in `library`Scott McMurray-15/+7
2023-04-21Limit read size in `File::read_to_end` loopChris Denton-24/+43
2023-04-21junit: also include per-case stdout in xmlAugie Fackler-5/+35
2023-04-21Fix no_global_oom_handling buildArlo Siemsen-1/+0
2023-04-21Rollup merge of #110633 - scottmcm:more-take, r=thomccDylan DPC-10/+10
2023-04-21Rollup merge of #110608 - a1phyr:specialize_io_methods, r=thomccDylan DPC-0/+54
2023-04-21Auto merge of #109002 - michaelvanstraten:master, r=petrochenkovbors-1/+13
2023-04-21major test improvementsDrMeepster-14/+109
2023-04-21minor tweaksDrMeepster-1/+1
2023-04-21fmtDrMeepster-1/+1
2023-04-21fix incorrect param env in dead code lintDrMeepster-1/+1
2023-04-21test improvementsDrMeepster-0/+21
2023-04-21offset_ofDrMeepster-0/+117