1. 21 Mar, 2016 5 commits
    • Ian Hickson's avatar
      Provide more documentation for MojoShell · bef6ff3b
      Ian Hickson authored
      As usual, as I was doing this I ran into some stuff that seemed hard
      to document as-is and so I changed it. In this case, in the "http"
      library. The new code is more or less equivalent, I think, but the
      resulting documentation makes it more obvious that it's wrong...
      bef6ff3b
    • Ian Hickson's avatar
      Merge pull request #2806 from Hixie/cassowary · da885781
      Ian Hickson authored
      Refactor cassowary so it uses imports rather than parts.
      da885781
    • Ian Hickson's avatar
      Merge pull request #2801 from Hixie/tools · 2f44055c
      Ian Hickson authored
      Improve flutter create help text.
      2f44055c
    • Ian Hickson's avatar
      Improve flutter create help text. · a7016062
      Ian Hickson authored
      a7016062
    • Ian Hickson's avatar
      Refactor cassowary so it uses imports rather than parts. · 552896af
      Ian Hickson authored
      Also misc cleanup:
       - reorder members to be more consistent and fit the style guide
       - remove use of _Pair
       - made Variable.applyUpdate and Variable.owner public
       - added docs to Priority, tweaked the code a bit
       - added some docs to Result
       - removed the internal-error Result (replaced with asserts)
       - removed unused Results
       - made Result const
       - merged some files together since they had used privates a lot
      
      I'm sorry this is completely unreviewable. I did the move from `lib/*`
      to `lib/src/*` first, then did the `part`-to-`import` change, and then
      found out how many of the files involved privates, which I wasn't
      expecting. I can redo this as multiple commits if that would make it
      easier to review.
      552896af
  2. 19 Mar, 2016 5 commits
  3. 18 Mar, 2016 30 commits