about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-01-17Rollup merge of #92953 - azdavis:azdavis-copy-example, r=dtolnayMatthias Krüger-15/+61
2022-01-16Rollup merge of #92706 - umanwizard:btree, r=dtolnayMatthias Krüger-4/+11
2022-01-16Rollup merge of #92619 - Alexendoo:macro-diagnostic-items, r=matthewjasperMatthias Krüger-0/+31
2022-01-16Auto merge of #92356 - kellerkindt:saturating_int_assign_impl, r=dtolnaybors-0/+187
2022-01-15Touch up stray comment in PR 92953David Tolnay-2/+2
2022-01-15Clear up discriminants with more examplesAriel Davis-18/+52
2022-01-15Tweak btree iterator wording to not use 'yield'David Tolnay-4/+5
2022-01-16Auto merge of #92598 - Badel2:panic-update-hook, r=yaahcbors-6/+88
2022-01-15Copy an example to PartialOrd as wellAriel Davis-3/+15
2022-01-15Rollup merge of #92879 - compiler-errors:into_iter_unsound, r=dtolnayMatthias Krüger-1/+1
2022-01-15Rollup merge of #92863 - camelid:read_to_string-rm-mut, r=m-ou-seMatthias Krüger-2/+2
2022-01-15Rollup merge of #92775 - xfix:osstringext-inline, r=m-ou-seMatthias Krüger-0/+2
2022-01-15Rollup merge of #92747 - swenson:bignum-bit-length-optimization, r=scottmcmMatthias Krüger-15/+41
2022-01-15Rollup merge of #92684 - ibraheemdev:patch-10, r=m-ou-seMatthias Krüger-0/+2
2022-01-15Rollup merge of #92382 - clarfonthey:const_convert, r=scottmcmMatthias Krüger-10/+15
2022-01-14Rollup merge of #92768 - ojeda:stabilize-maybe_uninit_extra, r=Mark-SimulacrumMatthias Krüger-9/+5
2022-01-13Add Sync bound to allocator parameter in vec::IntoIterMichael Goulet-1/+1
2022-01-13fix stability attribute for `tcp::IntoIncoming`Ibraheem Ahmed-1/+3
2022-01-13Remove `&mut` from `io::read_to_string` signatureNoah Lev-2/+2
2022-01-13Rollup merge of #91938 - yaahc:error-reporter, r=m-ou-seMatthias Krüger-4/+1048
2022-01-13Auto merge of #92553 - m-ou-se:thread-join-simplify, r=Mark-Simulacrumbors-9/+9
2022-01-12Rollup merge of #92748 - david-perez:eliminate-boxed-wording-std-error, r=Mar...Matthias Krüger-6/+6
2022-01-12Rollup merge of #92720 - rosik:patch-1, r=m-ou-seMatthias Krüger-1/+1
2022-01-12Rollup merge of #92709 - joshtriplett:file-options-docs, r=Mark-SimulacrumMatthias Krüger-4/+5
2022-01-12Rollup merge of #92328 - camelid:sentence, r=scottmcmMatthias Krüger-1/+1
2022-01-11Address review commentsBrennan Vincent-4/+4
2022-01-11Inline std::os::unix::ffi::OsStringExt methodsKonrad Borowski-0/+2
2022-01-11Partially stabilize `maybe_uninit_extra`Miguel Ojeda-9/+5
2022-01-11Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma...bors-83/+82
2022-01-10Simplify BigNum::bit_length() with log2()Christopher Swenson-8/+6
2022-01-10Improve documentation for File::options to give a more likely exampleJosh Triplett-4/+5
2022-01-10Eliminate "boxed" wording in `std::error::Error` documentationdavid-perez-6/+6
2022-01-10Simplification of BigNum::bit_lengthChristopher Swenson-10/+38
2022-01-10Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgrbors-2/+2
2022-01-10Fix doc formatting for time.rs Yaroslav Dynnikov-1/+1
2022-01-10Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomezMatthias Krüger-2/+2
2022-01-09Clarify explicitly that BTree{Map,Set} are ordered.Brennan Vincent-4/+10
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-28/+30
2022-01-09Rollup merge of #92671 - WaffleLapkin:atomic_from_mut_unique_ref, r=m-ou-seMatthias Krüger-6/+6
2022-01-09Rollup merge of #92657 - Kixunil:ptr_as_const_mut, r=m-ou-seMatthias Krüger-0/+24
2022-01-08export `tcp::IntoIncoming`Ibraheem Ahmed-1/+1
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-83/+82
2022-01-08Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-sebors-42/+15
2022-01-08Implemented const casts of raw pointersMartin Habovstiak-0/+24
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-2/+2
2022-01-08Make `Atomic*::from_mut` return `&mut Atomic*`Maybe Waffle-6/+6
2022-01-07Rollup merge of #92632 - yoshuawuyts:stabilize-available-parallelism, r=josht...Eric Huss-3/+1
2022-01-07Rollup merge of #92600 - asquared31415:float-must-use, r=joshtriplettEric Huss-0/+10
2022-01-07Rollup merge of #92568 - Mark-Simulacrum:non-exhaustive-variant-count, r=the8472Eric Huss-0/+4
2022-01-08Add safety comments to panic::(set/take/update)_hookBadel2-0/+15