about summary refs log tree commit diff
path: root/library/alloc
AgeCommit message (Expand)AuthorLines
2022-11-03Fixed typosDouwe Schulte-2/+2
2022-11-02Rollup merge of #103807 - H4x5:string-extend-from-within-tracking-issue, r=Dy...Dylan DPC-1/+1
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-6/+5
2022-10-31Add tracking issue for `string_extend_from_within`Sky-1/+1
2022-10-26ptr::eq: clarify that comparing dyn Trait is fragileRalf Jung-10/+10
2022-10-24Clairify Vec::capacity docsNixon Enraght-Moony-2/+3
2022-10-24Rollup merge of #99578 - steffahn:remove_redundant_bound, r=thomccYuki Okushi-1/+0
2022-10-22Fix typo in docs of `String::leak`.Finn Bear-1/+1
2022-10-22Rollup merge of #103346 - HeroicKatora:metadata_of_const_pointer_argument, r=...Dylan DPC-2/+2
2022-10-22Rollup merge of #103280 - finnbear:impl_string_leak_2, r=joshtriplettDylan DPC-1/+30
2022-10-22Rollup merge of #103359 - WaffleLapkin:drain_no_mut_qqq, r=scottmcmMatthias Krüger-3/+1
2022-10-21Remove incorrect comment in `Vec::drain`Maybe Waffle-3/+1
2022-10-21Reduce mutability in std-use of with_metadata_ofAndreas Molzer-2/+2
2022-10-19Put fn in the right place.Finn Bear-29/+29
2022-10-19Copy of #102941.Finn Bear-1/+30
2022-10-19Rollup merge of #103153 - ChrisDenton:leak-oom, r=m-ou-seDylan DPC-1/+0
2022-10-18Rollup merge of #103163 - SUPERCILEX:uninit-array-assume2, r=scottmcmYuki Okushi-3/+3
2022-10-17Remove all uses of array_assume_initAlex Saveau-3/+3
2022-10-17Auto merge of #101837 - scottmcm:box-array-from-vec, r=m-ou-sebors-1/+50
2022-10-17Allow `Vec::leak` with `no_global_oom_handling`Chris Denton-1/+0
2022-10-15Documentation BTreeMap::append's behavior for already existing keysphilipp-3/+6
2022-10-14Auto merge of #102529 - colinba:master, r=joshtriplettbors-1/+1
2022-10-14more dupe word typosRageking8-1/+1
2022-10-11rename rustc_allocator_nounwind to rustc_nounwindRalf Jung-4/+8
2022-10-11Rollup merge of #101727 - est31:stabilize_map_first_last, r=m-ou-seMatthias Krüger-21/+10
2022-10-10Auto merge of #102596 - scottmcm:option-bool-calloc, r=Mark-Simulacrumbors-0/+22
2022-10-09Auto merge of #89123 - the8472:push_in_capacity, r=amanieubors-0/+45
2022-10-06Fix handling of trailing bare CR in str::linesKonrad Borowski-7/+19
2022-10-05Fix overconstrained Send impls in btree internalsDavid Tolnay-3/+3
2022-10-05Add regression test for lifetimes in alloc internals autotraitsDavid Tolnay-0/+297
2022-10-04Rollup merge of #101642 - SkiFire13:fix-inplace-collection-leak, r=the8472Dylan DPC-36/+67
2022-10-03Rollup merge of #99216 - duarten:master, r=joshtriplettMatthias Krüger-8/+73
2022-10-03Rollup merge of #98218 - kpreid:nostdarc, r=joshtriplettMatthias Krüger-0/+15
2022-10-03Clarify documentationGiacomo Stevanato-4/+3
2022-10-02Do the `calloc` optimization for `Option<bool>`Scott McMurray-0/+22
2022-10-02Rollup merge of #102556 - WaffleLapkin:implied_by_btree_new, r=Mark-SimulacrumDylan DPC-4/+20
2022-10-02Rollup merge of #102098 - xfix:weak-upgrade-fetch-update, r=Mark-SimulacrumDylan DPC-23/+16
2022-10-01Make `feature(const_btree_len)` implied by `feature(const_btree_new)`Maybe Waffle-4/+20
2022-10-01Detect and reject out-of-range integers in format string literalsColin Baumgarten-1/+1
2022-09-30Stabilize map_first_lastest31-21/+10
2022-09-29Stabilize `nonnull_slice_from_raw_parts`Yuki Okushi-3/+1
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-1/+0
2022-09-27Stabilize bench_black_boxUrgau-1/+0
2022-09-26remove cfg(bootstrap)Pietro Albini-29/+3
2022-09-26Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrumfee1-dead-8/+8
2022-09-25Auto merge of #102169 - scottmcm:constify-some-conditions, r=thomccbors-29/+34
2022-09-23Put back one of the `use`s for intra-doc mentionsScott McMurray-0/+6
2022-09-23Stabilize const `BTree{Map,Set}::new`Nilstrieb-8/+8
2022-09-22Make ZST checks in core/alloc more readableScott McMurray-29/+28
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-2/+1