1. 29 Mar, 2016 6 commits
  2. 28 Mar, 2016 16 commits
  3. 27 Mar, 2016 4 commits
  4. 26 Mar, 2016 9 commits
  5. 25 Mar, 2016 4 commits
  6. 24 Mar, 2016 1 commit
    • Kevin Modzelewski's avatar
      Always use NULL instead of root_hcls · 5ec4e70d
      Kevin Modzelewski authored
      Refcounting added a second way to represent "no attrs" -- NULL as a hcls.
      This was causing guards to fail since a check would be written for one
      but then it would fail when objects came in with the other.
      
      So canonicalize to using NULL as the "no attributes" hcls.
      5ec4e70d