about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-01-06Rollup merge of #92620 - steffahn:remove_unused_ExtendDefault_struct, r=Mark-...Matthias Krüger-10/+0
2022-01-06remove unused ExtendDefault structFrank Steffahn-10/+0
2022-01-06Rollup merge of #92288 - yescallop:patch-1, r=m-ou-seMatthias Krüger-2/+2
2022-01-05Auto merge of #92587 - matthiaskrgr:rollup-qnwa8qx, r=matthiaskrgrbors-26/+37
2022-01-05Rollup merge of #92574 - luojia65:riscv-kernel-dev-rust, r=AmanieuMatthias Krüger-5/+16
2022-01-05Rollup merge of #92483 - ksqsf:master, r=dtolnayMatthias Krüger-8/+8
2022-01-05Rollup merge of #92388 - SpriteOvO:master, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-01-05Rollup merge of #92092 - saethlin:fix-sort-guards-sb, r=danielhenrymantillaMatthias Krüger-12/+12
2022-01-05Rollup merge of #92517 - ChrisDenton:explicit-path, r=dtolnayMatthias Krüger-33/+37
2022-01-05Rollup merge of #92322 - alper:add_debug_trait_documentation, r=dtolnayMatthias Krüger-2/+21
2022-01-05Add is_riscv_feature_detected!; modify impl of hint::spin_loopluojia65-5/+16
2022-01-04Auto merge of #92560 - matthiaskrgr:rollup-jeli7ip, r=matthiaskrgrbors-89/+124
2022-01-04Touch up Debug example from PR 92322David Tolnay-3/+7
2022-01-04Rollup merge of #92530 - dtolnay:contains, r=yaahcMatthias Krüger-88/+92
2022-01-04Rollup merge of #91587 - nrc:dispatchfromdyn-docs, r=yaahcMatthias Krüger-1/+32
2022-01-04Rollup merge of #92525 - zohnannor:patch-1, r=camelidMatthias Krüger-1/+2
2022-01-04Rollup merge of #92456 - danielhenrymantilla:patch-1, r=petrochenkovMatthias Krüger-22/+25
2022-01-04Rollup merge of #91884 - woppopo:const_box, r=oli-obkMatthias Krüger-32/+225
2022-01-04Rollup merge of #91754 - Patrick-Poitras:rm-4byte-minimum-stdio-windows, r=Ma...Matthias Krüger-18/+54
2022-01-04Stabilize `result_cloned` and `result_copied`ksqsf-8/+8
2022-01-03Make the documentation of builtin macro attributes accessibleDaniel Henry-Mantilla-22/+25
2022-01-03Move `contains` method of Option and Result lower in docsDavid Tolnay-88/+92
2022-01-03Make `Receiver::into_iter` into a clickable linkzohnannor-1/+2
2022-01-04Fix a compile error when no_global_oom_handlingwoppopo-1/+1
2022-01-04Add tracking issues (`const_box`, `const_alloc_error`)woppopo-25/+26
2022-01-03Rollup merge of #92444 - dtolnay:coremethods, r=joshtriplettMatthias Krüger-428/+449
2022-01-03Rollup merge of #92409 - bjorn3:libtest_cleanups, r=m-ou-seMatthias Krüger-21/+5
2022-01-03Explicitly pass `PATH` to the Windows exe resolverChris Denton-33/+37
2022-01-02Auto merge of #91961 - kornelski:track_split_caller, r=joshtriplettbors-0/+5
2022-01-02Auto merge of #92482 - matthiaskrgr:rollup-uso1zi0, r=matthiaskrgrbors-104/+107
2022-01-01Rollup merge of #92463 - thomcc:thats-not-how-its-pronounced, r=joshtriplettMatthias Krüger-1/+1
2022-01-01Rollup merge of #91593 - upsuper-forks:hashmap-set-methods-bound, r=dtolnayMatthias Krüger-99/+99
2022-01-01Rollup merge of #84083 - ltratt:threadid_doc_tweak, r=dtolnayMatthias Krüger-4/+7
2022-01-01Auto merge of #92396 - xfix:remove-commandenv-apply, r=Mark-Simulacrumbors-16/+0
2022-01-01Rollup merge of #92469 - joshtriplett:test-number-fix, r=Mark-SimulacrumMatthias Krüger-4/+4
2022-01-01Rollup merge of #92097 - saethlin:split-without-deref, r=the8472Matthias Krüger-2/+7
2021-12-31Make tidy check for magic numbers that spell thingsJosh Triplett-4/+4
2021-12-31Clarify safety commentBen Kimock-0/+2
2021-12-31Rollup merge of #92338 - Xuanwo:try_reserve, r=dtolnayMatthias Krüger-0/+138
2021-12-31Remove pronunciation guide from Vec<T>Thom Chiovoloni-1/+1
2021-12-30Remove needless allocation from example code of OsStringDavid Tolnay-4/+4
2021-12-30Fix some copy/paste hysteresis in OsString try_reserve docsDavid Tolnay-4/+4
2021-12-30Consolidate impl Option<&mut T>David Tolnay-4/+5
2021-12-30Consolidate impl Option<&T>David Tolnay-28/+29
2021-12-30Move Option::as_deref_mutDavid Tolnay-28/+26
2021-12-30Move Option::as_derefDavid Tolnay-28/+26
2021-12-30Move Option::unwrap_or_defaultDavid Tolnay-41/+39
2021-12-30Consolidate impl Result<&mut T, E>David Tolnay-5/+9
2021-12-30Consolidate impl Result<&T, E>David Tolnay-22/+26
2021-12-30Move Result::into_errDavid Tolnay-36/+37