1. 20 12月, 2018 1 次提交
  2. 18 12月, 2018 4 次提交
  3. 11 12月, 2018 2 次提交
  4. 07 12月, 2018 4 次提交
    • R
      Add verification test · 7b278f4c
      Rikki Gibson 提交于
      7b278f4c
    • R
      Merge pull request #31597 from RikkiGibson/merge-p2 · 036adc9e
      Rikki Gibson 提交于
      Merge master to unmanaged constructed type feature branch
      036adc9e
    • R
      Merge branch 'master' into merge-p2 · e6c7e510
      Rikki Gibson 提交于
      e6c7e510
    • R
      Allow unmanaged generic structs (#31148) · 4c0a9ee9
      Rikki Gibson 提交于
      * Add unmanaged generic struct tests
      
      * Don't bail out of managed type checks when type arguments are present
      
      * Simplify test
      
      * Delegate HasPointerType to underlying field in WrappedFieldSymbol
      
      * Add test for recursive expansion of struct with T : unmanaged
      
      * Delay constraint checking on field types until after type members are added
      
      * Update comment
      
      * Add expected diagnostic to UnmanagedRecursiveTypeArgument test
      
      * Add unmanaged recursive type argument tests with constraint violations
      
      * Don't search fields whose type is circular struct when determining if a type is managed
      
      * Update some tests
      
      * Use TypeSyntax.Location for Type.CheckAllConstraints
      
      * Add prototype comment
      
      * Update GenericConstraintsTests
      
      * Update IsManagedType asserts in UnsafeTests
      
      * Fix ManagedAddressOfTests.DisallowSizeof
      
      * Use SourceMemberFieldSymbol.SyntaxNode.Location for consistency in diagnostics
      
      * Add some tests and diagnostics
      
      * Fix more tests
      
      * Fix BaseClassTests
      
      * Add test for partially constructed generic struct which violates unmanaged constraint
      
      * Consider nullability when running AfterTypeMembersChecks
      
      * Update NullableReferenceTypesTests.Constraint_Oblivious due to differences from delayed constraint checks on field types
      
      * Check if NRT enabled in compilation to use correct nullability in constraint checks
      
      * Make UnmanagedConstraint_StructMismatchInImplements behave consistently
      
      * Disable ResourceTests.AddResourceToModule in Mono
      
      * Remove prototype comment
      
      * Remove invalid comments from UnmanagedConstraints_NestedInGenericType
      
      * Use ErrorLocation instead of SyntaxNode.Location
      
      * Rename our pipeline YAML files
      
      Originally created when everything was VSTS. This gets us back inline
      with the new branding.
      
      * Fix tests now that we use ErrorLocation for field constraint checks
      4c0a9ee9
  5. 16 11月, 2018 3 次提交
  6. 15 11月, 2018 2 次提交
  7. 14 11月, 2018 6 次提交
  8. 13 11月, 2018 8 次提交
  9. 12 11月, 2018 10 次提交