1. 22 8月, 2019 1 次提交
  2. 21 8月, 2019 1 次提交
  3. 13 8月, 2019 1 次提交
  4. 07 8月, 2019 1 次提交
    • J
      Publish Ngen logs separately · cc1cbb11
      Jared Parsons 提交于
      The NGEN log files are published inside our "Build Diagnostic Logs"
      container today. That is regularly around 160MB in size of which the
      NGEN logs take up ~700K.
      
      Been working on some automation / processing that is specific to NGEN
      log files. Downloading the other 159MB is fairly wasteful and slow for
      this automation. Publishing the NGEN files separately so I can make this
      automation more effecient.
      cc1cbb11
  5. 04 5月, 2019 1 次提交
  6. 20 3月, 2019 1 次提交
  7. 07 3月, 2019 1 次提交
  8. 20 2月, 2019 1 次提交
  9. 15 2月, 2019 1 次提交
  10. 14 2月, 2019 1 次提交
  11. 07 2月, 2019 1 次提交
  12. 30 1月, 2019 1 次提交
  13. 23 1月, 2019 1 次提交
  14. 19 1月, 2019 1 次提交
  15. 18 1月, 2019 1 次提交
  16. 17 1月, 2019 2 次提交
  17. 15 1月, 2019 1 次提交
  18. 04 1月, 2019 2 次提交
  19. 27 12月, 2018 1 次提交
  20. 12 12月, 2018 1 次提交
  21. 11 12月, 2018 2 次提交
  22. 09 12月, 2018 1 次提交
  23. 07 12月, 2018 1 次提交
    • 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
  24. 04 12月, 2018 1 次提交
  25. 01 12月, 2018 2 次提交
  26. 21 11月, 2018 1 次提交
  27. 05 11月, 2018 1 次提交
  28. 02 11月, 2018 1 次提交
  29. 24 10月, 2018 2 次提交
  30. 19 10月, 2018 4 次提交
  31. 11 10月, 2018 2 次提交