about summary refs log tree commit diff
path: root/src/libcore/convert/mod.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-760/+0
2020-07-23Rollup merge of #74141 - euclio:typos, r=steveklabnikManish Goregaokar-1/+1
2020-07-16Rollup merge of #73421 - janikrabe:master, r=joshtriplettManish Goregaokar-4/+7
2020-07-15Clarify effect of orphan rule changes on From/IntoJanik Rabe-4/+7
2020-07-09libstd/libcore: fix various typosAndy Russell-1/+1
2020-06-15Tweak "non-primitive cast" errorEsteban Küber-0/+1
2020-03-22Implement Hash for InfallibleKonrad Borowski-0/+8
2020-03-07Correct version that relaxed orphan rulesJonathan Giddy-1/+1
2019-12-18Propagate cfg bootstrapMark Rousskov-1/+1
2019-12-14Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen...bors-7/+88
2019-12-14Revert "Redefine `core::convert::Infallible` as `!`."Niko Matsakis-7/+88
2019-12-14Auto merge of #67136 - oli-obk:const_stability, r=Centrilbors-0/+1
2019-12-13docs: std::convert::From: Fix typoShaleen Jain-1/+1
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-0/+1
2019-12-08leave a FIXMEMazdak Farrokhzad-1/+1
2019-12-08use `#[allow(unused_attributes)]` to paper over incr.comp problemMazdak Farrokhzad-0/+1
2019-12-06Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methodsSimon Sapin-0/+5
2019-12-06Make `core::convert` a directory-module with `mod.rs`Simon Sapin-0/+660