Commit Graph

9 Commits

Author SHA1 Message Date
Gwynne Raskind
687585eafa Docs: Remove all references to long-unused LitRe tool. Also incidentally removes redundant/duplicate check for sphinx-build binary. 2019-01-13 21:15:56 -06:00
practicalswift
cc852042c9 [gardening] Fix accidental trailing whitespace. 2016-10-29 10:22:58 +02:00
Jordan Rose
d5c6d0d6cf [docs] Mark a bunch of older docs as out of date and not plan-of-record.
More doc changes to come.
2015-11-02 17:49:02 -08:00
Dmitri Hrybenko
f46f16ae82 stdlib: implement new print() API
rdar://20775683

Swift SVN r28309
2015-05-08 01:37:59 +00:00
Dmitri Hrybenko
3da05e347d Change property accessor syntax to include braces
See release notes update for details.

rdar://15966905


Swift SVN r14271
2014-02-22 21:00:56 +00:00
Chris Lattner
ca439b1a48 it doesn't make any sense for stores within didSet/willSet to trigger the
accessor functions.  Just say that they are disabled instead (already 
implemented).


Swift SVN r13048
2014-01-28 05:02:10 +00:00
Howard Hinnant
36e6f363f1 Further Vector -> Array migration. Also updated Array with several good suggestions from Dave A.
Swift SVN r9418
2013-10-16 20:48:24 +00:00
Jordan Rose
d9b8186653 [docs] Tweak description of a computed variable's lack of storage
Based on discussion with Anna.

Swift SVN r8746
2013-09-27 23:23:53 +00:00
Jordan Rose
9993fa86c5 [docs] Add a description of stored and computed variables.
This is the proposal discussed on the mailing list and at Tuesday's
design meeting, in a more declarative form.

Swift SVN r8675
2013-09-25 23:39:59 +00:00