platform/upstream/dotnet/runtime.git
2017-04-07 Aditya MandaleekaAdd creation of special handle types to IGCHandleTable.
2017-04-06 Aditya MandaleekaMove handle table stuff out of gcheaputilities.
2017-04-05 Aditya MandaleekaAdd handle creation functionality to IGCHandleTable...
2017-04-01 Aditya MandaleekaChange how VM calls ObjectFromHandle.
2017-04-01 Aditya MandaleekaAdd way to get table for handle and ADIndex for handlet...
2017-03-29 Aditya MandaleekaCreate a GCHandleTable interface with Init/Shutdown.
2017-03-28 Aditya MandaleekaSeparate finalizer thread creation from GC initializati...
2017-03-28 Sergey AndreenkoMerge pull request dotnet/coreclr#10503 from sandreenko...
2017-03-28 Atsushi KanamoriGet VS to quit bugging me about replacing SR.cs already...
2017-03-28 Swaroop SridharAdd support for CoreCLR testing via ILLINK on Linux
2017-03-28 303248153Fix comment on mark::recover_plug_info (dotnet/coreclr...
2017-03-28 Eric ErhardtMerge pull request dotnet/coreclr#10507 from eerhardt...
2017-03-28 Sean Gillespie[Local GC] Use standard C++ types (bool) and consistent...
2017-03-28 Hanjoung LeeFix usage text of runtest.sh (dotnet/coreclr#10518)
2017-03-28 dotnet botUpdate CoreClr to beta-25128-03 (dotnet/coreclr#10517)
2017-03-28 Eric ErhardtBinary Search in TimeZoneInfo.GetAdjustmentRuleForTime
2017-03-28 Koundinya VeluriDon't ignore exceptions thrown from handlers of some...
2017-03-28 Olof OlssonFix link for up-for-grabs issues (dotnet/coreclr#10488)
2017-03-28 Alex PerovichMove deleted files and remove m_ prefix in shared file
2017-03-28 Alex PerovichAdd DateTimeFormat and Parse to shared and remove moved...
2017-03-28 dotnet botUpdate CoreClr, CoreFx to beta-25127-03, beta-25124...
2017-03-28 Dan MoseleySome missing stragglers (dotnet/coreclr#10509)
2017-03-28 Bruce ForstallImplement TLS field handles for RyuJIT/x86 (dotnet...
2017-03-27 Sergey Andreenkosmall changes in fgOptimizeDelegateConstructor
2017-03-27 Koundinya VeluriAdd heuristic to trigger GC to finalize dead threads...
2017-03-27 Atsushi KanamoriMove Pointer.cs to the shared partition. (dotnet/corecl...
2017-03-27 Ben MonroePath may contain spaces. Wrap in quotes. (dotnet/corecl...
2017-03-27 Joseph TremouletMerge pull request dotnet/coreclr#10484 from mikedn...
2017-03-26 Stephen ToubMerge pull request dotnet/coreclr#10489 from stephentou...
2017-03-26 Stephen ToubAdd static ExceptionDispatchInfo.Throw method
2017-03-26 Aditya MandaleekaChange typedef for BOOL in gcenv.base.h to int. (dotnet...
2017-03-26 Cyd HaseltonUpdate for Android cross build script (dotnet/coreclr...
2017-03-26 Mandar SahasrabuddheCoreFx 14486 Update API summary. (dotnet/coreclr#10485)
2017-03-25 Mike DanesCorrectly update bitvector in optAddVnAssertionMapping
2017-03-25 Tarek Mahmoud... Enable global invariant on OSX (dotnet/coreclr#10470)
2017-03-25 Ofer ZeligTypo correction (dotnet/coreclr#10482)
2017-03-25 Jan KotasDelete pointless <internalonly/> comments (dotnet/corec...
2017-03-25 Mandar SahasrabuddheIssue dotnet/coreclr#7061 Remove private _Prop from...
2017-03-25 mikednSome BitVecOps improvements (dotnet/coreclr#10437)
2017-03-25 Jan KotasAdd Interlocked.MemoryBarrierProcessWide (dotnet/corecl...
2017-03-25 Ahson Ahmed... Remove return statement and throwing directly for obsel...
2017-03-25 Brian SullivanMerge pull request dotnet/coreclr#10469 from briansull...
2017-03-25 Brian SullivanMerge pull request dotnet/coreclr#10466 from briansull...
2017-03-25 Alex PerovichMove DateTime to shared partition (dotnet/coreclr#10460)
2017-03-25 Alex PerovichCleanup unnecessary import (dotnet/coreclr#10472)
2017-03-25 Dan MoseleyRename resource strings to match resx (dotnet/coreclr...
2017-03-25 Jan KotasFixed m_ prefixes in a few files from shared partition...
2017-03-25 Brian SullivanChange the Jit Disasm message when we have profile...
2017-03-25 Mandar SahasrabuddheCoreFx 14486 Remove argument validation in DangerousCre...
2017-03-25 Brian SullivanCR feedback
2017-03-25 Dan MoseleyRemove dead strings (dotnet/coreclr#10445)
2017-03-25 Alex PerovichSort entries in shared project (dotnet/coreclr#10465)
2017-03-24 Brian SullivanFix for JitStress test failures
2017-03-24 Jan KotasMerge pull request dotnet/coreclr#10459 from dotnet...
2017-03-24 Jan KotasDelete moved file
2017-03-24 Alex PerovichUse Array.Copy with index and remove coreclr specific...
2017-03-24 Atsushi KanamoriNS2.0 Complete DBNull's surface area. (dotnet/coreclr...
2017-03-24 dotnet botUpdate CoreClr to beta-25123-08 (dotnet/coreclr#10435)
2017-03-24 Joseph TremouletMerge pull request dotnet/coreclr#10149 from JosephTrem...
2017-03-24 Bruce ForstallMerge pull request dotnet/coreclr#10451 from ionuttamas...
2017-03-24 Igor Kulaychuk[Linux][GDB-JIT] Add lexical scopes info for local...
2017-03-24 IlyaCopy-paste errors found by PVS-Studio. (dotnet/coreclr...
2017-03-24 Ionut TamasUpdate ryujit-overview.md
2017-03-24 Hyeongseok OhUpdate ci-trigger-phrases.md (dotnet/coreclr#10444)
2017-03-24 Dan MoseleyAdd PNSE messages (dotnet/coreclr#10440)
2017-03-24 Jan KotasMerge pull request dotnet/coreclr#10426 from BruceForst...
2017-03-24 Sean Gillespie[Local GC] Redirect fatal errors to the EE (dotnet...
2017-03-24 Maoni StephensGetContainingObject is inconsistent with the lowest...
2017-03-24 Brian SullivanMerge pull request dotnet/coreclr#10400 from briansull...
2017-03-24 Jan KotasMerge pull request dotnet/coreclr#10434 from dotnet...
2017-03-23 Alex PerovichMove StringBuilder to shared partition (dotnet/coreclr...
2017-03-23 Jan KotasDelete NewMerger
2017-03-23 Bruce ForstallEnable FEATURE_METADATA_EMIT_ALL for non-crossgen compiles
2017-03-23 Aditya MandaleekaMerge pull request dotnet/coreclr#10417 from viva64...
2017-03-23 Alex PerovichAdd missing
2017-03-23 Alex PerovichRemove moved files
2017-03-23 Maoni Stephensporting desktop changes to enable up to 1024 CPUs ...
2017-03-23 Atsushi KanamoriMove IReflect.cs to shared partition. (dotnet/coreclr...
2017-03-23 Atsushi KanamoriMove the easy files in System\Reflection to the shared...
2017-03-23 Noah FalkMerge pull request dotnet/coreclr#10336 from noahfalk...
2017-03-23 Steve MacLeanMark b425314 Incompatible (dotnet/coreclr#10431)
2017-03-23 Andy AyersMerge pull request dotnet/coreclr#10432 from AndyAyersM...
2017-03-23 dotnet botUpdate CoreClr to beta-25123-07 (dotnet/coreclr#10428)
2017-03-23 chcostaUse roslyn common props (dotnet/coreclr#10430)
2017-03-23 Jonghyun Park[PAL] Do NOT check execute bit in INIT_FindEXEPath...
2017-03-23 Atsushi KanamoriMigrate the Reflection serialization holders to the...
2017-03-23 Rahul KumarMerge pull request dotnet/coreclr#10411 from rahku...
2017-03-23 Brian SullivanMerge pull request dotnet/coreclr#10397 from briansull...
2017-03-23 Bruce ForstallMerge pull request dotnet/coreclr#10402 from BruceForst...
2017-03-23 Andy AyersJit: track ref types for inlinee locals and args
2017-03-23 Steve MacLean[Unix] runtest.sh crossgen should exit on failure ...
2017-03-23 Ilya IvanovWe have found and fixed a security weakness (CWE-188...
2017-03-23 Joseph TremouletScalarize single-field-to-lclVar block copy
2017-03-23 Atsushi KanamoriMove IReflect.cs to shared partition. (dotnet/coreclr...
2017-03-23 IlyaI used PVS-Studio static analyzer to check this project...
2017-03-23 Stephen ToubMerge pull request dotnet/coreclr#10412 from dotnet...
2017-03-23 ragmani[x86/Linux] fix broken stack in DelayLoad_Helper when...
2017-03-23 dotnet-botUpdate CoreClr, CoreFx to beta-25123-03, beta-25122...
2017-03-23 Rahul KumarMerge pull request dotnet/coreclr#10064 from rahku...
2017-03-23 Rahul KumarRe-enable tests
next