Commit Graph

  • 7dc90094d2 Auto merge of #191 - MrFroop:master, r=komaeda bors 2019-07-12 08:16:35 +00:00
  • ba85ca32c4 Check if changed exercise file exists before calling verify. Fredrik Jambrén 2019-07-11 23:54:18 +02:00
  • 70946b85e5 fix(readme): http to https etisdew 2019-07-08 07:58:14 -07:00
  • 1570c328c6 Auto merge of #186 - Jesse-Cameron:iterator-exercise2, r=komaeda bors 2019-07-04 11:35:40 +00:00
  • 9288fccf07 feat(iterators2): adds iterators2 exercise including config Jesse 2019-07-02 21:21:58 +10:00
  • 5e1d7c3076 Auto merge of #184 - Jesse-Cameron:master, r=komaeda bors 2019-06-28 15:27:40 +00:00
  • 89d5186c0d fix(test1): renamed function name to snake case closes #180 Jesse 2019-06-29 01:00:10 +10:00
  • aaad60d07e Auto merge of #172 - miller-time:fix-book-links, r=komaeda bors 2019-06-23 10:31:50 +00:00
  • 5f16469807 Auto merge of #171 - miller-time:rustfmt-exercises, r=komaeda bors 2019-06-23 10:25:48 +00:00
  • 752bc27e2b Auto merge of #179 - briankung:fix_irrefutable_let_pattern_structs1, r=komaeda bors 2019-06-20 15:02:20 +00:00
  • cc6a14104d Fixes the irrefutable let pattern warning Brian Kung 2019-06-20 09:45:53 -05:00
  • eb13c2b6af chore: Clean up some formatting in exercises Russell Cousineau 2019-06-06 19:52:42 -07:00
  • 63c133e4a3 chore: Fix a couple broken book links Russell Cousineau 2019-06-06 20:17:22 -07:00
  • b8d59d699b Auto merge of #169 - miller-time:fix-install-script, r=komaeda bors 2019-06-11 13:53:07 +00:00
  • 5586613eec Auto merge of #170 - miller-time:rename-iterator-exercise, r=komaeda bors 2019-06-11 12:53:58 +00:00
  • ad8e6dc63b Auto merge of #176 - danwilhelm:dan-minor-text, r=komaeda bors 2019-06-11 09:38:18 +00:00
  • f72e0ca979 chore: Remove missed highlighting char from Issue #133 Dan Wilhelm 2019-06-10 20:24:18 -07:00
  • 03cfe67500 chore: Make install instructions consistent Dan Wilhelm 2019-06-10 20:20:22 -07:00
  • 7a252c4755 fix(installation): Fix rustlings installation check Russell Cousineau 2019-06-06 18:59:59 -07:00
  • 2089901739 docs: Move content from Readme to Contributing liv 2019-06-09 14:46:38 +02:00
  • 635e506c16 docs: Recommend rustlings watch as default liv 2019-06-09 14:44:16 +02:00
  • 75d8c7e3cc docs: Add CONTRIBUTING.md liv 2019-06-09 14:39:00 +02:00
  • 080d6cdd11 chore: Fix link to Arc<T> in the book Rohan Prinja 2019-06-09 01:54:01 -07:00
  • 433d2115bc fix(iterators): Rename iterator3.rs Russell Cousineau 2019-06-06 19:10:08 -07:00
  • 34e31232df feat(changelog): Use clog for changelogs liv 2019-06-05 13:14:51 +02:00
  • 7fca1d28af 1.3.0 liv 2019-06-05 12:37:02 +02:00
  • 9c3d765403 Auto merge of #167 - rust-lang:fix/remove-highlighting, r=komaeda bors 2019-06-05 10:23:37 +00:00
  • bb652ceb91 Commit Cargo.lock file liv 2019-06-05 12:22:41 +02:00
  • 62696f5819 Remove highlighting and syntect liv 2019-06-05 12:18:50 +02:00
  • 41170ce341 Auto merge of #164 - HanKruiger:master, r=komaeda bors 2019-05-26 14:07:16 +00:00
  • e2092a4ddd Auto merge of #165 - gushroom:fix-outdated-links, r=komaeda bors 2019-05-26 13:58:24 +00:00
  • fd1441d122 fixed outdated links gushroom 2019-05-26 14:57:56 +02:00
  • e1422c6443 Fix broken link HanKruiger 2019-05-26 14:45:04 +02:00
  • 1f07fd4150 Auto merge of #163 - briankung:add_structs, r=komaeda bors 2019-05-25 13:40:15 +00:00
  • 9b92aa08ae Adds a simple exercise for structures Brian Kung 2019-05-25 06:39:58 -05:00
  • 8bf8cbbd61 Auto merge of #162 - c-rustacean:rustfmt-and-ws-fixes, r=komaeda bors 2019-05-23 11:01:15 +00:00
  • f507844102 errorsn.rs: Separate also the hints from each other to avoid accidental viewing Eddy Petrisor 2019-05-23 12:21:25 +03:00
  • fffbb60ed9 Auto merge of #161 - c-rustacean:rustfmt-and-ws-fixes, r=komaeda bors 2019-05-22 12:29:20 +00:00
  • 9aec4abc4d rustfmt the exercises Eddy Petrisor 2019-05-22 14:48:32 +03:00
  • a53b3f199f iterator3.rs: whitespace fixes Eddy Petrisor 2019-05-22 14:48:19 +03:00
  • d6d696b66a errorsn.rs: Separate hints from code, so hints are not accidentally seen Eddy Petrisor 2019-05-22 14:47:49 +03:00
  • ca6bf966dd Cargo fmt the rustlings application code Eddy Petrisor 2019-05-22 14:50:23 +03:00
  • 5a9f8860ca Add not passing integration test (#154) liv 2019-05-22 10:53:46 +02:00
  • 5423bc66a9 Update errors1.rs - Add Result type signature as it is difficult for new comers to understand Generics and Error all at once. (#157) liv 2019-05-22 10:53:18 +02:00
  • 187d2ad226 Update errors1.rs Julien Bisconti 2019-05-12 14:54:37 +02:00
  • 7cf0d5d15e Add not passing integration test Denys Smirnov 2019-05-09 20:16:06 +03:00
  • 1f2ee8cb62 1.2.2 liv 2019-05-07 12:32:50 +02:00
  • 35c3d0b3fc Revert --nocapture flag liv 2019-05-07 12:31:02 +02:00
  • 0279294972 1.2.1 liv 2019-04-22 19:12:30 +08:00
  • 7eddee6f7a add a slightly more helpful error message liv 2019-04-22 18:43:39 +08:00
  • f2c48cfac5 fix the --nocapture functionality liv 2019-04-22 18:42:32 +08:00
  • 6ae0a00211 1.2.0 liv 2019-04-22 13:09:28 +08:00
  • bfcf38c8bc damn it liv 2019-04-22 07:05:46 +02:00
  • 9e328da641 use -- --nocapture when testing liv 2019-04-22 05:49:23 +02:00
  • e336d04c79 Auto merge of #144 - yvan-sraka:patch-0, r=komaeda bors 2019-04-22 01:50:48 +00:00
  • a71bc62c29 Add errors to exercises that compile without user changes Yvan Sraka 2019-04-22 00:09:30 +02:00
  • 4b0b7093e5 1.1.1 liv 2019-04-14 18:29:32 +02:00
  • 8387de64d3 Auto merge of #143 - cjpearce:fix-exercise-path-matching, r=komaeda bors 2019-04-13 16:32:02 +00:00
  • 77de6e5d6a Clean up test includes for File and Path Chris Pearce 2019-04-12 22:48:57 +01:00
  • 8c867a001a Remove unwrap on canonicalize result Chris Pearce 2019-04-12 22:24:13 +01:00
  • d01a71f7de Extract exercise struct to encapsulate path logic Chris Pearce 2019-04-11 21:41:24 +01:00
  • 04d1d4c00e Auto merge of #142 - diodfr:patch-1, r=komaeda bors 2019-04-08 20:05:34 +00:00
  • d7e58ee1af Fix links by deleting book version Diod FR 2019-04-08 22:02:04 +02:00
  • ffb165ce26 Auto merge of #140 - cjpearce:fix/test-race-condition, r=komaeda bors 2019-04-07 22:37:34 +00:00
  • 65cb09eb2e Update ci test command to allow multithreaded tests Chris Pearce 2019-04-07 21:23:02 +01:00
  • 78552ebd7a Auto merge of #141 - cjpearce:fix/run-panics-on-compile-fail, r=komaeda bors 2019-04-07 20:11:22 +00:00
  • 0c7bd12372 Fix test failing due to panic Chris Pearce 2019-04-07 18:43:05 +01:00
  • 3d11d7685b Modify integration tests to fail on panic Chris Pearce 2019-04-07 17:49:34 +01:00
  • 592ae6b4d2 Add process id to temp file name Chris Pearce 2019-04-07 17:28:51 +01:00
  • 4fa79ee02f Extract command builders into util Chris Pearce 2019-04-07 17:12:03 +01:00
  • fbd0ccbd5b Auto merge of #134 - rust-lang:fix/windows-paths, r=komaeda bors 2019-04-03 09:37:37 +00:00
  • 8c008a0e7d Merge pull request #137 from mgeier/patch-1 komaeda 2019-03-28 12:11:35 +01:00
  • 11fe19d08a Fix order of true/false in tests for executables Matthias Geier 2019-03-28 11:53:29 +01:00
  • 1b3469f236 make installation command checks more thorough liv 2019-03-28 10:51:54 +01:00
  • 022921168d fix watch command path execution liv 2019-03-27 10:58:56 +01:00
  • c6765eb3eb Merge pull request #133 from zacanger/bug/permissions komaeda 2019-03-24 15:44:34 +01:00
  • c5a374fbf2 Fix permissions on source files zacanger 2019-03-23 14:19:42 -06:00
  • f3ee70489f 1.1.0 lyn 2019-03-20 21:27:27 +01:00
  • 6a27ba735c cargo fmt lyn 2019-03-20 21:25:27 +01:00
  • 91dce31265 Merge pull request #131 from ColinPitrat/master komaeda 2019-03-20 21:22:04 +01:00
  • 040ca18a64 add travis config lyn 2019-03-20 21:08:08 +01:00
  • f43cb124f6 add tests lyn 2019-03-20 21:05:45 +01:00
  • 11875aed6e adjust author name komaeda 2019-03-20 14:51:28 +01:00
  • f07703eb7a Fix comment position Colin Pitrat 2019-03-20 11:21:15 +00:00
  • fd4eda8bda Verify that rust version is recent enough to install rustlings. Colin Pitrat 2019-03-20 11:18:39 +00:00
  • bf8d927ab2 Merge pull request #123 from kisom/master komaeda 2019-03-17 22:28:03 +01:00
  • 9fc4a83987 Be nicer when rustlings isn't run from the right directory. Kyle Isom 2019-03-16 19:15:09 -07:00
  • 63280ed9e4 Merge pull request #119 from LesnyRumcajs/patch-1 komaeda 2019-03-17 13:27:48 +01:00
  • 25f9d61410 Merge pull request #124 from kisom/update-link komaeda 2019-03-17 13:19:57 +01:00
  • c1f4257a91 errors2.rs: update link to Rust book. Kyle Isom 2019-03-16 19:22:06 -07:00
  • 8f9d7ce3d8 Merge pull request #120 from abagshaw/master komaeda 2019-03-16 12:54:09 +01:00
  • 3b5dfac44e Remove unnessecary whitespace Andrew Bagshaw 2019-03-15 16:01:45 -07:00
  • a6a8b61b12 Change to \n Andrew Bagshaw 2019-03-15 12:47:06 -07:00
  • 6cd42bb821 Add clear break between verify executions Andrew Bagshaw 2019-03-13 14:08:28 -07:00
  • 4d7ce6e571 deduplicate Andrew Bagshaw 2019-03-13 13:53:24 -07:00
  • 3f114cc069 Start verification at most recently modified file Andrew Bagshaw 2019-03-13 13:50:54 -07:00
  • 58ccd72aff Add standard library types to exercises suite LesnyRumcajs 2019-03-13 15:29:02 +01:00
  • abf175111d clippy-ify lyn 2019-03-11 15:09:20 +01:00
  • 9144c816bf remove obsolete paragraph on --test flag lyn 2019-03-06 22:01:45 +01:00
  • 999601d828 1.0.1 lyn 2019-03-06 21:58:10 +01:00