summary refs log tree commit diff
path: root/src/libcore/convert.rs
AgeCommit message (Expand)AuthorLines
2018-04-20Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-8/+4
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-4/+8
2018-03-22Rollup merge of #49038 - canndrew:replace-infallible-with-never, r=SimonSapinkennytm-20/+1
2018-03-17update FIXME(#23442) to point to issue 45742 (Blanket impl of AsRef for Deref)Niv Kaminer-2/+2
2018-03-15replace `convert::Infallible` with `!`Andrew Cann-20/+1
2018-02-04Fix info about generic impls in AsMut docsMatt Brubeck-3/+3
2017-09-23Simplify implementation of Display and Error for convert::Infallible.Jimmy Cuadra-2/+3
2017-09-21Impl fmt::Display for convert::Infallible.Jimmy Cuadra-0/+8
2017-09-18Derive additional traits for Infallible.Jimmy Cuadra-9/+1
2017-09-01Reword docs for Infallible to make them easier to understand.Jimmy Cuadra-6/+5
2017-08-29Add blanket TryFrom impl when From is implemented.Jimmy Cuadra-12/+29
2017-06-15Update older URLs pointing to the first edition of the BookWonwoo Choi-2/+2
2017-05-28Clarify docs on implementing Into.Clar Charr-1/+37
2017-05-02Address reviewest31-1/+1
2017-05-02Removal pass for anonymous parametersest31-1/+1
2017-04-18Address review commentsDylan Maccora-24/+19
2017-04-08Removing broken examplesDylan Maccora-24/+3
2017-04-04AsMut exampleDylan Maccora-7/+15
2017-04-03Wrapped to 80 characters. Fix links.Dylan Maccora-40/+58
2017-04-01Convert docs clean up.Dylan Maccora-31/+114
2017-03-20Auto merge of #40281 - jimmycuadra:try-from-from-str, r=aturonbors-6/+18
2017-03-15Rename TryFrom's associated type and implement str::parse using TryFrom.Jimmy Cuadra-6/+18
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-4/+4
2017-02-02Add a name for the parameter to `TryFrom::try_from`.Jimmy Cuadra-1/+1
2017-01-29Add missing url in convert moduleGuillaume Gomez-10/+18
2016-10-21Fix a few links in the docsOliver Middleton-3/+3
2016-09-15Add example in AsMut trait documentationMark-Simulacrum-0/+16
2016-08-31Add missing urls into convert moduleGuillaume Gomez-16/+39
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-3/+0
2016-08-12fix small typos in std::convert documentationMatthew Piziak-4/+4
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