about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-02-13Rollup merge of #107654 - pitaj:reword-integral-modules, r=thomccDylan DPC-36/+12
2023-02-13Auto merge of #107191 - Voultapher:reverse-timsort-scan-direction, r=thomccbors-220/+271
2023-02-12Hermit: Remove floor symbolMartin Kröning-5/+0
2023-02-12Rollup merge of #107954 - RalfJung:tree-borrows-fix, r=m-ou-seMatthias Krüger-3/+3
2023-02-12Rollup merge of #107943 - compiler-errors:document-pointer-like, r=jyn514Matthias Krüger-1/+4
2023-02-12Add a doc note about why `Chain` is not `ExactSizeIterator`Scott McMurray-0/+21
2023-02-12avoid mixing accesses of ptrs derived from a mutable ref and parent ptrsRalf Jung-3/+3
2023-02-12Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcmbors-42/+20
2023-02-12Auto merge of #107894 - Voultapher:improve-heapsort-fallback, r=scottmcmbors-2/+5
2023-02-12Document PointerLikeMichael Goulet-1/+4
2023-02-11Auto merge of #106677 - tbu-:pr_less_doc_hidden_pub, r=scottmcmbors-122/+48
2023-02-11Auto merge of #107167 - the8472:rawvec-simpler-layout, r=thomccbors-5/+12
2023-02-11Split branches in heapsort child selectionLukas Bergdoll-1/+6
2023-02-11Rollup merge of #107900 - ChrisDenton:zero-header, r=thomccDylan DPC-0/+2
2023-02-11Rollup merge of #107878 - workingjubilee:new-size-means-bytes, r=scottmcmDylan DPC-4/+5
2023-02-11Rollup merge of #106001 - sdroege:glibc-skip-over-null-argv, r=ChrisDentonDylan DPC-6/+22
2023-02-11Add array::map benchmarkskadmin-0/+20
2023-02-10Rename atomic 'as_mut_ptr' to 'as_ptr' to match Cell (ref #66893)Trevor Gross-9/+9
2023-02-10Drop llvm14-builtins-abi with compiler_builtins 0.1.87Josh Stone-1/+1
2023-02-10Have a function for the `log(0)` panic, rather than copy-pasting the string c...Scott McMurray-12/+38
2023-02-10Zero the `REPARSE_MOUNTPOINT_DATA_BUFFER` headerChris Denton-0/+2
2023-02-10Speedup heapsort by 1.5x by making it branchlessLukas Bergdoll-3/+1
2023-02-09Clarify `new_size` for realloc means bytesJubilee-4/+5
2023-02-10Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gatesTobias Bucher-122/+48
2023-02-09Allow wasi-libc to initialize its environment variables lazily.Dan Gohman-1/+7
2023-02-09Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomezDylan DPC-3/+3
2023-02-08Rollup merge of #107429 - tgross35:from-bytes-until-null-stabilization, r=dto...Michael Goulet-12/+18
2023-02-08Rollup merge of #107317 - ids1024:asfd-rc, r=dtolnayMichael Goulet-0/+16
2023-02-08Rollup merge of #107793 - joboet:raw_os_error_ty_tracking, r=Dylan-DPCMatthias Krüger-2/+2
2023-02-08Rollup merge of #105641 - Amanieu:btree_cursor, r=m-ou-seMatthias Krüger-41/+957
2023-02-08std: add tracking issue for `RawOsError`joboet-2/+2
2023-02-08Rollup merge of #107776 - dbrgn:docs-string-reserve-headings, r=cuviperMatthias Krüger-2/+2
2023-02-08Rollup merge of #107769 - compiler-errors:pointer-like, r=eholkMatthias Krüger-5/+6
2023-02-07Docs: Fix format of headings in String::reserveDanilo Bargen-2/+2
2023-02-07Rename PointerSized to PointerLikeMichael Goulet-5/+6
2023-02-07Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-seMatthias Krüger-5/+5
2023-02-06Rollup merge of #107720 - tshepang:consistency, r=Mark-SimulacrumMatthias Krüger-1/+1
2023-02-06Rollup merge of #107714 - Wilfred:round_docs, r=m-ou-seMatthias Krüger-4/+4
2023-02-06Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errorsbors-6/+12
2023-02-06end entry paragprah with a period (.)Tshepang Mbambo-1/+1
2023-02-05Clarify wording on f64::round() and f32::round()Wilfred Hughes-4/+4
2023-02-05Mark 'atomic_mut_ptr' methods constTrevor Gross-5/+5
2023-02-05Fix typo in HashMap::with_capacityKiran Shila-1/+1
2023-02-05Add `slice_ranges` safety commentMarkus Everling-5/+12
2023-02-04Allow canonicalizing the `array::map` loop in trusted casesScott McMurray-141/+234
2023-02-04Stop forcing `array::map` through an unnecessary `Result`Scott McMurray-57/+69
2023-02-04Stop using `into_iter` in `array::map`Scott McMurray-11/+99
2023-02-03docs: update fragment for Result implsMichael Howell-3/+3
2023-02-03reword descriptions of the deprecated int modulesPeter Jaszkowiak-36/+12
2023-02-03Rollup merge of #107632 - ameknite:issue-107622-fix, r=jyn514Michael Goulet-2/+4