1. 21 12月, 2018 3 次提交
  2. 20 12月, 2018 5 次提交
  3. 18 12月, 2018 4 次提交
  4. 11 12月, 2018 2 次提交
  5. 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
  6. 16 11月, 2018 3 次提交
  7. 15 11月, 2018 2 次提交
  8. 14 11月, 2018 6 次提交
  9. 13 11月, 2018 8 次提交
  10. 12 11月, 2018 3 次提交
    • M
      Merge remote-tracking branch 'origin/master' into fix/27866/else-without-if-error-message · 701170ce
      Marcin Wachulski 提交于
      * origin/master: (174 commits)
        Add Compilers filter for Roslyn (#30880)
        Remove NonNullTypes context and other unnecessary information stored in TypeSymbolWithAnnotations. (#30913)
        Update BoundCall method based on receiver nullability (#31000)
        Make nullabiulity inference associative and commutative (#30990)
        Async-streams: minimal test for IOperation and CFG. Improve diagnostics (#30363)
        Add src.
        Add test.
        Remove dead code
        Update the build status table
        Script for generating our build status tables
        Add parsing tests to compiler benchmarks (#31033)
        Fix Edit and Continue in CPS projects
        Add comment
        Sorting.
        Save work
        Address PR feedback
        only produce optprof data on an official build
        Add bunch of exclusions to dead code analysis for special methods
        Disable WinRT tests on Linux (#31026)
        Change prerelease version to beta2 (#31017)
        ...
      
      # Conflicts:
      #	src/Compilers/CSharp/Portable/CSharpResources.resx
      #	src/Compilers/CSharp/Portable/Errors/ErrorCode.cs
      701170ce
    • M
      31090b4e
    • D
      Merge pull request #31076 from dotnet/merges/dev16.0.x-to-dev16.0-preview2 · ce16eeff
      dotnet-automerge-bot 提交于
      Merge dev16.0.x to dev16.0-preview2
      ce16eeff