Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-01Remove `IDispatchImplAttribute` API (#76416)Aaron Robinson
2022-10-01[NativeAOT] Enable CI for macOS x64/arm64 (#75421)Filip Navara
2022-09-30[NativeAOT] Fix System.Runtime.InteropServices tests (#75669)Michal Strehovský
2022-09-28Pass TargetRid and SourceBuildNonPortable to the native scripts (#74504)Tom Deseyn
2022-09-23Remove usages of Ubuntu 16.04 from pipelines (#75513)Adeel Mujahid
2022-09-16Fix edge cases of getting attribute data from syntax (#75727)Jeremy Koritzinsky
2022-08-30Refactor marshalling info parser to split overall logic from ordering (#72687)Jeremy Koritzinsky
2022-08-18Change to GetLastPInvokeError where possible (#73980)Dan Moseley
2022-08-18Handle endianness for character tests (#74082)Aaron Robinson
2022-08-15Update byref bool native exports (#73950)Aaron Robinson
2022-08-09Condition ExternalConsoleManipulation_RegistrationRemoved_UnregisterSucceeds ...Elinor Fung
2022-08-08[mono][jit] Transition the x86 backend to use SSE for fp arithmetic. (#65723)Zoltan Varga
2022-08-05[iOS] Reenable skipped StructureToPtr tests (#73236)Steve Pfister
2022-08-05Provide a code-fix to add missing stateful marshaller shape methods (#73186)Jeremy Koritzinsky
2022-08-05NativeAOT tests interopservices (#73200)Aaron Robinson
2022-08-03Make diagnostic checks more reliable with more exact result matching. (#73178)Jeremy Koritzinsky
2022-08-02[iOS] Remove unnecessary newline from CI script (#67861)Steve Pfister
2022-08-02Fix typos (#73122)Adeel Mujahid
2022-07-30Add stateful marshaller support to the CustomMarshallerAttributeAnalyzer (#72...Jeremy Koritzinsky
2022-07-30Update ConvertToLibraryImport analyzer and fixer to limit false-positives/cod...Jeremy Koritzinsky
2022-07-29Get more libraries tests running with NativeAOT (#72917)Michal Strehovský
2022-07-28Update the CustomMarshallerAttributeFixer to support adding missing methods f...Jeremy Koritzinsky
2022-07-28Added remaining APIs to complete NativeMemory set (#72960)SRV
2022-07-26Add analyzer support to validate the stateless marshaller shapes (#72643)Jeremy Koritzinsky
2022-07-24Fix typos (#72709)Adeel Mujahid
2022-07-23`LibraryImport` generator `AllowUnsafeBlocks` diagnostic (#72650)Aaron Robinson
2022-07-21Allow not finding attribute data for more cases that we don't care about (#72...Jeremy Koritzinsky
2022-07-21Fix finding attribute data for syntax for assembly/module symbols (#72535)Jeremy Koritzinsky
2022-07-20Add analyzer for validating NativeMarshallingAttribute and parameters of Cust...Jeremy Koritzinsky
2022-07-19Clean up of tests from V1/V2 marshaller shape split (#72392)Elinor Fung
2022-07-19Support guaranteed unmarshal for stateless collection marshalling (#72205)Elinor Fung
2022-07-15Add diagnostic suppressor for the MarkMethodsAsStatic diagnostics on custom m...Jeremy Koritzinsky
2022-07-15Allow marshaller entry-point type to be a struct (#72207)Elinor Fung
2022-07-14Support caller-allocated buffer for stateless collection marshalling (#72122)Elinor Fung
2022-07-14Fix handling of non-bidirectional MarshalMode.Default with collection marshal...Elinor Fung
2022-07-13Add the approved span marshallers and remove the v1 model (#71989)Jeremy Koritzinsky
2022-07-12Move ArrayMarshaller and PointerArrayMarshaller to the v2 design (#71978)Jeremy Koritzinsky
2022-07-12Stop requiring bidirectional support for MarshalMode.Default (#71977)Elinor Fung
2022-07-09Updating the Generic Math to match final API review feedback (#71800)Tanner Gooding
2022-07-08Update Compiles.cs (#71837)Aaron Robinson
2022-07-08Support stateful linear collection marshalling (#71788)Elinor Fung
2022-07-07Handle stateless collection marshalling with non-blittable elements (#71724)Elinor Fung
2022-07-07Leverage compiler attributes for snippets identification (#71729)Aaron Robinson
2022-07-06Update design and expose new attributes for the CustomTypeMarshaller support ...Jeremy Koritzinsky
2022-07-02Add support for GetPinnableReference for the new marshaller shapes (#71412)Jeremy Koritzinsky
2022-07-01Basic support for stateless linear collection marshalling (#71473)Elinor Fung
2022-06-30Allow specifying the in/ref/out marshaller scenarios for the generator factor...Jeremy Koritzinsky
2022-06-30Recognize the stateful marshaller shape (#71355)Jeremy Koritzinsky
2022-06-29Adding AllBitsSet to IBinaryNumber Interface (#71356)Drew Kersnar
2022-06-29Update to use CustomMarshaller entry point type (#71398)Elinor Fung