index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exercises
/
conversions
Age
Commit message (
Expand
)
Author
2020-12-03
feat(try_from_into): remove duplicate annotation
Christos Kontas
2020-11-11
fix(try_from_into): type error
Wei Hu
2020-11-08
fix(try_from_into): Update description (#584)
JP
2020-11-07
feat(try_from_into): Add tests (#571)
fiplox
2020-09-25
chore: Change point to comma in from_into.rs
Greg Leonard
2020-09-07
fix(using_as): Add test so that proper type is returned. (#512)
Ryan McQuen
2020-08-10
chore: Run rustfmt on exercises
Étienne Barrié
2020-07-13
feat(try_from_into): Add insufficient length test (#469)
Chad Dougherty
2020-07-11
chore: Alter whitespace for consistency
Benjamin Jones
2020-06-08
Added example to show the AsRef working
millefalcon
2020-05-15
feat: Rewrite try_from_into (#393)
IkaR49
2020-05-03
Merge pull request #368 from apatniv/update_test_case
fmoko
2020-05-02
Review Comments: Add other test cases
apatniv
2020-04-30
fix(from_into.rs): typo
Jihchi Lee
2020-04-21
test: Add missing test case for from_str exercise
apatniv
2020-04-17
fix: confusing comment in conversions/try_from_into.rs
lebedevsergey
2020-04-08
remove bottom comment instead of top
Tonći Galić
2020-04-07
Remove duplicate not done comment
Tonći Galić
2020-03-11
adds additional test to meet exercise rules
skim
2019-12-23
Enable a test and improve per clippy's suggestion.
dmitri-mamrukov
2019-12-16
I AM NOT DONE comment in conversions exercise files
Abdou Seck
2019-12-16
feat: Add type conversion and parsing exercises
Abdou Seck