about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-01-30Apply suggestions from code reviewthe8472-12/+11
2024-01-30document `FromIterator for Vec` allocation behaviorsThe 8472-0/+45
2024-01-30Fix BTreeMap's Cursor::remove_{next,prev}Amanieu d'Antras-0/+12
2024-01-30Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi...Guillaume Gomez-0/+3
2024-01-30Rollup merge of #120445 - Nemo157:arc-plug, r=Mark-SimulacrumGuillaume Gomez-29/+80
2024-01-30Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkovGuillaume Gomez-223/+124
2024-01-30Rollup merge of #120295 - reitermarkus:remove-ffi-nonzero, r=dtolnayGuillaume Gomez-67/+26
2024-01-30Rollup merge of #120452 - alexcrichton:update-windows-seek-write-docs, r=Chri...Guillaume Gomez-1/+1
2024-01-30Rollup merge of #120424 - RalfJung:raw-ptr-meta, r=NilstriebGuillaume Gomez-14/+14
2024-01-30Rollup merge of #119991 - kornelski:endless-read, r=the8472Guillaume Gomez-0/+10
2024-01-30Auto merge of #117925 - kornelski:read-to-oom, r=Amanieubors-7/+47
2024-01-30Disable conversions between portable_simd and stdarch on big-endian ARMAmanieu d'Antras-3/+6
2024-01-30add missing potential_query_instability for keys and values in hashmapyukang-0/+3
2024-01-30Add stdarch_wasm_atomic_wait feature in stdAmanieu d'Antras-0/+1
2024-01-30Update feature names for new stdarchAmanieu d'Antras-16/+18
2024-01-30Update stdarch submoduleAmanieu d'Antras-0/+5
2024-01-29Handle out of memory errors in fs::read/read_to_stringKornel-4/+6
2024-01-29Handle out of memory errors in io:Read::read_to_end()Kornel-3/+41
2024-01-29Remove `raw_os_nonzero` feature.Markus Reiter-67/+26
2024-01-29std: always check the result of `pthread_mutex_lock`joboet-1/+18
2024-01-29Rollup merge of #120462 - mu001999:clean, r=NilstriebDylan DPC-3/+0
2024-01-29Rollup merge of #120373 - HTGAzureX1212:HTGAzureX1212/issue-120040, r=ChrisDe...Dylan DPC-1/+33
2024-01-29Rollup merge of #120266 - steffahn:a_rc_into_inner_docs, r=Mark-SimulacrumDylan DPC-5/+12
2024-01-29Rollup merge of #116677 - joshlf:patch-11, r=RalfJungDylan DPC-0/+24
2024-01-29raw pointer metadata API: data address -> data pointerRalf Jung-14/+14
2024-01-29Clean dead coder0cky-3/+0
2024-01-28Make `impl<T: AsHandle>` impl take `?Sized`Gary Guo-5/+5
2024-01-28Make `impl<Fd: AsFd>` impl take `?Sized`Gary Guo-5/+5
2024-01-28Document From<&CStr> for CStringRyan Lowe-0/+2
2024-01-28std: Update documentation of seek_write on WindowsAlex Crichton-1/+1
2024-01-28Fix some `Arc` allocator leaksWim Looman-29/+80
2024-01-28Fix doctestJohn-John Tedro-4/+6
2024-01-28Replicate documentation in {Rc,Arc}::from_raw_inJohn-John Tedro-16/+66
2024-01-28Fix doctestJohn-John Tedro-4/+4
2024-01-28Tidy upJohn-John Tedro-2/+2
2024-01-28Add examples for unsized {Rc,Arc}::from_rawJohn-John Tedro-0/+28
2024-01-28Document requirements for unsized {Rc,Arc}::from_rawJohn-John Tedro-12/+28
2024-01-28Revert "Add the wasm32-wasi-preview2 target"León Orell Valerian Liehr-223/+124
2024-01-27std: thread_local::register_dtor fix proposal for FreeBSD.David Carlier-2/+2
2024-01-27Reject infinitely-sized reads from io::RepeatKornel-0/+10
2024-01-27Update primitive_docs.rsJoshua Liebow-Feeser-7/+12
2024-01-27Switch `NonZero` alias direction.Markus Reiter-19/+52
2024-01-27Auto merge of #120417 - matthiaskrgr:rollup-5rszkmd, r=matthiaskrgrbors-1/+0
2024-01-27Rollup merge of #119641 - eopb:std-unused-ip-feature, r=ChrisDentonMatthias Krüger-1/+0
2024-01-27Auto merge of #111379 - nyurik:intersperse-speed-up, r=cuviperbors-49/+98
2024-01-27add extra check for invalid handle in ReadDir::nextHTGAzureX1212.-1/+8
2024-01-27make modifications as per reviewsHTGAzureX1212.-21/+25
2024-01-26Rollup merge of #120366 - RalfJung:is_val_statically_known, r=cuviperMatthias Krüger-1/+1
2024-01-26Rollup merge of #120311 - mina86:h, r=cuviperMatthias Krüger-0/+16
2024-01-26Rollup merge of #120205 - Berrysoft:windows-alloc-init, r=ChrisDentonMatthias Krüger-11/+13