about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-09-26add missing FIXME(const-hack)Ralf Jung-1/+1
2024-09-26Fixed `__divtf3` having wrong cfg for f128Davide Mor-1/+1
2024-09-26Add `[Option<T>; N]::transpose`Urgau-0/+24
2024-09-26update `compiler_builtins` to `0.1.126`Folkert de Vries-4/+4
2024-09-26add a bootstrap variant of `naked_asm`Folkert de Vries-0/+34
2024-09-25Stabilize the `map`/`value` methods on `ControlFlow`Scott McMurray-15/+7
2024-09-25Use `&raw` in the standard libraryJosh Stone-185/+150
2024-09-25Use `mem::offset_of!` for `sockaddr_un.sun_path`Josh Stone-11/+6
2024-09-25Rollup merge of #130842 - Noratrieb:tracking-issue-inprogress, r=jieyouxuMatthias Krüger-1/+1
2024-09-25Rollup merge of #130832 - RalfJung:sort-cfg-mess, r=workingjubileeMatthias Krüger-11/+11
2024-09-25Rollup merge of #130819 - bjoernager:char-must-use-len-utf, r=NoratriebMatthias Krüger-0/+4
2024-09-25Rollup merge of #130811 - RalfJung:random, r=joboetMatthias Krüger-1/+2
2024-09-25Revert Break into the debugger on panic (129019)Chris Denton-170/+1
2024-09-25Utf8Chunks: add link to Utf8ChunkRalf Jung-0/+4
2024-09-25Add tracking issue for io_error_inprogressnora-1/+1
2024-09-25chore: releasegithub-actions[bot]-1/+1
2024-09-25Bump cc dependencyArtyom Tetyukhin-1/+1
2024-09-25fix some cfg logic around optimize_for_size and 16-bit targetsRalf Jung-11/+11
2024-09-25Auto merge of #130816 - matthiaskrgr:rollup-jy25phv, r=matthiaskrgrbors-100/+227
2024-09-25Add 'must_use' attribute to 'char::len_utf8' and 'char::len_utf16';Gabriel Bjørnager Jensen-0/+4
2024-09-25Rollup merge of #130810 - kromych:master, r=workingjubileeMatthias Krüger-78/+1
2024-09-25Rollup merge of #130595 - no1wudi:master, r=ibraheemdevMatthias Krüger-22/+225
2024-09-25Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercoteMatthias Krüger-0/+1
2024-09-25add link from random() helper fn to extensive DefaultRandomSource docsRalf Jung-1/+2
2024-09-25Auto merge of #130803 - cuviper:file-buffered, r=joshtriplettbors-7/+112
2024-09-24Don't trap into the debugger on panics under Linuxkromych-78/+1
2024-09-24Rollup merge of #130789 - aviramha:add_inprogress, r=NoratriebTrevor Gross-0/+8
2024-09-24Rollup merge of #130788 - tgross35:memchr-pinning, r=Noratrieb,Mark-SimulacrumTrevor Gross-0/+5
2024-09-24Add a tracking issue for `file_buffered`Josh Stone-2/+2
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-6/+5
2024-09-24Mark 'get_mut' and 'set_position' in 'std::io::Cursor' as const;Gabriel Bjørnager Jensen-2/+4
2024-09-24Pre-allocate buffers in `File::open_buffered` and `create_buffered`Josh Stone-3/+38
2024-09-24Add `File::open_buffered` and `create_buffered`Josh Stone-0/+71
2024-09-24Auto merge of #129587 - Voultapher:opt-for-size-variants-of-sort-impls, r=cuv...bors-59/+202
2024-09-24add InProgress ErrorKind gated behind io_error_inprogress featureAviram Hassan-0/+8
2024-09-24chore: releasegithub-actions[bot]-1/+1
2024-09-24Add benchmarks for `f128` divisionTrevor Gross-5/+31
2024-09-24Add `f128` divisionTrevor Gross-2/+39
2024-09-24Make float division genericTrevor Gross-684/+366
2024-09-24Update bounds and docs for the `Float` traitTrevor Gross-5/+5
2024-09-24Add `Shr` to `u256`Trevor Gross-1/+109
2024-09-24Pin memchr to 2.5.0 in the library rather than rustc_astTrevor Gross-0/+5
2024-09-24Auto merge of #130738 - bjoernager:const-make-ascii, r=jhprattbors-6/+20
2024-09-24Initial std library support for NuttXHuang Qi-22/+225
2024-09-24Mark and implement 'make_ascii_uppercase' and 'make_ascii_lowercase' in '[u8]...Gabriel Bjørnager Jensen-6/+20
2024-09-23Rollup merge of #130762 - RalfJung:const_intrinsic_copy, r=dtolnayMichael Goulet-23/+15
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet-7/+11
2024-09-23Add a comment to `Read::read_buf`Benoît du Garreau-0/+2
2024-09-23Add testsBenoît du Garreau-0/+63
2024-09-23Fix `io::default_read_to_end` uses of `read_buf`Benoît du Garreau-10/+14