Created
April 14, 2019 22:37
-
-
Save filipnavara/e1e38a5ed0e46304a9a076da50f6f478 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git log --oneline b49e72950e31975cdd3f0062e112b87ebf12d9d9..cfdcf29478ff3f3aeb634ed525fe00744020f845 | |
| cfdcf29478f (upstream/master) Remove redundant check of llvm_acfg->aot_opts.direct_icalls. (#14028) | |
| 7ac572217da [netcore] Make System.Private.CoreLib and host APIs compilable on Windows (#13943) | |
| 568c822ae9c Remove constant parameter to mono_tls_get_tls_setter and mono_tls_get_tls_getter. (#13894) | |
| 233f5ad0961 Reflect shared partition changes | |
| 30d94ae5298 Fix AssemblyName regression | |
| 1baa703c921 Move GCMemoryInfo to shared partition | |
| 592dac20f97 Update BuildTools, CoreClr to preview4-03913-01, preview5-27612-73, respectively (master) (#23916) | |
| 88c35b4974d Delete unused AssemblyName._hashForControl and related code (#23972) | |
| 64c07332129 EnterContextualReflection handle null (dotnet/coreclr#23953) | |
| a49d96b0579 Delete outdated comment | |
| b672c05ad04 Move DateTime Windows implementation to shared CoreLib (#23888) | |
| 13183af5c3d Delete COMPlus_FinalizeOnShutdown (dotnet/coreclr#23595) | |
| a26c8bca819 Updating to recent sdk 1.38.30. (#14023) | |
| 3e19f1b0525 Update dependencies from dotnet/corefx (dotnet/coreclr#23893) | |
| 21d82e7d0b3 [bcl] Update BCL Linked Size | |
| cc5886e3d54 Reflect shared partition changes | |
| 28e5883c8da Contextual reflection (dotnet/coreclr#23740) | |
| 1fc8151c7c0 Move AssemblyName to shared (dotnet/coreclr#23737) | |
| 1271a16b46d Make GC.GetGCMemoryInfo public (dotnet/coreclr#23779) | |
| 79ee7156df7 Update Range.GetOffsetAndLength (dotnet/coreclr#23855) | |
| 608be919cb2 Tweaking some APIs according to user feedback. (dotnet/coreclr#23857) | |
| 28c375e962f Expose new EventCounter APIs (dotnet/coreclr#23808) | |
| 261191886e4 Disable nullability-related warnings | |
| e30e45f94be [interp] Optimize ldobj/stobj (#13761) | |
| e3dd143a5df Clarify comment in 3-byte processing | |
| 585f55636ac Add missing check to 3-byte processing logic | |
| 51bac6357b7 PR feedback: Clarify 3-byte sequence processing | |
| 5246c859958 Fix compilation failure in Utf16Utility | |
| d0ec53204dc PR feedback: document tempUtf8CodeUnitCountAdjustment usage | |
| 5034af7331a PR feedback: Clarify charIsNonAscii vector usage | |
| 02505b8dbdb PR feedback: Validate nint definitions | |
| 94bd111713b PR feedback: Remove redundant endianess checks | |
| a92e26d2b4c PR feedback: CountNumberOfLeadingAsciiBytesFrom24BitInteger | |
| e1d5e9f79ef PR feedback: Fix typos | |
| 5f292a145de Re-flow Utf8Utility.Helpers | |
| 445efebc580 Rename DWORD -> UInt32 throughout API surface | |
| 7bb04786ecc Add comments tracking JIT workarounds. | |
| d015b30937d Fix incorrect Debug.Assert statements | |
| f241bc0016b Expand masks in Utf8Utility, fix const in fallback path | |
| 9f2d23cf506 PR feedback: Enable SSE2 in Utf16Utility code | |
| d7feacf3036 PR feedback - Simplify CountNumberOfLeadingAsciiBytesFrom24BitInteger - Extract some consts out to top of file w/ comments | |
| 4d112e6ef17 PR feedback: GetElement(0) -> Sse2.StoreLow | |
| 2ecf1e7a202 Simplify vectorized logic; remove unnecessary adjustment | |
| f2e4d316e7b Clarify that vector read is unaligned | |
| 639df300833 Remove SSE41.X64 optimization from AsciiUtility RyuJIT now handles this optimally | |
| 5a17d4224bb Improve perf of "is ASCII?" inner loop in UTF-8 validation. | |
| 77863a7ab0c Hook up new UTF-8 logic through UTF8Encoding - Add vectorized UTF-16 validation and transcoded byte counts - Move Utf16Utility into Unicode namespace alongside Utf8Utility - Fix some bugs in DecoderNLS's draining logic | |
| a86f4686703 Add optimized UTF-8 validation and transcoding logic - Hook it up through the existing Utf8 public static APIs - Move some shared methods out of ASCIIUtility - Hook it up through the Utf8String ctor | |
| 9501ef8cfb2 Fix Assembly.LoadFromPartialName(string) (dotnet/coreclr#23912) | |
| 23b6c94d58c Fix Version's comparer operators to allow null (dotnet/coreclr#23898) | |
| 2e480766b3a Move TimerQueue.TickCount Windows implementation to shared CoreLib (#23838) | |
| b1c39e4e3da [corlib] Disable FileTest.SymLinkStats() on TVOS | |
| 22bbf4416a6 Increase gsharedvt trampolines by 10% from 4000 to 4400. | |
| ded4fa6558b [w32error] Add ENONET error case | |
| 990a90fea02 Add back using to EventSourceException | |
| 3657c0239a7 Remove #if-def for TypedReference.MakeTypedReference readonly restriction | |
| 0d6f7a9e6f5 Add tests for past issues to catch regressions. (#13981) | |
| a7c7f903f36 Merge pull request #13998 from directhex/extradist_20190411 | |
| 40e7b267027 [netcore] hand-craft a dist-recursive rule for System.Private.CoreLib | |
| 5036336df81 [jit] Make dlmalloc use mono_valloc so it picks up the MAP_JIT flag on osx. (#13979) | |
| 56db577988d [debugger-agent]: Print error if the socket can not be created, remove assert that probed the wrong value, Coverity 1307166 (#13860) | |
| 1a76a455a79 Add missing DynamicSecurityMethod attributes. | |
| 8b1a18784dd [jit] Disable inlining for methods with [System.Security.DynamicSecurityMethod], its used to make methods which contain a StackCrawlMark. | |
| 995bbb998c6 Merge pull request #13815 from radical/nuget-5 | |
| ec045a52b03 [cil-strip] Fix reading of undefined NativeType values in old Cecil (#13954) | |
| 4eb4173b57a [WinForms] Fix displayed image in TreeNode when ImageIndex set to -2 When ImageIndex in TreeNode set to -2 must not displayed any image | |
| 8ba5a5201f0 [netcore] Implement Assembly.GetExecutingAssembly with stack mark parameter (#13903) | |
| 847296f1f0f [netcore] Fix marshalling of ref ptr return types (#13914) | |
| a26f73dcd97 Do not crash the runtime in System.Reflection.Emit.ILGeneration tests (#13917) | |
| 562ac284e4e Merge pull request #13959 from filipnavara/link-windows | |
| 49cc696bd76 fix link in README.MD | |
| 068e8fe0424 Use DNS.GetHostAddressesAsync instead of sync version (#13949) | |
| 0c1489b8368 Merge pull request #13946 from lateralusX/lateralusX/merge-icall-hash-maps | |
| e0eff41f9e0 Add generated xml doc to sdk build. (#13965) | |
| 75d74f2eb6d [wasm] Revert Update to emscripten 1.38.30 https://github.com/mono/mono/pull/13759 (#13964) | |
| bf8d7ef448d Cleaning exceptions during static constructor loading (#13962) | |
| 9d4d20b3890 Merge pull request #13976 from directhex/another-llvm-symbol | |
| 8fa16b329ca Add another symbol for loadedllvm | |
| 39e5c5f0570 [corlib] Disable a ParameterInfoTest test on MONOTOUCH | |
| c10e8da1b5b Merge pull request #13972 from filipnavara/netcore-nullability | |
| e1164a8dbde Merge pull request #13963 from Dotnet-GitSync-Bot/mirror-merge-10135517 | |
| fd8598a994f Merge pull request #13973 from directhex/netcore-pipeline | |
| c16b4cff44e [MacSDK] Bump F# to 4.5 (#10919) | |
| 08a8880dddb Merge pull request #13961 from directhex/makedist_again | |
| 992b0249f00 [netcore] Add a Pipeline yaml for Core build | |
| 226d5a0885c (origin/netcore-nullability, netcore-nullability) Disable nullability-related warnings | |
| b016a0a9455 Make nullable embedding API's public. (#13950) | |
| e8caaa1dbd8 [configure] Add failsafe for missing submodules (#13957) | |
| 183b22b4dba [System.Net.Http] Make some tests specific to HttpClientHandler | |
| 22c6ed3f1c5 Add conditionals allowing some calenders to be disabled. (#13730) | |
| dd2d363e767 WASM driver uses incompatible signatures for icall lookup. | |
| 18bba377964 Merge icall_hash and icall_hash_foreign into one. | |
| 72c8776d8f0 [utils] stub mono_setmmapjit on Win32 and Wasm | |
| bc4a1ac85a9 Do not use MAP_JIT by default, instead make this something that is toggled by Xamarin.Mac which needs it | |
| c828db526f3 (pr13963) Update CoreRT for changes in shared partition | |
| 84b81ac2907 Improve RuntimeHelpers.GetSubArray (dotnet/coreclr#23829) | |
| 2570c11ec4c Fix two new nullable warnings with latest compiler | |
| 727ff4b34d7 Remove remaining devdocs and cleanup ComponentModel code (#23175) | |
| 6a5487c8e1d Match PtrToStringUTF8 to the other PtrToString* families. (#23731) | |
| 7cf81c817b1 Whitespace (dotnet/coreclr#23772) | |
| b7d729d2ef6 Update the JIT to recognize the IsSupported property for all HWIntrinsics (#23751) | |
| 51d6b9bf029 Don't null out references in Stream/BinaryReader/Writer (#23725) | |
| fccd3ad15b2 Revert optimization (dotnet/coreclr#23759) | |
| a55709fa7a6 Improve performance of Memory<T>.Span property getter (#23750) | |
| ebe0d573b86 Fix Debug.Assert in GenericDelegateCache (dotnet/coreclr#23755) | |
| b3d4e338cf8 Fix merge conflicts on Delegate and String.resx | |
| 28c0991cfc1 Fix build break due to conflicting PRs (dotnet/coreclr#23726) | |
| 0ff89565f55 Nullable: shared/System/Security (dotnet/coreclr#23623) | |
| e90270aefb6 Nullable: Streams (dotnet/coreclr#23703) | |
| de1fc96374c [aot] use g_malloc () instead of malloc () (#13953) | |
| a8ba76c4c1e Nullable: System.Threading.Tasks (dotnet/coreclr#23691) | |
| 1675c9e7d47 Nullable: All remaining exceptions (dotnet/coreclr#23676) | |
| e4865826f10 Nullable: ReaderWriterLockSlim (dotnet/coreclr#23657) | |
| 1e799563fc5 Nullable: System.Threading (dotnet/coreclr#23663) | |
| 2a9ae82761e Nullable: Interlocked, Volatile (dotnet/coreclr#23655) | |
| 75f54646fb2 Nullable: System.Enum | |
| 192062ee5b9 Nullable: globalization remainder (dotnet/coreclr#23526) | |
| e5828e1a8de Nullable: System.Buffers (dotnet/coreclr#23619) | |
| aad1b221c5f Nullable: AsyncLocal (dotnet/coreclr#23618) | |
| 95d18423a4d Nullable: WaitHandles (dotnet/coreclr#23604) | |
| 02f2718c86e Nullable: SemaphoreSlim (dotnet/coreclr#23628) | |
| 4a47ccbfafb Nullable: ExecutionContext (dotnet/coreclr#23611) | |
| 1b6614ea4a5 Fix build break due to nullable PR conflicts (dotnet/coreclr#23641) | |
| 406cfbc6d3d Nullable: ThreadLocal (dotnet/coreclr#23626) | |
| c9b17e9bed1 Nullable: Lazy (dotnet/coreclr#23639) | |
| 6f1aaede58f Nullable: SpinWait/Lock (dotnet/coreclr#23613) | |
| 557efaa549f Nullable: CancellationToken (dotnet/coreclr#23609) | |
| 015cc4c0f32 Nullable: ManualResetEventSlim (dotnet/coreclr#23630) | |
| 2bcad8bd478 Nullable: SynchronizationContext (dotnet/coreclr#23634) | |
| 6daecf7f184 Nullable: Annotate remaining System.*Exception (dotnet/coreclr#23585) | |
| 1e0dc722ccd Nullable: ThreadPool (dotnet/coreclr#23600) | |
| 7e2fad45c5d Annotate Unix interop (dotnet/coreclr#23589) | |
| b04c1e800aa Nullable: System.Runtime.Intrinsics | |
| e5f984a353b Fixing the StringInfo constructor to work with the nullability analysis | |
| 70759684c34 Nullable: DateTimeFormat, DateTimeFormatInfoScanner, SortKey, StringInfo, TextElementEnumerator, TimeSpanFormat, TimeSpanParse (#23486) | |
| 3b1c91d8cf7 Nullable: NumberFormatInfo, CultureInfo (dotnet/coreclr#23459) | |
| 69a0897eb7b Nullable: Exception, SystemException, Argument*Exception (#23515) | |
| e2f1a0913e4 Nullable: make Object.ToString() return nullable (dotnet/coreclr#23510) | |
| 9ff4795adbd Nullable: System.Double, System.Single (dotnet/coreclr#23503) | |
| 96246ab5986 [netcore] Fix `make dist` | |
| c3541fc5436 [nunit-lite] Use .NOTPARALLEL to possibly fix some races | |
| f90133579f5 Link libgcc statically on Windows | |
| 430307e24ba [netcore] Runtime nupkg fixes (#13934) | |
| 6544999e865 Merge pull request #13955 from directhex/more-loadedllvm-magic | |
| 2c42f8d3174 Make sure mini_method_is_default_method is in loaded LLVM | |
| 6492dd3a6f2 [corlib] Fix a few NSLogWriter issues. (#13799) | |
| 00b8b21e729 Merge pull request #13928 from lateralusX/lateralusX/use-tls-key-lmf-add-windows | |
| 44494632566 [netcore] Allow reflection invocation of methods with ByRef return types (#13901) | |
| fd4539b0ed8 Merge pull request #13930 from lateralusX/lateralusX/add-supported-additional-defines-windows | |
| 68278f03263 [wasm] Core Bindings for SharedArrayBuffer (#13913) | |
| b0ae9dbdaac [merp] Restore non-assertion behavior in debugger-engine.c (#13865) | |
| 69b6667e2fb [llvm] If a true/false branch of a conditional branch is marked as out-of-line, emit an llvm.expect call. (#13915) | |
| ef99519ae57 Bump macsdk msbuild hash to msbuild that uses new roslyn, matching mono master (#13852) | |
| 3903a50e430 [System.Data] Remove unnecessary file from xunit tests (#13935) | |
| e51645a5604 Merge pull request #13759 from kjpou1/wasm-update-sdk | |
| 03071d5acaa Make sure additional supported enable defines ends up in config.h on Windows. | |
| f204ccf058f Use TLS_KEY_LMF_ADDR on Windows when pusing lmf frame. | |
| 6c774081b56 [AOT] fix winaot LLVM profile (#13909) | |
| 7b3bb4bfe0b Merge pull request #13918 from directhex/reenable_llvm_test | |
| ea13df0e75e Bump bockbuild to get GTK fix (#13912) | |
| d52bfac8747 Reenable LLVM JIT CI | |
| e6385a35c9f [jit] Avoid adding a needless zext which confuses abcrem. (#13890) | |
| da34285bc18 Revert "[image] Create MonoImageStorage to own the image raw data (#13892)" (#13916) | |
| 285443b5d48 [nuget] Bump to nuget 5.0.0 | |
| a26ef0b6a12 [wasm] Update to emscripten 1.38.30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment