1. 09 Oct, 2019 3 commits
  2. 08 Oct, 2019 8 commits
  3. 07 Oct, 2019 5 commits
  4. 06 Oct, 2019 4 commits
  5. 05 Oct, 2019 4 commits
  6. 04 Oct, 2019 1 commit
  7. 03 Oct, 2019 2 commits
  8. 02 Oct, 2019 3 commits
  9. 01 Oct, 2019 4 commits
  10. 30 Sep, 2019 5 commits
  11. 29 Sep, 2019 1 commit
    • [Relay] Move prelude to text format (#3939) · 2dac17d8
      * Fix parser
      
      * Doc fix
      
      * Add module utility functions necessary for prelude
      
      * Implement prelude in text format
      
      * Remove programmatically constructed prelude defs
      
      * Fix 0-arity type conses in pretty printer and test
      
      * Make prelude loading backwards-compatible
      
      * Fix patterns
      
      * Improve some prelude defs
      
      * Fix `ImportFromStd`
      
      It needs to also follow the "add unchecked, add checked" pattern
      
      * Lint roller
      
      * Woops
      
      * Address feedback
      
      * Fix `test_list_constructor` VM test
      
      * Fix `test_adt.py` failures
      Logan Weber committed