Daniel Grunwald
|
a4d4c1253e
|
Fix two minor bugs in NullableLiftingTransform, and enable the LiftedOperators tests that are not affected by redundant casts.
|
8 years ago |
Daniel Grunwald
|
39bb6856b7
|
Fix various bugs with compound assignments.
|
8 years ago |
Daniel Grunwald
|
33e5011367
|
[nullables] support equality comparisons on System.Decimal
|
8 years ago |
Daniel Grunwald
|
bb3ad5c811
|
[nullables] Lift user-defined equality operator calls if only one argument is nullable.
|
8 years ago |
Daniel Grunwald
|
87a979b549
|
[nullables] Lift user-defined equality operator calls.
|
8 years ago |
Daniel Grunwald
|
ba009e790d
|
Fix #880: NullReferenceException in NullableLiftingTransform.
|
8 years ago |
Siegfried Pammer
|
48f344ed03
|
Add another pattern for generics/nullable using.
|
8 years ago |
Siegfried Pammer
|
2c40b45717
|
Add support for using on nullables.
|
8 years ago |
Siegfried Pammer
|
d15d1b86a6
|
Add transform for new T().
|
8 years ago |
Daniel Grunwald
|
b5e8571382
|
[nullables] Support lifting calls to user-defined operators.
Not yet handled: op_Equality and op_Inequality.
|
8 years ago |
Daniel Grunwald
|
b7320b25e4
|
[nullables] Lift three-valued logic operators ('&' and '|' on bool?)
|
8 years ago |
Daniel Grunwald
|
96c6b03d9b
|
[nullables] operator! on bool?
|
8 years ago |
Daniel Grunwald
|
02af1b0ab5
|
[nullables] Lifting support for: bool? == true, bool? != true, bool? == false, bool? != false
|
8 years ago |
Daniel Grunwald
|
63d6f4bbca
|
[nullables] Add lifting for operator~.
|
8 years ago |
Daniel Grunwald
|
b318327db3
|
[nullables] Fix lifted != operator.
|
8 years ago |
Daniel Grunwald
|
8701640ca7
|
[nullables] Add support for equality comparisons.
|
8 years ago |
Daniel Grunwald
|
21ef967d4d
|
[nullables] Lifting for non-equality comparisons.
|
8 years ago |
Daniel Grunwald
|
d3686fc62c
|
Add comments to lifting functions.
|
8 years ago |
Daniel Grunwald
|
4830b37ab9
|
[nullables] Add support for '??' operator on nullables.
|
8 years ago |
Daniel Grunwald
|
3c31e100ad
|
[nullables] Fix nullable transform being applied incorrectly.
|
8 years ago |
Daniel Grunwald
|
33099c5d65
|
[nullables] Extend nullable lifting to arbitrary combinations of 'conv' and 'binary.numeric'.
|
8 years ago |
Daniel Grunwald
|
e266c634de
|
[nullables] Add support for lifted binary operators where one of the inputs is nullable.
|
8 years ago |
Daniel Grunwald
|
d6d6e17e8b
|
As with every new file: convert spaces to tabs
|
8 years ago |
Daniel Grunwald
|
133ddac256
|
[nullables] Add support for lifted conversions.
|
8 years ago |