summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-23Fix permissions on source fileszacanger
2019-03-201.1.0lyn
2019-03-20cargo fmtlyn
2019-03-20Merge pull request #131 from ColinPitrat/masterkomaeda
Verify that rust version is recent enough to install rustlings.
2019-03-20add travis configlyn
2019-03-20add testslyn
2019-03-20adjust author namekomaeda
2019-03-20Fix comment positionColin Pitrat
2019-03-20Verify that rust version is recent enough to install rustlings.Colin Pitrat
I would have liked to write some tests for the vercomp function I introduce, but there doesn't seem to be any CI setup yet?
2019-03-17Merge pull request #123 from kisom/masterkomaeda
Be nicer when rustlings isn't run from the right directory.
2019-03-17Be nicer when rustlings isn't run from the right directory.Kyle Isom
Before, rustlings would panic if it wasn't in the right directory. It took me a minute to figure out why, and this wasn't my first intro to Rust. It would probably help new users if they saw a helpful message instead of a stack trace.
2019-03-17Merge pull request #119 from LesnyRumcajs/patch-1komaeda
Add standard library types to exercises suite
2019-03-17Merge pull request #124 from kisom/update-linkkomaeda
errors2.rs: update link to Rust book.
2019-03-16errors2.rs: update link to Rust book.Kyle Isom
2019-03-16Merge pull request #120 from abagshaw/masterkomaeda
Start verification at most recently modified file
2019-03-15Remove unnessecary whitespaceAndrew Bagshaw
2019-03-15Change to \nAndrew Bagshaw
2019-03-13Add clear break between verify executionsAndrew Bagshaw
2019-03-13deduplicateAndrew Bagshaw
2019-03-13Start verification at most recently modified fileAndrew Bagshaw
2019-03-13Add standard library types to exercises suiteLesnyRumcajs
2019-03-11clippy-ifylyn
2019-03-06remove obsolete paragraph on `--test` flaglyn
2019-03-061.0.1lyn
2019-03-06rework contribution guide for the new toml filelyn
2019-03-06standardize exercise running via an external toml filelyn
2019-03-06Merge pull request #117 from shaunbennett/masterkomaeda
Watch for file creation events in watch mode
2019-03-06edit readme to use the install scriptlyn
2019-03-06add a basic install scriptlyn
2019-03-061.0.0lyn
2019-03-06Fix file watching for vim swap filesShaun Bennett
2019-03-06update cargo.toml authorskomaeda
2019-02-17Merge pull request #115 from h-michael/verifykomaeda
Add thread exercises to verify entrypoint
2019-02-17Add thread exercises to verify entrypointHirokazu Hata
2019-02-15fix test command executionliv
seems like i forgot that you actually need to run executables created with `rustc --test`! this also reworks the "test1" exercise a bit closes #108
2019-02-14add another note for Xcode 10+liv
2019-02-14add a note regarding macos xcode dev toolsliv
2019-02-12replace old repository referencesliv
2019-01-29Merge pull request #112 from JPMoresmau/bugfix/readme_typoskomaeda
Bugfix/readme typos
2019-01-29Renamed readme files properlyJean-Philippe Moresmau
2019-01-29Renamed readme files properlyJean-Philippe Moresmau
2019-01-25Merge pull request #110 from rustlings/fix/add-colorkomaeda
add "--color always" to the other rustc commands
2019-01-25add "--color always" to the other rustc commandsliv
2019-01-23Merge pull request #106 from rustlings/newkomaeda
rustlings v2
2019-01-23update readme with reference to the old versionliv
2019-01-23update cargo.toml authorsliv
2019-01-23thematically refactor modules2liv
2019-01-23minor readme changeliv
2019-01-23add more detailed command helpliv
2019-01-23complete readmeliv