about summary refs log tree commit diff
path: root/src/libcore/convert.rs
AgeCommit message (Expand)AuthorLines
2016-05-07Implement RFC 1542Steven Fackler-10/+47
2016-03-29verb agreement in core::convert docsAlex Burka-10/+10
2016-02-09Minor spelling fixesCarlos E. Garcia-1/+1
2016-01-31 Doc:std::convert: disambiguate traits and keywordsThomas Wickham-6/+6
2016-01-15Doc:std::convert: be more specific + typoThomas Wickham-21/+19
2016-01-14Doc:std::convert explicitely list generic implsThomas Wickham-0/+59
2015-10-23Make `{Default, From, FromIterator, One, Zero}` well-formedAndrew Paseltiner-1/+1
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