1. 28 2月, 2020 1 次提交
  2. 19 9月, 2019 1 次提交
  3. 15 5月, 2019 1 次提交
  4. 13 5月, 2019 1 次提交
  5. 03 5月, 2019 1 次提交
    • J
      Clean up YAML · 906e770b
      Jared Parsons 提交于
      Going forward our release branches will all be under release/*. This
      adds a glob for release/* so future release branches will just work. It
      also removes all the old branches to which this change will not flow.
      906e770b
  6. 01 5月, 2019 1 次提交
  7. 25 4月, 2019 1 次提交
  8. 23 4月, 2019 2 次提交
  9. 12 4月, 2019 3 次提交
  10. 09 4月, 2019 1 次提交
  11. 29 3月, 2019 1 次提交
  12. 27 3月, 2019 1 次提交
  13. 26 3月, 2019 1 次提交
  14. 20 3月, 2019 1 次提交
  15. 03 3月, 2019 1 次提交
  16. 20 2月, 2019 1 次提交
  17. 15 2月, 2019 1 次提交
  18. 14 2月, 2019 1 次提交
  19. 08 2月, 2019 1 次提交
  20. 06 2月, 2019 2 次提交
  21. 26 1月, 2019 1 次提交
  22. 10 1月, 2019 2 次提交
  23. 09 1月, 2019 1 次提交
  24. 08 1月, 2019 1 次提交
  25. 22 12月, 2018 1 次提交
    • J
      Move CI / PR triggers to YAML files · 2bad92d4
      Jared Parsons 提交于
      Azure Pipelines now supports us putting the branches which trigger PR
      and CI validation into the YAML files. This change puts the current
      contents of our build definition into the YAML files and updates our
      creating feature branches document.
      
      Note: i have not yet changed our build definition to read this
      information. Want to commit this, give it a day to flow to the branches
      then I will flip our definition over.
      2bad92d4
  26. 11 12月, 2018 1 次提交
  27. 07 12月, 2018 2 次提交
    • 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
    • T
      Arcade build scripts (#31511) · 3f960f4d
      Tomáš Matoušek 提交于
      3f960f4d
  28. 04 12月, 2018 3 次提交
  29. 01 12月, 2018 2 次提交
  30. 30 11月, 2018 2 次提交