summary refs log tree commit diff
path: root/src/libcore/convert.rs
AgeCommit message (Expand)AuthorLines
2015-06-17core: Split apart the global `core` featureAlex Crichton-4/+5
2015-05-12TRPL: Borrow and AsRefSteve Klabnik-0/+5
2015-05-10Add #[inline] to AsRef<str>::as_ref for String and str.Jan Bujak-0/+1
2015-04-26Make From::from example more idiomatic / simplerCorey Farwell-3/+1
2015-04-24Remove reference to 'to'Steve Klabnik-1/+1
2015-04-10Add examples for ConvertSteve Klabnik-5/+51
2015-04-04s/Perform/Performs/Andrew Paseltiner-4/+4
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-7/+0
2015-03-31rollup merge of #23879: seanmonstar/del-from-errorAlex Crichton-0/+7
2015-03-31Stabilize `std::convert` and related codeAaron Turon-16/+22
2015-03-30convert: remove FromError, use From<E> insteadSean McArthur-0/+7
2015-03-26Revise use of conversion traitsAaron Turon-0/+16
2015-03-23Add generic conversion traitsAaron Turon-0/+113