Commit Graph

53 Commits

Author SHA1 Message Date
Dave Zarzycki
c825debf2f Cleanup Enumeration
I tried to transform getEnumeratorType() into a VarDecl, but IRGen hasn't implement this feature yet.

Swift SVN r3527
2012-12-18 02:12:19 +00:00
Dave Zarzycki
b23db009d2 Comparable implies Equality
((x >= y) && (x <= y)) == (x == y)
((x >  y) || (x <  y)) == (x != y)

Swift SVN r3173
2012-11-14 01:37:00 +00:00
Daniel Dunbar
1eeecdd874 Change Swift docs to use Sphinx.
- I've converted every document except the LangRef, which is more trouble to
   convert because of the use of styling to embed notes.
 - 'make html' with sphinx-build in your path to build the docs.

Now back to my regularly scheduled breaking things. :)

Swift SVN r2410
2012-07-23 18:50:00 +00:00