Commit Graph

  • fea81419cd Auto merge of #227 - workingjubilee:watch-clears-terminal, r=fmoko bors 2019-11-09 09:31:50 +0000
  • 83be517e77 watch: clears terminal before entering loop Jubilee Young 2019-11-09 23:52:30 -0800
  • 79a569422c
    fix: Rewrite test1 logic marisa 2019-10-29 20:53:41 +0100
  • 1e0b12e37e Auto merge of #225 - ssweeny:fix/test1-wording, r=fmoko bors 2019-10-29 13:37:30 +0000
  • dc15032112 feat: Add enums exercises Thomas Holloway 2019-10-28 22:49:49 -0500
  • 2821227acf chore: Clarify comment in exercises/test1.rs Scott Sweeny 2019-10-28 23:08:46 -0400
  • 2191ef7eee Auto merge of #219 - vyaslav:master, r=fmoko bors 2019-10-28 22:56:54 +0000
  • 4c2cf6da75
    fix(option1): Fix arguments passed to assert! macro (#222) marisa 2019-10-26 00:27:40 +0200
  • 0f3d6d871e
    chore: Bump version in Cargo.lock (#223) marisa 2019-10-26 00:27:17 +0200
  • bd007d4617 chore: Bump version in Cargo.lock Niklas Anderson 2019-10-25 14:57:30 -0700
  • ead4f7af9e fix(option1): Fix arguments passed to assert! macro Niklas Anderson 2019-10-25 14:27:24 -0700
  • 4808b5b3ba
    Update README to show latest version, for those who copy/paste (#221) marisa 2019-10-25 01:54:10 +0200
  • f3da6796b9
    Update README to show latest version, for those who copy/paste Mark Provan 2019-10-24 13:56:14 +0100
  • cece12e87e docs: Add automatic Windows support to Readme marisa 2019-10-23 13:01:07 +0200
  • 68d1727cac chore(ci): Remove GitHub actions for now marisa 2019-10-23 12:56:07 +0200
  • 8a2e13b20a Auto merge of #220 - gdoenlen:master, r=fmoko bors 2019-10-23 10:49:36 +0000
  • ee311b8e5c remove execution policy check George Doenlen 2019-10-22 22:26:33 -0400
  • f0de6c4e92 Add basic windows install script. George Doenlen 2019-10-22 21:56:50 -0400
  • 1c4c8764ed feat: Added exercise for struct update syntax Viacheslav Avramenko 2019-10-21 14:23:06 +0200
  • e6161a6f58 Auto merge of #217 - timthelion:timthelion-readme-run, r=fmoko bors 2019-09-25 14:09:52 +0000
  • 8c0fe59c90
    Tense in README Timothy Hobbs 2019-09-07 16:17:45 +0000
  • 17690b3add
    chore(ci): Add GitHub Actions CI file komaeda 2019-08-21 13:23:38 +0200
  • f9987c8bed Auto merge of #212 - sosnowski:fix/add-dyn-trait, r=komaeda bors 2019-08-21 11:01:11 +0000
  • 8109cbad97 fix(errorsn.rs) Update the deprecated syntax by adding dyn to trait objectscloses #211 Damian S 2019-08-20 22:52:24 +0100
  • c5bb32253b Auto merge of #209 - Dylnuge:slice-assert, r=komaeda bors 2019-08-18 08:24:44 +0000
  • 5b1e673cec fix(primitive_types4): Fail on a slice covering the wrong area Dylan Nugent 2019-08-17 17:14:00 -0700
  • 2cd06826c0 Auto merge of #206 - ajaxm:ajaxm/rustup-update, r=komaeda bors 2019-08-13 10:04:36 +0000
  • 4f0c5a8d49
    1.4.1 1.4.1 marisa 2019-08-13 11:59:17 +0200
  • 3011251da7 Auto merge of #208 - EnricoMiccoli:patch-1, r=komaeda bors 2019-08-12 15:24:17 +0000
  • 76b4cb5c00
    chore: Correct typo Enrico Miccoli 2019-08-12 11:45:40 +0200
  • f83af3c25d Auto merge of #207 - nkanderson:fix_iterators2, r=komaeda bors 2019-08-11 15:44:40 +0000
  • e3931718fb chore(iterators2): Add exercise instructions Niklas Anderson 2019-08-09 07:36:39 -0700
  • 4cde86643e fix(iterators2): Remove syntax resulting in misleading error message Niklas Anderson 2019-08-09 07:28:35 -0700
  • 9ee3207280 docs: Suggest rustup update in readme Ajax Manohar 2019-08-02 23:26:51 -0700
  • e696a07190 Auto merge of #201 - zdzc:patch-1, r=komaeda bors 2019-07-27 19:07:22 +0000
  • e0db987441
    docs: Fix wrong title Andre Pratama 2019-07-27 22:14:48 +0700
  • 1890b0019d Auto merge of #198 - nkanderson:160_options1-add-test, r=komaeda bors 2019-07-27 10:32:47 +0000
  • a750e4a1a3 fix(option1): Add test for prematurely passing exercise Niklas Anderson 2019-07-26 16:44:10 -0700
  • 1c789dda08 Auto merge of #192 - petemcfarlane:patch-2, r=komaeda bors 2019-07-13 16:27:14 +0000
  • 4086d463a9
    fix(test1): Swap assertion parameter order Pete McFarlane 2019-07-13 13:31:57 +0100
  • b8368de6d5
    1.4.0 1.4.0 marisa 2019-07-13 12:50:22 +0200
  • 7dc90094d2 Auto merge of #191 - MrFroop:master, r=komaeda bors 2019-07-12 08:16:35 +0000
  • ba85ca32c4 Check if changed exercise file exists before calling verify. Fredrik Jambrén 2019-07-11 23:54:18 +0200
  • 70946b85e5 fix(readme): http to https etisdew 2019-07-08 07:58:14 -0700
  • 1570c328c6 Auto merge of #186 - Jesse-Cameron:iterator-exercise2, r=komaeda bors 2019-07-04 11:35:40 +0000
  • 9288fccf07 feat(iterators2): adds iterators2 exercise including config Jesse 2019-07-02 21:21:58 +1000
  • 5e1d7c3076 Auto merge of #184 - Jesse-Cameron:master, r=komaeda bors 2019-06-28 15:27:40 +0000
  • 89d5186c0d fix(test1): renamed function name to snake case closes #180 Jesse 2019-06-29 01:00:10 +1000
  • aaad60d07e Auto merge of #172 - miller-time:fix-book-links, r=komaeda bors 2019-06-23 10:31:50 +0000
  • 5f16469807 Auto merge of #171 - miller-time:rustfmt-exercises, r=komaeda bors 2019-06-23 10:25:48 +0000
  • 752bc27e2b Auto merge of #179 - briankung:fix_irrefutable_let_pattern_structs1, r=komaeda bors 2019-06-20 15:02:20 +0000
  • cc6a14104d Fixes the irrefutable let pattern warning Brian Kung 2019-06-20 09:45:53 -0500
  • eb13c2b6af chore: Clean up some formatting in exercises Russell Cousineau 2019-06-06 19:52:42 -0700
  • 63c133e4a3 chore: Fix a couple broken book links Russell Cousineau 2019-06-06 20:17:22 -0700
  • b8d59d699b Auto merge of #169 - miller-time:fix-install-script, r=komaeda bors 2019-06-11 13:53:07 +0000
  • 5586613eec Auto merge of #170 - miller-time:rename-iterator-exercise, r=komaeda bors 2019-06-11 12:53:58 +0000
  • ad8e6dc63b Auto merge of #176 - danwilhelm:dan-minor-text, r=komaeda bors 2019-06-11 09:38:18 +0000
  • f72e0ca979 chore: Remove missed highlighting char from Issue #133 Dan Wilhelm 2019-06-10 20:24:18 -0700
  • 03cfe67500 chore: Make install instructions consistent Dan Wilhelm 2019-06-10 20:20:22 -0700
  • 7a252c4755 fix(installation): Fix rustlings installation check Russell Cousineau 2019-06-06 18:59:59 -0700
  • 2089901739 docs: Move content from Readme to Contributing liv 2019-06-09 14:46:38 +0200
  • 635e506c16 docs: Recommend `rustlings watch` as default liv 2019-06-09 14:44:16 +0200
  • 75d8c7e3cc docs: Add CONTRIBUTING.md liv 2019-06-09 14:39:00 +0200
  • 080d6cdd11 chore: Fix link to Arc<T> in the book Rohan Prinja 2019-06-09 01:54:01 -0700
  • 433d2115bc fix(iterators): Rename iterator3.rs Russell Cousineau 2019-06-06 19:10:08 -0700
  • 34e31232df feat(changelog): Use clog for changelogs liv 2019-06-05 13:14:51 +0200
  • 7fca1d28af 1.3.0 1.3.0 liv 2019-06-05 12:37:02 +0200
  • 9c3d765403 Auto merge of #167 - rust-lang:fix/remove-highlighting, r=komaeda bors 2019-06-05 10:23:37 +0000
  • bb652ceb91 Commit Cargo.lock file fix/remove-highlighting liv 2019-06-05 12:22:41 +0200
  • 62696f5819 Remove highlighting and syntect liv 2019-06-05 12:18:50 +0200
  • 41170ce341 Auto merge of #164 - HanKruiger:master, r=komaeda bors 2019-05-26 14:07:16 +0000
  • e2092a4ddd Auto merge of #165 - gushroom:fix-outdated-links, r=komaeda bors 2019-05-26 13:58:24 +0000
  • fd1441d122 fixed outdated links gushroom 2019-05-26 14:57:56 +0200
  • e1422c6443 Fix broken link HanKruiger 2019-05-26 14:45:04 +0200
  • 1f07fd4150 Auto merge of #163 - briankung:add_structs, r=komaeda bors 2019-05-25 13:40:15 +0000
  • 9b92aa08ae Adds a simple exercise for structures Brian Kung 2019-05-25 06:39:58 -0500
  • 8bf8cbbd61 Auto merge of #162 - c-rustacean:rustfmt-and-ws-fixes, r=komaeda bors 2019-05-23 11:01:15 +0000
  • f507844102 errorsn.rs: Separate also the hints from each other to avoid accidental viewing Eddy Petrisor 2019-05-23 12:21:25 +0300
  • fffbb60ed9 Auto merge of #161 - c-rustacean:rustfmt-and-ws-fixes, r=komaeda bors 2019-05-22 12:29:20 +0000
  • 9aec4abc4d rustfmt the exercises Eddy Petrisor 2019-05-22 14:48:32 +0300
  • a53b3f199f iterator3.rs: whitespace fixes Eddy Petrisor 2019-05-22 14:48:19 +0300
  • d6d696b66a errorsn.rs: Separate hints from code, so hints are not accidentally seen Eddy Petrisor 2019-05-22 14:47:49 +0300
  • ca6bf966dd Cargo fmt the rustlings application code Eddy Petrisor 2019-05-22 14:50:23 +0300
  • 5a9f8860ca
    Add not passing integration test (#154) liv 2019-05-22 10:53:46 +0200
  • 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 +0200
  • 187d2ad226
    Update errors1.rs Julien Bisconti 2019-05-12 14:54:37 +0200
  • 7cf0d5d15e Add not passing integration test Denys Smirnov 2019-05-09 20:16:06 +0300
  • 1f2ee8cb62 1.2.2 1.2.2 liv 2019-05-07 12:32:50 +0200
  • 35c3d0b3fc Revert --nocapture flag liv 2019-05-07 12:31:02 +0200
  • 0279294972 1.2.1 1.2.1 liv 2019-04-22 19:12:30 +0800
  • 7eddee6f7a add a slightly more helpful error message liv 2019-04-22 18:43:39 +0800
  • f2c48cfac5 fix the --nocapture functionality liv 2019-04-22 18:42:32 +0800
  • 6ae0a00211 1.2.0 1.2.0 liv 2019-04-22 13:09:28 +0800
  • bfcf38c8bc
    damn it liv 2019-04-22 07:05:46 +0200
  • 9e328da641
    use -- --nocapture when testing liv 2019-04-22 05:49:23 +0200
  • e336d04c79 Auto merge of #144 - yvan-sraka:patch-0, r=komaeda bors 2019-04-22 01:50:48 +0000
  • a71bc62c29
    Add errors to exercises that compile without user changes Yvan Sraka 2019-04-22 00:09:30 +0200
  • 4b0b7093e5 1.1.1 1.1.1 liv 2019-04-14 18:29:32 +0200
  • 8387de64d3 Auto merge of #143 - cjpearce:fix-exercise-path-matching, r=komaeda bors 2019-04-13 16:32:02 +0000
  • 77de6e5d6a Clean up test includes for File and Path Chris Pearce 2019-04-12 22:48:57 +0100