about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-01-27Rollup merge of #81412 - hyd-dev:array-assume-init-wrong-assertion, r=m-ou-seYuki Okushi-1/+3
2021-01-27Rollup merge of #81191 - ssomers:btree_more_order_chaos, r=Mark-SimulacrumYuki Okushi-1/+87
2021-01-27Rollup merge of #80876 - ojeda:option-result-unwrap_unchecked, r=m-ou-seYuki Okushi-1/+123
2021-01-26BTreeMap: stop tree from being owned by non-root nodeStein Somers-32/+73
2021-01-26shrink_to shouldn't panic on len greater than capacityThom Wiggers-24/+15
2021-01-27Fix assertion in `MaybeUninit::array_assume_init()` for zero-length arrayshyd-dev-1/+3
2021-01-26Auto merge of #81217 - ssomers:btree_bring_back_the_slice, r=Mark-Simulacrumbors-43/+23
2021-01-26Let's try the most idiomatic way.Giles Cope-5/+1
2021-01-26Removing if so it's more like the previous implementation.Giles Cope-3/+1
2021-01-26Auto merge of #81367 - andersk:join-test-threads, r=dtolnaybors-24/+64
2021-01-26Slight simplification of chars().count()Giles Cope-4/+5
2021-01-26Auto merge of #79113 - andjo403:raw_vec_ptr, r=m-ou-sebors-0/+1
2021-01-25libtest: Store pending timeouts in a dequeAnders Kaseorg-18/+27
2021-01-25Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiserbors-0/+2
2021-01-25Add tracking issueMiguel Ojeda-3/+3
2021-01-25Link the reference about undefined behaviorMiguel Ojeda-3/+9
2021-01-25Make std::panic_2021 an alias for core::panic_2021.Mara Bos-10/+1
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-0/+97
2021-01-25Remove unused allow_internal_unstable on core::panic.Mara Bos-1/+1
2021-01-24libtest: Wait for test threads to exit after they report completionAnders Kaseorg-14/+45
2021-01-24libtest: allow multiple filtersEric Huss-22/+34
2021-01-24Rollup merge of #79884 - Digital-Chaos:replace-magic, r=m-ou-seJonas Schievink-5/+15
2021-01-24Rollup merge of #79174 - taiki-e:std-future, r=Mark-SimulacrumJonas Schievink-20/+2
2021-01-24Rollup merge of #75180 - KodrAus:feat/error-by-ref, r=m-ou-seJonas Schievink-0/+21
2021-01-24BTreeMap: lightly refactor the split_off implementationStein Somers-42/+67
2021-01-24Auto merge of #81250 - sivadeilra:remove_xp_compat, r=joshtriplett,m-ou-sebors-145/+81
2021-01-24Stabilize `Seek::stream_position` & change feature of `Seek::stream_len`Lukas Kalbertodt-5/+3
2021-01-23Manually fuse the inner iterator in FlattenCompatGiacomo Stevanato-2/+14
2021-01-23Improve flatten-fuse testsGiacomo Stevanato-0/+17
2021-01-23Rollup merge of #81301 - davidgu:patch-1, r=jonas-schievinkJonas Schievink-1/+1
2021-01-23Rollup merge of #81281 - a1phyr:inline_path, r=dtolnayJonas Schievink-0/+103
2021-01-23Rollup merge of #81170 - xfix:vecdeque-bug-fix, r=sfacklerJonas Schievink-3/+47
2021-01-23Rollup merge of #79841 - fintelia:patch-6, r=kennytmJonas Schievink-6/+13
2021-01-23Add Frames iterator for BacktraceSean Chen-38/+92
2021-01-23Fix small typoDavid-1/+1
2021-01-23Allow libcore to be built with MIR inliningoli-0/+2
2021-01-24Fix and simplifyoxalica-22/+22
2021-01-24Simplify and fix testsoxalica-51/+40
2021-01-23Remove `Stream::next`Yoshua Wuyts-85/+9
2021-01-23Auto merge of #80715 - JulianKnodt:skip_opt, r=nagisabors-7/+27
2021-01-23Auto merge of #76391 - danii:master, r=cuviperbors-3681/+3777
2021-01-22library/core/tests/iter documentation and cleanupDaniel Conley-7/+37
2021-01-22library/core/tests/iter rearrange & add back missed doc commentsDaniel Conley-270/+274
2021-01-22library/core/test/iter add newlines between testsDaniel Conley-1/+170
2021-01-22Auto merge of #79233 - yoshuawuyts:alloc-doc-alias, r=GuillaumeGomezbors-2/+16
2021-01-22More clear documentation for NonNull<T>Jonathan Behrens-6/+13
2021-01-22Auto merge of #72160 - slo1:libstd-setgroups, r=KodrAusbors-7/+41
2021-01-22Inline methods of Path and OsStringBenoƮt du Garreau-0/+103
2021-01-22Add doc aliases for memory allocationsYoshua Wuyts-2/+16
2021-01-22Make more traits of the From/Into family diagnostic itemsflip1995-0/+3