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
path: root/docs
AgeCommit message (Expand)Author
2022-03-24Update coding-style to include target-typed new() guideline (#67061)Eric Erhardt
2022-03-23Add the CustomTypeMarshallerAttribute type to make it easier to identify mars...Jeremy Koritzinsky
2022-03-23Delete create-codespaces-prebuild.yml (#67015)Andy Gocke
2022-03-18Fix emscripten-version.txt link (#66778)Layomi Akinrinade
2022-03-17Update area owners to add 2 triagers (#66767)Dan Moseley
2022-03-16fix pal test (#66636)Dan Moseley
2022-03-11Add table of testing configurations (#66347)Andy Gocke
2022-03-10Add test for comhost with managed host (#66360)Elinor Fung
2022-03-10Rename `GeneratedDllImportAttribute` -> `LibraryImportAttribute` (#66307)Elinor Fung
2022-03-08Mark EncryptionPolicy.NoEncryption and EncryptionPolicy.AllowNoEncryption as ...Radek Zikmund
2022-03-08Add tests for `ijwhost` (#66308)Elinor Fung
2022-03-05Replace TargetFrameworks with TargetFramework where possible (#66198)Jan Kotas
2022-03-05Rename classes in p/invoke generator to be `LibraryImport` (#66217)Elinor Fung
2022-03-05Use CMakeProjectReference instead of ProjectReference (#66202)Aaron Robinson
2022-03-04Update files to remove imhameed (#66160)Sam Patel
2022-03-04Rename `DllImportGenerator` project to `LibraryImportGenerator` (#66029)Elinor Fung
2022-03-03Mark SslProtocols.Tls and SslProtocols.Tls11 as obsolete (#65773)Radek Zikmund
2022-03-03Disable default marshalling for bool (#65749)Jeremy Koritzinsky
2022-03-02Update p/invoke source generator errors to use SYSLIB prefix (#65983)Elinor Fung
2022-03-01Move diagnostics for invalid GeneratedDllImportAttribute usage to generator i...Elinor Fung
2022-02-24sfx+oob split, shim project refactoring, P2PsViktor Hofer
2022-02-24Update area-owners and fabricbot to reflect libraries area pod changes (#65830)Jeff Handley
2022-02-24Update GeneratedDllImportAttribute CharSet -> StringMarshalling (#65544)Elinor Fung
2022-02-24Add proposed plan for the COM source generator (#60143)Jeremy Koritzinsky
2022-02-23[docs] Create mono-thread-state-machine.md (#65720)Aleksey Kliger (λgeek)
2022-02-21JIT: revise approach for x64 OSR epilogs (#65609)Andy Ayers
2022-02-19Remove ExactSpelling from GeneratedDllImport (#65343)Jeremy Koritzinsky
2022-02-18[LoongArch64] JIT/EE interface for getting ABI-info (#62893)Qiao Pengcheng
2022-02-18Add line break to please FirefoxImmo Landwerth
2022-02-17Replace picture of API review process with diagram (#65527)Immo Landwerth
2022-02-17Add @teo-tsirpanis to community triagers (#65503)Eirik Tsarpalis
2022-02-16Proposed changes to ECMA 335 for ref field support (#63659)David Wrighton
2022-02-12Don't use Targets* helper properties in libs (#64500)Viktor Hofer
2022-02-11Update linux-instructions.md for .NET 6/7 (#65160)Andrew Wang
2022-02-09Add default method support to virtual statics (#64717)David Wrighton
2022-02-09[wasm] Fix WebSocket tests on NodeJS (#64330)Marek Fišera
2022-02-09Change the way we build CoreCLR tests for NativeAOT (#64738)Michal Strehovský
2022-02-08Add JIT support for control-flow guard on x64 and arm64 (#63763)Jakob Botsch Nielsen
2022-02-08NativeAOT ARM64 libraries testing (#64373)Michal Strehovský
2022-02-06Fix link in readytorun-format.md (#64878)Austin Wise
2022-02-03Fix test build command in docs/workflow/building/coreclr/nativeaot.md (#64690)Michał Zegan
2022-02-02Writeup on OSR Details and Debugging (#64428)Andy Ayers
2022-02-02Delete NS2x runtime specific impls (#64610)Viktor Hofer
2022-02-02[Mono] Add incremental build instructions when ... (#64396)Fan Yang
2022-02-01Update area-owners verbiage about FabricBot configuration for notifications (...Jeff Handley
2022-01-28Fix NativeAOT official build (#64432)Michal Strehovský
2022-01-28Remove Native AOT pointer to runtimelab (#64429)Michal Strehovský
2022-01-27[docs] Collecting stack traces with native symbols on WebAssembly (#64383)Aleksey Kliger (λgeek)
2022-01-26Clarify purpose of PDB Document hashing (#64306)Jan Kotas
2022-01-24[Android][libs] Enable Internal.Console.Write in System.Private.CoreLib (#63949)Mitchell Hwang