1. 04 6月, 2016 1 次提交
  2. 03 6月, 2016 3 次提交
  3. 02 6月, 2016 5 次提交
  4. 01 6月, 2016 5 次提交
  5. 29 5月, 2016 3 次提交
  6. 28 5月, 2016 1 次提交
  7. 27 5月, 2016 3 次提交
    • J
      Bug 217740: don't crash when emitting or loading a DateTimeConstant(-1) attribute (#11536) · dd21101d
      Julien 提交于
      * Bug 217740: Repro and test harness for C#
      
      * Testing and fixing loading scenario in C# and VB
      
      * Verifying VB case using attribute on field
      
      * Adding more tests
      
      * Adding VB tests
      
      * Adding tests
      
      * More tests on fields with double-attributes
      
      * New test constraint
      
      * Fixing VB side to new test constraints
      
      * Fixing C# side to new test constraints
      
      * Fixing remaining tests
      
      * Adding comments
      
      * Fixing VB field scenario too
      dd21101d
    • T
    • V
      Make compiler familiar with TH2 format of DeprecatedAttribute. · 2cd4ceba
      VSadov 提交于
      So far compiler knows about the following signatures of DeprecatedAttribute constructor.
         DeprecatedAttribute(String, DeprecationType, UInt32)
         DeprecatedAttribute(String, DeprecationType, UInt32, Platform)
         DeprecatedAttribute(String, DeprecationType, UInt32, Type)
      
      As of TH2 and onwards  Windows SDK  uses the following signature for the DeprecatedAttribute:
      
           DeprecatedAttribute(String, DeprecationType, UInt32, String)
      
      Notice the "String" at the end of the signature.
      This change adds the TH2 attribute signature to the known set.
      
      Fixes: #10630
      2cd4ceba
  8. 26 5月, 2016 5 次提交
  9. 25 5月, 2016 5 次提交
  10. 24 5月, 2016 3 次提交
  11. 23 5月, 2016 1 次提交
  12. 22 5月, 2016 1 次提交
  13. 21 5月, 2016 4 次提交