1. 30 Sep, 2015 2 commits
  2. 29 Sep, 2015 2 commits
  3. 28 Sep, 2015 7 commits
  4. 25 Sep, 2015 1 commit
  5. 23 Sep, 2015 7 commits
  6. 22 Sep, 2015 3 commits
  7. 17 Sep, 2015 2 commits
  8. 15 Sep, 2015 4 commits
  9. 29 Jul, 2015 4 commits
  10. 27 Jul, 2015 1 commit
  11. 20 Jul, 2015 1 commit
    • Miro Knejp's avatar
      Generate convenience initializers for Objective-C records · 449ed7e9
      Miro Knejp authored
      This provides a consistent pair of initializers for all records:
      - (nonnull instancetype)initWithArg:(A*)arg;
      + (nonnull instancetype)myRecordWithArg:(A*)arg;
      
      The static convenience initializer is only created for records *without*
      the +o extension. This also applies to records with no members. Now even
      empty records have a designated initializer.
      449ed7e9
  12. 17 Jul, 2015 1 commit
  13. 15 Jul, 2015 5 commits