1. 29 Apr, 2016 7 commits
  2. 28 Apr, 2016 14 commits
  3. 27 Apr, 2016 11 commits
  4. 26 Apr, 2016 7 commits
  5. 25 Apr, 2016 1 commit
    • Adam Barth's avatar
      Block should work inside LazyBlock (#3546) · cc9d602b
      Adam Barth authored
      Previously we were locking down the state even when calling layout in
      LazyBlock. Now we lock only when building children. Making this work well
      involved moving the catch out of lockState and into the few callers who
      actually wanted it.
      
      Fixes #3534
      cc9d602b