about summary refs log tree commit diff
path: root/library/alloc/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-10-09Cfg hide no_global_oom_handling and no_fp_fmt_parseGary Guo-0/+1
2021-10-08Cfg hide more conditions for allocLoïc BRANSTETT-1/+6
2021-10-06Clean up code a bit:Guillaume Gomez-2/+3
2021-10-05Suppress some cfg from being shown in the stdlib docsWim Looman-1/+6
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-0/+1
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-3/+0
2021-08-17Constified `Default` implementationsDeadbeef-0/+1
2021-07-28Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obkYuki Okushi-1/+2
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-1/+2
2021-07-27Auto merge of #85305 - MarcusDunn:master, r=pnkfelixbors-1/+1
2021-07-18better support for running libcore and liballoc tests with MiriRalf Jung-0/+4
2021-06-28Update to new bootstrap compilerMark Rousskov-2/+1
2021-06-14Stabilize `maybe_uninit_ref`Yuki Okushi-1/+0
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-1/+0
2021-06-04added back bindings_after_at as a cfg_attrmarcusdunn-0/+1
2021-06-04removed ref to bindings_after_atmarcusdunn-1/+0
2021-05-29Add `String::extend_from_within`Waffle-0/+1
2021-05-24remove cfg(bootstrap)Pietro Albini-3/+1
2021-05-09PR feedbackScott McMurray-2/+2
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-1/+1
2021-05-06Bootstrapping preparation for the libraryScott McMurray-0/+1
2021-05-05alloc: Add unstable Cfg feature `no-global_oom_handling`John Ericson-2/+2
2021-04-28Stabilize vec_extend_from_withinAmanieu d'Antras-1/+0
2021-04-18separate feature flag for unsizing casts in const fnRalf Jung-1/+1
2021-04-18move 'trait bounds on const fn' to separate feature gateRalf Jung-0/+1
2021-04-04Bump cfgsMark Rousskov-3/+1
2021-03-26Use iter::zip in library/Josh Stone-0/+1
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-1/+0
2021-03-19core/std/alloc: stabilize or_patternsmark-1/+1
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+2
2021-03-10Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...Yuki Okushi-1/+1
2021-03-02Rollup merge of #80189 - jyn514:convert-primitives, r=poliorceticsYuki Okushi-0/+5
2021-03-01Auto merge of #81094 - ssomers:btree_drainy_refactor_3, r=Mark-Simulacrumbors-0/+1
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-0/+5
2021-02-23BTree: split off reusable components from range_searchStein Somers-0/+1
2021-02-23Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrumbors-1/+0
2021-02-20Update the bootstrap compilerJoshua Nelson-1/+0
2021-02-18Stabilize `unsafe_op_in_unsafe_fn` lintLeSeulArtichaut-1/+1
2021-02-12Rename `Range::ensure_subset_of` to `slice::range`dylni-1/+1
2021-02-12Fix possible soundness issue in `ensure_subset_of`dylni-1/+1
2021-02-12Improve design of `assert_len`dylni-1/+1
2021-02-07Rollup merge of #81526 - ojeda:btree-use-unwrap_unchecked, r=scottmcmGuillaume Gomez-0/+1
2021-02-03Revert stabilizing integer::BITS.Mara Bos-0/+1
2021-02-02Auto merge of #79015 - WaffleLapkin:vec_append_from_within, r=KodrAusbors-0/+1
2021-01-31add `Vec::extend_from_within` methodWaffle-0/+1
2021-01-31Rollup merge of #81590 - KodrAus:stabilize/int_bits_const, r=m-ou-seJonas Schievink-1/+0
2021-01-31Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obkJonas Schievink-1/+0
2021-01-31stabilize int_bits_constAshley Mannix-1/+0
2021-01-31Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-seJonas Schievink-1/+0
2021-01-30Remove const_in_array_rep_exprkadmin-1/+0