Jordan Rose
979e4a8e34
stdlib: Rename {Float,Double.CGFloat}.NaN to 'nan'
...
This follows the API guidelines and is consistent with the printed form.
'quietNaN' does not change, though.
2016-02-24 17:46:12 -08:00
Chris Lattner
92750511df
Convert the last uses of __FILE__ etc in the testsuite over to the new
...
syntax. I left the tests for the deprecation warnings in
test/expr/expressions.swift.
2016-02-04 15:41:09 -08:00
practicalswift
9951e7af6c
[gardening] Fix violations of non-controversial PEP8 rules in .gyb files
2016-01-17 21:59:04 +01:00
practicalswift
73b63c894b
Conform to standard spacing around operators, etc.
2016-01-09 01:39:22 +01:00
Erik Eckstein
9c25ce1a75
tests: add a few more import statements to workaround linker errors
2016-01-08 15:08:56 -08:00
Kevin Ballard
b61c7a5004
[Stdlib] Implement comparison operators for tuples
...
Implement == and != for tuples up to arity 6 where each component type
is Equatable.
Implement <, <=, >, and >= for tuples up to arity 6 where each component
type is Comparable.
2015-12-23 18:25:31 -08:00