Commit graph

  • c78374af95 Added style guidelines link David Harris 2017-02-25 16:56:49 -0600
  • f15e9a8158 Merge pull request #12 from brson/contributing Bradley Anderson 2017-02-25 16:50:16 -0600
  • d198618a95 Merge branch 'master' of https://github.com/brson/rust-cookbook into contributing #12 Brad Anderson 2017-02-25 16:49:32 -0600
  • fc050022d5 Updated version on rand crate trentspi 2017-02-25 17:43:23 -0500
  • 1bbb510756 Add automatic build and publish script Brad Anderson 2017-02-25 16:42:31 -0600
  • 01859904b2 Changed build directory so we can run cargo test again David Harris 2017-02-25 16:38:41 -0600
  • 308e35f2ba Added another rand example David Harris 2017-02-25 16:27:08 -0600
  • d66b7fbf58 Merge pull request #11 from brson/mdbook Trent Spice 2017-02-25 16:20:58 -0500
  • 38d65f293c Fix README links to toml and rand #11 mdbook Brad Anderson 2017-02-25 15:17:57 -0600
  • e36d826777 Fix bug with reference links not being parsed Brad Anderson 2017-02-25 15:10:40 -0600
  • c1577a5f74 Move toml and rand to mdbook Brad Anderson 2017-02-25 15:07:58 -0600
  • 2afeac2b6e Convert to mdbook Brad Anderson 2017-02-25 14:56:50 -0600
  • 8acc2c3820 Added rand dependency David Harris 2017-02-25 14:53:13 -0600
  • 09c235283a renamed rand file David Harris 2017-02-25 14:34:14 -0600
  • 17e6a7a446 uncapitalized rand for consistency David Harris 2017-02-25 14:32:52 -0600
  • a36773206b Added monte carlo integration in rand crate example David Harris 2017-02-25 14:30:30 -0600
  • 671ceed73d Merge pull request #10 from Charlesetc/toml-badge Bradley Anderson 2017-02-25 13:25:36 -0600
  • 69c81802d8 adding badge to toml page #10 Charles Chamberlain 2017-02-25 13:25:53 -0600
  • 25f19d4363 Merge pull request #9 from Charlesetc/toml-example Bradley Anderson 2017-02-25 13:21:29 -0600
  • dfbe6b25e8 adding links for badge #9 Charles Chamberlain 2017-02-25 12:54:52 -0600
  • 65b4db8a5e updating readme with toml Charles Chamberlain 2017-02-25 12:51:39 -0600
  • f846011bb1 first examples on toml page Charles Chamberlain 2017-02-25 12:42:21 -0600
  • 4fa74d85f5 Merge pull request #7 from brson/develop Trent Spice 2017-02-25 13:26:21 -0500
  • 88aa7bf477 Merge pull request #8 from Charlesetc/test-all-files Trent Spice 2017-02-25 13:26:14 -0500
  • 662002da04 build.rs runs all the tests with new skeptic library #8 Charles Chamberlain 2017-02-25 12:12:41 -0600
  • dfd355158c Wrapped markdown code around assert_eq! macro #7 develop Trent Spice 2017-02-25 13:01:40 -0500
  • 6ec45fe16f Added period to end of instantiate sentence. Trent Spice 2017-02-25 13:00:30 -0500
  • ab0c1ea8f4 Created description on JSON example. Trent Spice 2017-02-25 12:59:24 -0500
  • 7b88a53beb Rewrote example on json with assert and unwrap trentspi 2017-02-25 12:46:05 -0500
  • b79f1542d9 Merge pull request #6 from brson/develop David Harris 2017-02-25 11:25:58 -0600
  • 0a3fe6675f Fixed bug that only tested one file #6 David Harris 2017-02-25 11:24:24 -0600
  • 117dcf9995 Added json dependency David Harris 2017-02-25 10:34:44 -0600
  • 1d307589ee Merge pull request #5 from brson/contributing Bradley Anderson 2017-02-25 03:28:35 -0600
  • 368f8dcb56 Merge branch 'master' of https://github.com/brson/rust-cookbook into contributing #5 Brad Anderson 2017-02-25 03:25:31 -0600
  • 1e2273227c Merge pull request #4 from brson/develop Bradley Anderson 2017-02-25 03:25:23 -0600
  • 634fb64160 Add links to work in progress pages Brad Anderson 2017-02-25 03:24:42 -0600
  • b0a38e3004 Merge branch 'master' of https://github.com/brson/rust-cookbook into develop #4 trentspi 2017-02-25 04:17:18 -0500
  • 3c27d7930d Created JSON recipe with example trentspi 2017-02-25 04:17:02 -0500
  • 3abeb1a0f3 Fixed label reference to json modification #555 development trentspi 2017-02-25 03:54:20 -0500
  • 3edbf70a40 Modified label to reference json crate trentspi 2017-02-25 03:51:51 -0500
  • 0855871704 Merge pull request #2 from brson/develop Brian Anderson 2017-02-25 00:49:58 -0800
  • 8d1844a9d9 Merge pull request #3 from brson/contributing Bradley Anderson 2017-02-25 02:49:06 -0600
  • 74a0e0269d Fix crate badge to have crate name #3 Brad Anderson 2017-02-25 02:47:26 -0600
  • ace914c9eb Added build implementation for automating md testing trentspi 2017-02-25 03:34:17 -0500
  • 46c755db03 Fix line breaks in contributing Brad Anderson 2017-02-25 02:34:02 -0600
  • 9ff05b43c5 Fix contributing table of contents Brad Anderson 2017-02-25 02:31:04 -0600
  • b46a78aa7c Add contribution guide skeleton Brad Anderson 2017-02-25 02:25:51 -0600
  • e8e406f998 Added pages directory to match new pages structure and renamed README to json to match crate name trentspi 2017-02-25 03:21:26 -0500
  • 71fb77af9b JSON rust implementation recipe trentspi 2017-02-25 03:11:20 -0500
  • aa2edabe59 Implemented test automation #2 David Harris 2017-02-25 01:52:30 -0600
  • 2705ba8f4f Merge pull request #1 from brson/pages Bradley Anderson 2017-02-25 01:39:09 -0600
  • 020e81e7fb Add error-chain links and slightly improve formatting #1 pages Brad Anderson 2017-02-25 01:32:03 -0600
  • 02a3497a35 Set up pages Brad Anderson 2017-02-25 00:38:58 -0600
  • 28245801d5 Fix all the breakage Brian Anderson 2017-02-24 21:21:08 -0800
  • e96580da03 . Brian Anderson 2017-02-21 14:41:35 -0800
  • 844caac05c Initial Brian Anderson 2017-02-20 11:22:19 -0800