Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lloydmeta/frunk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.22
Choose a base ref
...
head repository: lloydmeta/frunk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.25
Choose a head ref
  • 9 commits
  • 25 files changed
  • 2 contributors

Commits on Mar 24, 2017

  1. Add Laws project (#46)

    * Start adding Laws submodule
    
    * Add Semigroup laws
    
    * Add laws test to Travis
    
    * Add tests for more Semigroup instances
    
    * Try to fix paths in Travis.yml
    
    * Go back to the main directory for running cargo doc
    
    * Better docs
    
    * Add tests for Moniod left right identity laws
    
    * fix typo
    lloydmeta authored Mar 24, 2017
    Configuration menu
    Copy the full SHA
    0332528 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. Feature/coproduct (#47)

    * Basic building of a Coproduct
    
    * Add Coproduct! Type macro
    
    * Add Coproduct Fold
    
    * Add rustdocs
    lloydmeta authored Apr 18, 2017
    Configuration menu
    Copy the full SHA
    4e85222 View commit details
    Browse the repository at this point in the history
  2. 0.1.23 release

    lloydmeta committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    698e092 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. Configuration menu
    Copy the full SHA
    6394a77 View commit details
    Browse the repository at this point in the history
  2. Feature/non consuming transforms (#48)

    * Add non-consuming Coproduct fold, HList map and foldLeft
    * Missing HList foldRight because of rust-lang/rust#39959
    lloydmeta authored Apr 19, 2017
    Configuration menu
    Copy the full SHA
    275c490 View commit details
    Browse the repository at this point in the history
  3. Update versions for release

    lloydmeta committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    f6b2bb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    528baf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Feature/coproduct take (#49)

    - Rename Coproduct! type macro to Coprod!
    - Make coproduct folding take an hlist of functions by value so we can ease the restraint to FnOnce from Fn
    - Fix unnamespaced references to CNil and HNil in macros
    lloydmeta authored Apr 20, 2017
    Configuration menu
    Copy the full SHA
    e6a3217 View commit details
    Browse the repository at this point in the history
  2. Release 0.1.25

    lloydmeta committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    050d14a View commit details
    Browse the repository at this point in the history
Loading