platform/upstream/dotnet/runtime.git
2020-11-19 Jeremy KoritzinskyFix post build signing props and enable post build...
2020-11-19 Zoltan VargaRun class cctor in RuntimeHelpers.GetUninitializedObjec...
2020-11-19 Steve HarterCustom attribute properties were not always applied...
2020-11-19 Adeel MujahidUse multibyte character path for bundle_probe (#44466)
2020-11-19 Tomáš RylekMark stress log critical section as compatible with...
2020-11-19 Bruce ForstallRemove temporary SuperPMI scripting code (#44962)
2020-11-19 Wei ZhengFix NRE on EmitCalli (#44452)
2020-11-19 Stephen ToubDelete NetEventSource.IsEnabled (#44901)
2020-11-19 Adeel MujahidConsolidate RID and native file naming in MSBuild scrip...
2020-11-19 Drew ScogginsFix SoD input path (#44954)
2020-11-19 Brian SullivanFix issue 44646 - ILAsm incorrectly handles method...
2020-11-19 Simon NattressSpeed up Crossgen2 by 10% (#44917)
2020-11-19 Jan KotasDelete coreconsole test hosts (#44933)
2020-11-19 imhameed[mono] Re-enable /JIT/HardwareIntrinsics/General/NotSup...
2020-11-19 imhameed[mono] Unconditionally check llvm::Expected<T> for...
2020-11-19 Peter SollichIncrement breaking change no for doubly linked freelist...
2020-11-19 Johan LorenssonMove EventPipe C library into shared location. (#44791)
2020-11-19 Zoltan VargaAdd AOT support for the EntryPoint property for Unmanag...
2020-11-19 monojenkinsFix s390x unwinding and remove need for backchain point...
2020-11-19 Marek SafarUse simple array for AggregateException inner exception...
2020-11-19 Krzysztof WicherFix regression in XDocumentType (#44868)
2020-11-19 Juan HoyosEnsure Debugging assets are signed. (#44915)
2020-11-19 Marek SafarSync SPC File.cs implementation with full the implement...
2020-11-19 Tarek Mahmoud... Fix ListSeparator with ICU (#44732)
2020-11-19 Egor ChesakovFor x86/x64, call a stack probe helper for all frame...
2020-11-19 Kevin JonesVerify that OCSP and CRL checks fall back.
2020-11-19 Sergey AndreenkoChange gtGetThisArg not to return nullptr. (#44398)
2020-11-18 Bruce ForstallMake minor change to corinfo.h to test SuperPMI AzDO...
2020-11-18 Adeel MujahidFix illumos managed build (#44386)
2020-11-18 Anton LapounovImprove dumping GC info in R2RDump (#44857)
2020-11-18 LeaFrockFix discuss #44785:optimize constructor of ElapsedEvent...
2020-11-18 Stephen ToubAdd test for Timer.Elapsed DateTime (#44881)
2020-11-18 Eric ErhardtRemove unnecessary GetTypeInfo from Microsoft.Extension...
2020-11-18 Jeremy KoritzinskyDelete now unused target in crossgen2.csproj. (#44888)
2020-11-18 Stephen ToubRemove some allocations from ManifestBuilder.CreateMani...
2020-11-18 Stephen ToubFix nullable annotations on HttpClient.Post/Put/PatchAs...
2020-11-18 Santiago Fernandez... Fix ComponentDocumentDesigner references in DesignerAtt...
2020-11-18 Bruce ForstallChange SuperPMI collection to not use altjit mechanism...
2020-11-18 Stephen ToubAvoid string.Split in LoggerRuleSelector.IsBetter ...
2020-11-18 Ben AdamsRemove closure allocations from ServiceCollectionDescri...
2020-11-18 Jeremy KoritzinskyRestore the Microsoft.NETCore.DotNetAppHost package...
2020-11-18 Stephen ToubAvoid string.Concat(params string[]) in SimpleConsoleFo...
2020-11-18 Levi BroderickGetUninitializedObject fixes & improved tests (#44843)
2020-11-18 Stephen ToubRemove most LINQ usage from Microsoft.Extensions.Config...
2020-11-18 Vitek KarasFix a comment in the bundle marker (#44874)
2020-11-18 Kenneth Pouncey[browser][wasm] Cleanup debug statement (#44870)
2020-11-18 Rikki GibsonRemove unnecessary suppression (#44811)
2020-11-18 xtqqczzeUse read-only auto-implemented property (#44677)
2020-11-18 Jan KotasIntegrate misc fixes from dotnet/runtimelab:NativeAOT...
2020-11-18 Adam Sitnikfew minor MemoryCache perf improvements (#44797)
2020-11-18 dotnet-maestro... [master] Update dependencies from dotnet/arcade (#44835)
2020-11-18 Anton LapounovFix decoding GC information in R2RDump (#44682)
2020-11-18 Maryam AriyanEnable nullable annotations for M.E.L.Abstractions...
2020-11-18 Maryam AriyanFix NRE when default value is null and ServiceCallSite...
2020-11-18 Egor ChesakovMake $(TargetOS) lowercase windows in eng/coredistools...
2020-11-18 Smit PatelUpdate nullability on some LINQ expression methods...
2020-11-18 Bruce ForstallTrigger SuperPMI collection pipeline if JIT-EE GUID...
2020-11-18 monojenkins[wasm] Use the functions in emscripten/stack.h to compu...
2020-11-18 Jeremy KoritzinskyFix building host lineup packages. (#44839)
2020-11-17 Jeremy KoritzinskyRestore Snapcraft files. (#44812)
2020-11-17 Stephen ToubFix non-thread-safe EntityTagHeaderValue.Any (#44802)
2020-11-17 Stephen ToubReturn pooled arrays in Regex.Replace when no replaceme...
2020-11-17 Stephen ToubRemove some overhead from Process.Start (#44691)
2020-11-17 Jeremy KoritzinskyUpdate archives package to fix zip/tar naming. (#44827)
2020-11-17 Egor BogatovRemove HashProviderDispenser.Android.cs (#44814)
2020-11-17 Egor Bogatov[Android] Add ability to set env vars via command line...
2020-11-17 Marcus TurewiczHandle unicode and e-notation differences between S...
2020-11-17 Zoltan VargaAdd the emscripten version to the wasm runtime pack...
2020-11-17 Jeremy KoritzinskySigning cleanup (#44658)
2020-11-17 Tarek Mahmoud... Fix the culture parent chain for zh-Han[s|t]-* (#44737)
2020-11-17 Andrew AuOptimize HelloWorld usage (#44711)
2020-11-17 Egor ChesakovUse new CoreDisTools package (#44490)
2020-11-17 Viktor HoferAdd workflow to update solution files with SlnGen and...
2020-11-17 Stephen ToubAvoid unnecessary LINQ and string joins in JsonConfigur...
2020-11-17 Steve PfisterEnables the interpreter on Android (#44649)
2020-11-17 Zoltan VargaFix full-aot support for unmanaged function pointers...
2020-11-17 Huo YaoyuanMake ImmutableArray readonly (#44640)
2020-11-17 Shreyas JejurkarAdded condition of empty for concurrent dictionary...
2020-11-17 Marek SafarDon't use interfaces for sharing Tuple implementation...
2020-11-17 Stephen ToubAvoid string/StringBuilder/char[] allocation in LogValu...
2020-11-17 Johan LorenssonAdjust Mono EventPipe/DiagnosticServer C library to...
2020-11-17 Stephen ToubRemove use of Tuple<> from corelib (#44706)
2020-11-17 David WrightonRemove ALT_JIT define and replace with runtime logic...
2020-11-17 Stephen ToubReplace Tuples with ValueTuples (#44712)
2020-11-17 Stephen ToubSpecial-case zero parameters in GetParameters (#44759)
2020-11-17 Marek SafarDrop ReadOnlyCollection dependency from TaskExceptionHo...
2020-11-17 Stephen ToubRemove unnecessary closure / delegate allocation from...
2020-11-17 Stephen ToubAvoid MediaTypeHeaderValue.ToString allocation when...
2020-11-17 Michal StrehovskýHarmonize pointer type handling (#44465)
2020-11-17 Sergey Andreenkoarm64 osx: support byte sizes from lowering to codegen...
2020-11-17 Eric StJohnMake DirectoryInfoWrapper better handle missing directo...
2020-11-17 Eric StJohnSystem.Memory.Data (#44633)
2020-11-17 Levi BroderickMake System.Guid readonly (#44629)
2020-11-17 xtqqczzeFix RCS1036: Remove redundant empty line (#44631)
2020-11-17 Levi BroderickAvoid MemoryMarshal.Cast unaligned accesses in Marvin...
2020-11-16 Charles StonerSupport System.Type.Missing arguments for late bound...
2020-11-16 Jan KotasDelete unnecessary entry in global.json (#44709)
2020-11-16 Anton FirszovOrganize SendReceive tests and isolate non-parallel...
2020-11-16 Bruce ForstallFix `-output_mch_path` argument to superpmi.py (#44693)
2020-11-15 Shreyas JejurkarFixed various comments and minor refactor ServiceContro...
next