about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-11-28improve docFabian Hintringer-1/+10
2022-11-28Add `as_mut_os_string` to `&mut PathBuf` and `as_mut_os_str` to `&mut Path`Andres Suarez-0/+46
2022-11-28Implement DerefMut for PathBufAndres Suarez-0/+14
2022-11-28Extract WStrUnits to sys_common::wstrAyush Singh-52/+62
2022-11-28Auto merge of #102991 - Sp00ph:master, r=scottmcmbors-1283/+932
2022-11-27Rollup merge of #104934 - ChrisDenton:all-anybody-wants, r=thomccMatthias Krüger-6/+6
2022-11-27Rollup merge of #104892 - lukas-code:discriminant, r=scottmcmMatthias Krüger-1/+60
2022-11-27add ptr::from_{ref,mut}Ralf Jung-15/+37
2022-11-26add link for string to as_ref docsZachary Mayhew-0/+1
2022-11-27Auto merge of #104818 - scottmcm:refactor-extend-func, r=the8472bors-44/+99
2022-11-26reword Option::as_ref and Option::map examplesZachary Mayhew-6/+6
2022-11-26Add second test case in `make_contiguous_head_to_end`Markus Everling-10/+49
2022-11-26Improve slow path in `make_contiguous`Markus Everling-36/+76
2022-11-26fix broken link fragmentLukas Markeffsky-1/+1
2022-11-26explain how to get the discriminant out of a `#[repr(T)] enum`Lukas Markeffsky-1/+60
2022-11-26Auto merge of #104935 - matthiaskrgr:rollup-nuca86l, r=matthiaskrgrbors-1/+12
2022-11-26Rollup merge of #104839 - HintringerFabian:docs_array_from_fn, r=scottmcmMatthias Krüger-1/+12
2022-11-26Remove redundant `all` in cfgChris Denton-6/+6
2022-11-26Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcmbors-1/+67
2022-11-26Don't use `Take` in `SpecExtend` implMarkus Everling-21/+23
2022-11-25PERs are homogeneousRalf Jung-2/+3
2022-11-25Implement masking in FileType comparison on UnixArthur Carcano-1/+10
2022-11-25Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPCMatthias Krüger-1/+1
2022-11-25Rollup merge of #104654 - thomcc:alloc-tests-unsafe_op_in_unsafe_fn, r=Mark-S...Matthias Krüger-7/+38
2022-11-25change example of array_from_fn to match suggestionFabian Hintringer-3/+3
2022-11-25RefCell::get_mut: fix typoRalf Jung-1/+1
2022-11-25Auto merge of #104855 - thomcc:revert-noinline-wintls, r=ChrisDentonbors-16/+9
2022-11-24Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trustedScott McMurray-6/+66
2022-11-25Changes according to code reviewMarkus Everling-144/+181
2022-11-24Revert "Forbid inlining `thread_local!`'s `__getit` function on Windows"Thom Chiovoloni-16/+9
2022-11-24Rollup merge of #104774 - vojtechkral:doc-str-empty-split-whitespace, r=thomccMatthias Krüger-0/+12
2022-11-24improve array_from_fn documenationFabian Hintringer-2/+13
2022-11-24Document split{_ascii,}_whitespace() for empty stringsVojtech Kral-0/+12
2022-11-24Stop peeling the last iteration of the loop in `Vec::repeat_with`Scott McMurray-11/+1
2022-11-24Extract the logic for `TrustedLen` to a named method that can be called directlyScott McMurray-32/+37
2022-11-24feat: implement TcpStream shutdown for wasm32-wasiHarald Hoyer-2/+8
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-8/+20
2022-11-23Add `#![deny(unsafe_op_in_unsafe_fn)]` in liballoc testsThom Chiovoloni-7/+38
2022-11-22Rollup merge of #104647 - RalfJung:alloc-strict-provenance, r=thomccManish Goregaokar-10/+19
2022-11-22Auto merge of #104743 - JohnTitor:rollup-9z9u7yd, r=JohnTitorbors-9/+16
2022-11-23Rollup merge of #101368 - thomcc:wintls-noinline, r=ChrisDentonYuki Okushi-9/+16
2022-11-22fix OOB access in SIMD impl of str.contains()The 8472-4/+6
2022-11-22add test for issue 104726The 8472-0/+12
2022-11-22Rollup merge of #104710 - RalfJung:doc-strict-provenance, r=thomccDylan DPC-0/+12
2022-11-22Rollup merge of #104464 - mati865:reduce-eh-overallocation-amd64, r=thomccDylan DPC-1/+4
2022-11-22disable strict-provenance-violating doctests in MiriRalf Jung-0/+12
2022-11-22Forbid inlining `thread_local!`'s `__getit` function on WindowsThom Chiovoloni-9/+16
2022-11-22rustdoc: Fix backoff doc to match implementationJonas Spinner-1/+1
2022-11-22Rollup merge of #103193 - krasimirgg:sysonce, r=AmanieuManish Goregaokar-0/+1
2022-11-22Rollup merge of #102207 - CraftSpider:const-layout, r=scottmcmManish Goregaokar-18/+45