practicalswift
|
6d1ae2a39c
|
[gardening] 2016 → 2017
|
2017-01-06 16:41:22 +01:00 |
|
practicalswift
|
797b80765f
|
[gardening] Use the correct base URL (https://swift.org) in references to the Swift website
Remove all references to the old non-TLS enabled base URL (http://swift.org)
|
2016-11-20 17:36:03 +01:00 |
|
Jordan Rose
|
2fdd456d91
|
[unittests] Factor out TestContext helper for AST tests.
This is used to set up a very simple AST context so that AST nodes
can be allocated as usual.
No functionality change.
|
2016-09-14 18:22:19 -07:00 |
|
Doug Gregor
|
211c580158
|
[Cleanup] Eliminate DerivedFileUnit.
The only client of DerivedFileUnit was synthesized global '=='
operators for Equatable conformances, which has since been removed.
|
2016-07-21 12:54:27 -07:00 |
|
Jordan Rose
|
996ee1ec53
|
Add an override-checking mode that allows mismatched optionals.
Not yet plugged into any actual features.
|
2016-04-15 17:18:10 -07:00 |
|
practicalswift
|
945c3cbcee
|
[gardening] Fix recently introduced typo: "anothor" → "another"
|
2016-04-15 20:06:54 +02:00 |
|
Jordan Rose
|
fadf6b3c9f
|
[unittest] Add some basic tests for TypeBase::canOverride.
Also, move the version lattice tests under a general "AST" test bundle.
|
2016-04-14 16:00:46 -07:00 |
|