platform/upstream/dotnet/runtime.git
2021-12-08 Julien CouvreurEnable max warnlevel from C# compiler (#62506)
2021-12-08 Petr OnderkaConvert TryGetRawMetadata comment to XML documentation...
2021-12-08 Aleksey Kliger... Disable DispatchProxyTests.Test_Unloadability on Mono...
2021-12-08 Parker BibusAdd Runtime portion of android startup scenario (#61861)
2021-12-07 Pavel Savaraonly trigger compatibility mode when usage and configur...
2021-12-07 Simon RozsivalSupport Process.Start() on MacCatalyst (#61507)
2021-12-07 Jeff HandleyUpdate area owners: carlossanlop changes area pods...
2021-12-07 Alexander Köplinger[mono] Fix samples building against from TFM (#62491)
2021-12-07 Alexander Köplinger[mono] Remove unused defines from config.h.in (#62490)
2021-12-07 Badre BSAILARemove #ifs in System.ComponentModel.TypeConverter...
2021-12-07 Dan MoseleyNotepad with uppercase (#62487)
2021-12-07 Adam Sitnikdon't run CanZipNamedPipe test on iOS/tvOS (#62477)
2021-12-07 Steve DunnIssue 55685 processname optimisation (#59672)
2021-12-07 Egor BogatovFix perf issues discovered in "For software performance...
2021-12-07 Steve DunnUpdate windows-requirements.md (#62476)
2021-12-07 Stephen ToubMore cleanup for source generator (#62461)
2021-12-07 kronicOptimize XmlTextEncoder.Write (#61773)
2021-12-07 Dan MoseleyClean up symlink tests (#62087)
2021-12-07 Egor Bogatov[arm64] JIT: X % 2 == 0 -> X & 1 == 0 (#62399)
2021-12-07 Jeremy KoritzinskyConvert System.DirectoryServices.Protocols and System...
2021-12-07 Aaron RobinsonEnsure all types are loaded when methods are accessed...
2021-12-07 Nikola MilosavljevicSymlink for dotnet host should be created at build...
2021-12-07 Jose Perez... Renaming some local variables to make the generated...
2021-12-07 Tarek Mahmoud... Fix Some Date and Time parsing cases (#62376)
2021-12-07 Michal StrehovskýFollow up to universal System.Linq.Expressions (#62229)
2021-12-06 Tomáš RylekFix the presence of managed build logs on Windows ...
2021-12-06 Mikhail PilinFix for `cor.h(1951,8): error C2665: 'CorSigUncompressD...
2021-12-06 Pavel Savara[wasm] load dotnet.js with import in tests (#62415)
2021-12-06 Stephen ToubSome more Regex cleanup and optimization (mostly source...
2021-12-06 Marek FišeraDisable Rollup warning for use of eval. (#62432)
2021-12-06 Tanner GoodingClarifying a comment in genFMAIntrinsic (#62439)
2021-12-06 Stephen ToubRevise the Regex description output in source (#62369)
2021-12-06 Bruce ForstallFix SuperPMI unit test 'strip' behavior (#62373)
2021-12-06 Tanner GoodingEnsure that FMA codegen operand swapping matches the...
2021-12-06 Pavel Savara[wasm] benchmark sample modularized (#62395)
2021-12-06 Zoltan Varga[mono][wasm] Fix an issue with the passing of small...
2021-12-06 Ankit Jain[wasm] Work around the browser having a lower timer...
2021-12-06 Kunal PathakFilter blocks to be used for hiding alignment instructi...
2021-12-06 Eirik TsarpalisMove FabricBot rules to Config-As-Code (#62297)
2021-12-06 Pavel Savaraforce versioned dotnet.d.ts to always have unix style...
2021-12-05 Ankit Jain[wasm] Re-enable windows wasm AOT tests (#62352)
2021-12-04 Egor ChesakovFixes an issue with FeatureSIMD=0 and ArmBase.Yield...
2021-12-04 Egor ChesakovChange assert in NewPutArg(), so it is consistent with...
2021-12-04 Tomáš RylekMake copynative use nested msbuild out-of-proc executio...
2021-12-04 Stephen ToubAdd regex test for parsing runtime-assets expressions...
2021-12-04 Stephen ToubDisable TestIgnoreCaseRelation test
2021-12-04 Kevin JonesFix re-initialization of hash objects on CNG.
2021-12-04 Tomáš RylekRemove explicit Exe output types from tests without...
2021-12-04 Tomáš RylekSmall fix for Crossgen2 execution on Windows (#62358)
2021-12-04 Santiago Fernandez... Update previous netcoreapp version to run API Compat...
2021-12-04 Ankit Jain[wasm] Build improvements, and fixes (#61581)
2021-12-04 Andy AyersJIT: three fixes for OSR (#62367)
2021-12-04 Jose Perez... Use Spans on Go() methods for Code Gen engines (#62324)
2021-12-03 Bruce ForstallFix superpmi.exe handling of exclusion lists (#62349)
2021-12-03 Kunal PathakAlways create the zip folder to upload (#62368)
2021-12-03 BrennanAdd RateLimiting APIs (#61788)
2021-12-03 Bruce ForstallFix superpmi.py collect script (#62347)
2021-12-03 Stephen ToubDelete old code generation approach from RegexCompiler...
2021-12-03 Miha ZupanConsistently use CreateProxyUri in WebProxy ctors ...
2021-12-03 Dan MoseleyAdd parser tests from nim-regex (#62093)
2021-12-03 Aleksey Kliger... Update overlapped field test to conflict on 32-bit...
2021-12-03 Zoltan Varga[mono][wasm] Fix the passing/returning of small vtypes...
2021-12-03 Zoltan Varga[mono][wasm] Fix a windows cross compiler issue. (...
2021-12-03 Thays Grazia[mono] Disable new test running on AOT. (#62335)
2021-12-03 KuinoxFixes #62167. WriteAsync was bugged when writing multip...
2021-12-03 Theodore TsirpanisSupport unloadability in `DispatchProxy`. (#62095)
2021-12-03 dotnet-maestro... [main] Update dependencies from dotnet/arcade dotnet...
2021-12-03 Dan MoseleyFix soundplayer (#62323)
2021-12-03 Stephen ToubDisable TestIgnoreCaseRelationBorderCasesInNonBacktrack...
2021-12-03 Stephen ToubSimplify code emitted for single char repeater (#62322)
2021-12-03 Gérald BarréAvoid closure for GetOrAdd (#62317)
2021-12-03 Jeremy KoritzinskyMove the remainder of X509Certificates and TestUtilitie...
2021-12-03 Ankit Jain[wasm] Work around `System.Diagnostics.Tests.StopwatchT...
2021-12-03 Tanner GoodingEnsure that we don't try to get the simdBaseJitType...
2021-12-03 anthonycaninoReduce repeated variable add operations to a single...
2021-12-03 Jeremy KoritzinskyUse GeneratedDllImport throughout System.Private.CoreLi...
2021-12-03 Stephen ToubFinish new code gen approach for RegexCompiler / source...
2021-12-02 Andy AyersJIT: handle interaction of OSR, PGO, and tail calls...
2021-12-02 dotnet-maestro... Update dependencies from https://github.com/dotnet...
2021-12-02 Badre BSAILAmake S.S.C.X509Certificates compliant with interop...
2021-12-02 Buyaa NamnanLock MemeoryMappedFile CreateViewAccesssor call (#62288)
2021-12-02 Egor Bogatov[arm64] JIT: Add with sign/zero extend (#61549)
2021-12-02 Kunal Pathakreturn 100 (#62284)
2021-12-02 dotnet-maestro... [main] Update dependencies from dotnet/emsdk dotnet...
2021-12-02 Thays Grazia[mono] Fix StackTrace from a dim and Vtable offsets...
2021-12-02 Jose Perez... Use ReadOnlySpan<char> on RegexCompiled engine. (#62245)
2021-12-02 Simon Rozsival[Mono] Fix support for nested structs with explicit...
2021-12-02 Adam SitnikAdd test that ensures that it's possible to zip a named...
2021-12-02 Alexander Köplinger[mono] Fix warnings with recent clang/gcc (#62244)
2021-12-02 Pavel Savara[Wasm] JS modularization (#61313)
2021-12-02 Elinor FungUse GeneratedDllImport in System.DirectoryServices...
2021-12-02 Tarek Mahmoud... Fix some typo in test (#62257)
2021-12-02 Andy GockeRevert "CI matrix change: add Windows.Server.Core.20H2...
2021-12-02 Andy AyersJIT: don't forward sub a volatile read tree via copy...
2021-12-02 D.S. QiuFix mono debugger thread block when wait for attach...
2021-12-02 Jose Perez... Use ReadOnlySpan<char> instead of strings on SourceGene...
2021-12-02 Eric ErhardtCache LastAccessed during MemoryCache compaction (...
2021-12-01 Eric ErhardtAdd NetCoreAppCurrent configurations to Microsoft.Exten...
2021-12-01 Badre BSAILAthrow exception when creating an entry name that alread...
2021-12-01 SeanWoo[SuperPMI] Added a new optional -compile argument ...
next