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/src
AgeCommit message (Expand)Author
2022-07-06Use OS-provided RSA OAEP implementation for AndroidKevin Jones
2022-07-06[wasm] WBT: Enable playwright based tests (#71602)Ankit Jain
2022-07-06DefaultBinder named parameter support skipping default parameters (#71013)Buyaa Namnan
2022-07-06Update design and expose new attributes for the CustomTypeMarshaller support ...Jeremy Koritzinsky
2022-07-06Simplify JsonPropertyInfo list implementation and expose IsExtensionData prop...Eirik Tsarpalis
2022-07-06NativeAOT Re-enable Linux System.Reflection tests after fix (#71664)Beau Gosse
2022-07-06JIT: Fix generating unrepresentable nullchecks on ARM64 (#71687)Jakob Botsch Nielsen
2022-07-06Don't set CORINFO_FLG_CUSTOMLAYOUT for auto-layout structs (#71673)Egor Bogatov
2022-07-06Simplify CEEInfo::getTypeForPrimitiveValueClass (#71686)Jan Kotas
2022-07-06JIT: Avoid reordering operands in fgMorphModToSubMulDiv (#71615)Jakob Botsch Nielsen
2022-07-06Disable a test for ilasm roundtripping (#71634)Jakob Botsch Nielsen
2022-07-06Use crypto.subtle for AES on Browser WASM (#71501)Eric Erhardt
2022-07-06Hold stop-go lock when requesting CCW (#71660)Juan Hoyos
2022-07-06Call stateless free for linear collection marshallers (#71669)Elinor Fung
2022-07-06Do not spill "mis-sized" struct args passed on stack (#71399)SingleAccretion
2022-07-06Make getTypeForPrimitiveValueClass treat different signs as different types (...Michał Petryka
2022-07-06Fix: using default value for nullable enum parameter throws ArgumentException...Buyaa Namnan
2022-07-05Optimize multi-dimensional array access (#70271)Bruce Forstall
2022-07-05Exposing static bool IsSupported { get; } on Vector<T> and Vector64/128/256<T...Tanner Gooding
2022-07-05[mono][wasm] Add a minimal version of gsharedvt for llvmonly, enabled… (#70...Zoltan Varga
2022-07-05[mono][aot] Avoid inflating methods with instantiations with a wrong argument...Zoltan Varga
2022-07-05Release global lock before throwing exceptions from the Unix WaitSystem (#71626)Jan Kotas
2022-07-05Refactoring IShiftOperators to take a `TOther` (#71405)Tanner Gooding
2022-07-05Add Conditional nodes and Arm64 code generation (#71616)Alan Hayward
2022-07-05[wasm][debugger]Fix debugging when it's using a external library without debu...Thays Grazia
2022-07-05Polyfill the incremental generator ForAttributeWithMetadataName from roslyn. ...CyrusNajmabadi
2022-07-05Set utf-8 for mono on msvc (#70994)Huo Yaoyuan
2022-07-05Ensure JsonTypeInfo.Configure() is called once even when exceptions are throw...Eirik Tsarpalis
2022-07-05Ensure JsonPropertyInfo<T> matches property type and not the converter type (...Eirik Tsarpalis
2022-07-05[LoongArch64] Fixed the assert error "!tree->gtOp1->isContained()" (#71577)Qiao Pengcheng
2022-07-05Handle out-of-bounds access to locals in block morphing (#71617)SingleAccretion
2022-07-05Get S.C.Immutable.Tests running with NativeAOT (#71527)Michal Strehovský
2022-07-05Throw protocol error returned by GoAway on HTTP/2 connection negotation (#71572)James Newton-King
2022-07-04[mono][eventpipe] Write primitive types and UTF-16 strings in little endian o...Stefan Schulze Frielinghaus
2022-07-04Fix EventPipe profiler recursion in class_loading under full AOT. (#71610)Johan Lorensson
2022-07-04Refactor JsonPropertyInfo initialization infrastructure and implement JsonPro...Eirik Tsarpalis
2022-07-04Implement type loader support for thread statics (#71524)Michal Strehovský
2022-07-03[LoongArch64] Fixed the assert error "(regRecord->assignedInterval == nullptr...Qiao Pengcheng
2022-07-03Defer objcopy selection after alt. compiler check (#71554)Adeel Mujahid
2022-07-03We should return the error when there is one (#71585)Andrew Au
2022-07-03Consume Roslyn with `ref` fields support (#71498)Aaron Robinson
2022-07-02Enable `TYP_STRUCT` `LCL_VAR/LCL_FLD` call args on LA (#71327)SingleAccretion
2022-07-02JIT: Run optRedundantBranches twice and try to compute more accurate doms (#7...Egor Bogatov
2022-07-02Added a new method to the GC API to Get the GC Configurations (#70514)Mukund Raghav Sharma (Moko)
2022-07-02Add `RequiresAssemblyFiles` onto `Marshal.GetHINSTANCE`. (#71531)Vitek Karas
2022-07-02Implement Tar async APIs (#70574)Carlos Sanchez
2022-07-02Various cryptographic allocation improvementsKevin Jones
2022-07-02Add support for GetPinnableReference for the new marshaller shapes (#71412)Jeremy Koritzinsky
2022-07-02Improvements to loop hoisting (#71504)Bruce Forstall
2022-07-02Add a config to MIBC format (#71359)Egor Bogatov