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.29
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.30
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 3, 2017

  1. Configuration menu
    Copy the full SHA
    8a3bc46 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Feature/hlist static length (#60)

    Add static_len() on HList (Closes #59)
    
    Since we know the length of HLists at compile time, there is no need
    for a (&self) parameter. That said, we keep it around for the sake of
    ergonomics and forward it to static_len().
    
    len() is added, forwarding to static_len()
    
    length() returning u32 is kept around, but deprecated. It also forwards to
    static_len() now.
    lloydmeta authored Jun 21, 2017
    Configuration menu
    Copy the full SHA
    544cde9 View commit details
    Browse the repository at this point in the history
  2. Core v0.0.17

    Derives 0.0.18
    
    frunk v0.1.30
    
    Laws v0.0.8
    lloydmeta committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    0797b2e View commit details
    Browse the repository at this point in the history
Loading