summaryrefslogtreecommitdiff
path: root/exercises/conversions
AgeCommit message (Expand)Author
2021-04-23docs(exercises): updated all exercises readme filesZerotask
2021-04-04fix: use trait objects for from_strTaylor Yu
2021-04-04fix: use trait objects for try_from_intoTaylor Yu
2021-02-21fix(from_str): Correct typosJirka Kremser
2021-01-21fix(from_str): test for error instead of unwrap/should_panicJean-Francois Chevrette
2021-01-09feat(from_into) : add test for checking unnecessary trailing valueSang-Heon Jeon
2021-01-09feat(from_str) : add test for checking unnecessary trailing valueSang-Heon Jeon
2020-12-03feat(try_from_into): remove duplicate annotationChristos Kontas
2020-11-11fix(try_from_into): type errorWei Hu
2020-11-08fix(try_from_into): Update description (#584)JP
2020-11-07feat(try_from_into): Add tests (#571)fiplox
2020-09-25chore: Change point to comma in from_into.rsGreg Leonard
2020-09-07fix(using_as): Add test so that proper type is returned. (#512)Ryan McQuen
2020-08-10chore: Run rustfmt on exercisesÉtienne Barrié
2020-07-13feat(try_from_into): Add insufficient length test (#469)Chad Dougherty
2020-07-11chore: Alter whitespace for consistencyBenjamin Jones
2020-06-08Added example to show the AsRef workingmillefalcon
2020-05-15feat: Rewrite try_from_into (#393)IkaR49
2020-05-03Merge pull request #368 from apatniv/update_test_casefmoko
2020-05-02Review Comments: Add other test casesapatniv
2020-04-30fix(from_into.rs): typoJihchi Lee
2020-04-21test: Add missing test case for from_str exerciseapatniv
2020-04-17fix: confusing comment in conversions/try_from_into.rslebedevsergey
2020-04-08remove bottom comment instead of topTonći Galić
2020-04-07Remove duplicate not done commentTonći Galić
2020-03-11adds additional test to meet exercise rulesskim
2019-12-23Enable a test and improve per clippy's suggestion.dmitri-mamrukov
2019-12-16I AM NOT DONE comment in conversions exercise filesAbdou Seck
2019-12-16feat: Add type conversion and parsing exercisesAbdou Seck