about summary refs log tree commit diff
path: root/library/core/src/convert
AgeCommit message (Expand)AuthorLines
2023-12-10remove redundant importssurechen-1/+1
2023-11-04Draft fleshed-out deref docsjmaargh-2/+2
2023-10-16Make `rustc_onunimplemented` export path agnosticNilstrieb-1/+1
2023-10-10Update mod.rstae-soo-kim-6/+5
2023-10-06Rollup merge of #114564 - scottmcm:when-to-from, r=dtolnayMatthias Krüger-0/+40
2023-10-05Elaborate some caveats to losslessScott McMurray-2/+5
2023-10-06Don't mention "recover the original" in `From` docsscottmcm-2/+5
2023-10-05Attempt to describe the intent behind the `From` trait furtherScott McMurray-0/+34
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+2
2023-08-25use the correct linkcui fliter-2/+2
2023-06-27Make `rustc_on_unimplemented` std-agnosticRageking8-1/+1
2023-05-31remove reference to Into in ? operator core/std docs, fix 111655anna-singleton-2/+1
2023-05-07Add `#[inline]` to functions that are never calledGary Guo-0/+1
2023-04-16rm const traits in libcoreDeadbeef-48/+24
2023-04-07Inline try_from and try_intoTomasz Miąsko-0/+2
2023-03-24Add #[inline] to the Into for From implBen Kimock-0/+1
2023-03-09Add examples section which demonstrates the behaviour (specifically the sign ...bmoxb-0/+20
2023-03-09Add missing comment for f64bmoxb-1/+2
2023-03-09Indicate that `0.0` refers to positive `0.0`bmoxb-2/+2
2023-03-09Document the resulting values produced when using `From<bool>` on floatsbmoxb-1/+2
2023-02-26Remove `from_fn` lang itemNilstrieb-1/+1
2023-01-25Set version placeholders to 1.68Mark Rousskov-2/+2
2022-12-15Implement `From<bool>` for f32, f64Jacob Pratt-0/+20
2022-12-07Make some trivial functions `#[inline(always)]`Eduardo Sánchez Muñoz-3/+5
2022-12-04Make integer-to-integer `From` impls `#[inline(always)]`Eduardo Sánchez Muñoz-1/+1
2022-10-04Rollup merge of #102628 - H4x5:master, r=scottmcmMatthias Krüger-1/+1
2022-10-03Rollup merge of #99460 - JanBeh:PR_asref_asmut_docs, r=joshtriplettMatthias Krüger-18/+187
2022-10-03Change the parameter name of From::from to `value`H4x5-1/+1
2022-09-29fix minor ungrammatical sentenceGabe Koss-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-2/+0
2022-09-16Add more `const_trait` annotationsDeadbeef-0/+5
2022-09-16Require `#[const_trait]` for `const` `impl`sDeadbeef-0/+1
2022-09-06Auto merge of #100733 - scottmcm:inline-from-from-identity, r=m-ou-sebors-0/+1
2022-08-22Move error trait into coreJane Losare-Lusby-0/+10
2022-08-18Inline `<T as From<T>>::from`Scott McMurray-0/+1
2022-07-21fixup! docs: Improve AsRef / AsMut docs on blanket implsJan Behrens-4/+4
2022-07-19fixup! docs: Improve AsRef / AsMut docs on blanket implsJan Behrens-7/+14
2022-07-19fixup! docs: Improve AsRef / AsMut docs on blanket implsJan Behrens-0/+21
2022-07-19docs: Improve AsRef / AsMut docs on blanket implsJan Behrens-18/+159
2022-05-08Warn on unused doc(hidden) on trait impl itemsLeón Orell Valerian Liehr-1/+0
2022-04-13Rollup merge of #96006 - hkBst:patch-2, r=Dylan-DPCDylan DPC-1/+1
2022-04-13Add a missing articleMarijn Schouten-1/+1
2022-04-13Add missing article to fix "few" to "a few".Marijn Schouten-1/+1
2022-03-20Rollup merge of #95110 - wmstack:patch-1, r=Dylan-DPCMatthias Krüger-4/+4
2022-03-19Auto merge of #94372 - erikdesjardins:asrefinl, r=dtolnaybors-0/+3
2022-03-19Provide more useful documentation of conversion methodsWaleed Dahshan-4/+4
2022-03-09Rollup merge of #92541 - asquared31415:from-docs, r=m-ou-seMatthias Krüger-1/+2
2022-03-09Rollup merge of #91804 - woppopo:const_clone, r=oli-obkMatthias Krüger-1/+2
2022-02-25Add #[inline] to trivial AsRef implsErik Desjardins-0/+3
2022-02-17Rollup merge of #89869 - kpreid:from-doc, r=yaahcMatthias Krüger-0/+5