projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/dotnet/runtime.git
2019-03-09
Andrew Au
Two more instances
commit
|
commitdiff
|
tree
|
snapshot
2019-03-09
Andrew Au
Eliminate SampleProfilerEventInstance
commit
|
commitdiff
|
tree
|
snapshot
2019-03-09
Andrew Au
Avoid StackWalk in EventPipeEventInstance constructor
commit
|
commitdiff
|
tree
|
snapshot
2019-03-09
Stephen Toub
Add stack depth check to all Task continuations (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-09
Marek Safar
Move part of RuntimeHelpers to shared partition (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-09
Aaron Robinson
Properly override IsEquivalentTo() API in RuntimeType...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Sung Yoon Whang
Update eventcounter spec (dotnet/coreclr#23142)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Bruce Forstall
Merge pull request dotnet/coreclr#23140 from BruceForst...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Jarret Shook
Use 4 core external build queues (dotnet/coreclr#23079)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Sergey Andreenko
Fix missing RunTests.sh in CoreFX Linux jobs. (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Bruce Forstall
Remove unneeded arm64 NYI
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Bruce Forstall
Merge pull request dotnet/coreclr#23086 from BruceForst...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Optimized RemoveItemsRange to call the list.RemoveRange...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Simplified the RemoveItem logic since we have more...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
InsertItemsRange API now checks if the underlying items...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Removed (Int64) cast statements from RemoveItemsRange...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Added new RemoveRange validation check to see if the...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Updated InsertItemsRange to simplify the expression...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Updated RemoveAt->RemoveItem. This change removes redun...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Updated RemoveRange invocation of RemoveAt to use index...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Added ArgumentOutOfRangeException exception in RemoveRa...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Updated RemoveItemsRange to properly remove each item...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Updated RemoveItemsRange to prevent int.MaxValue overfl...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Remove ternary operator from invocation as it is the...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Added ReplaceItemsRange API and updated ReplaceRange...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Adding braces on for loop
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Updated foreach to use T instead of var
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Updated index out of range exception check to be a...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andrew Hoefling
Added new Range Manipulation APIs for Collection<T...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Filip Navara
Allow deserialization for ResourceManager created with...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Bruce Forstall
Merge pull request dotnet/coreclr#23119 from BruceForst...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
mikedn
Improve SSA renaming memory usage (dotnet/coreclr#15000)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Egor Chesakov
Add outerloop-jitstressregs, outerloop-jitstress2-jitst...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Andy Ayers
JIT: rework codegen for Arm64 SIMD Extract/Insert intri...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Carol Eidt
Merge pull request dotnet/coreclr#23052 from CarolEidt...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Sung Yoon Whang
disabling tracing/tracevalidation/inducedgc/inducedgc...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Marek Safar
Use platform specific implementation of GetCurrentProce...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Dávid Kaya
Added UserFlags field, unblocks dotnet/coreclr#34560...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Sergey Andreenko
Fix a rare JitStress assert. (dotnet/coreclr#23116)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Sung Yoon Whang
Fix how we check whether events are enabled via LTTng...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Bruce Forstall
Allow coalescing of SP adjustment into single register...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Carol Eidt
Merge pull request dotnet/coreclr#22708 from BrianBohe...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Stephen Toub
Add missing CopyToAsync override in FileStream.Unix...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Jarret Shook
Disable tests based on 23103 and 23096 (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
mikedn
Fix ARMv8.1 atomics disassembly (dotnet/coreclr#23070)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Aaron Robinson
Update error message for when a parent is marked as...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Andy Ayers
JIT: fix filter liveness computation (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Juan Hoyos
Fix control C trap hang in the debugger (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Bruce Forstall
Clean up some arm64 prolog/epilog code (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Bruce Forstall
Merge pull request dotnet/coreclr#23085 from BruceForst...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Jan Kotas
Cleanup unused hosting interfaces (dotnet/coreclr#23091)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Hugh Bellamy
Cleanup Globalization info code (dotnet/coreclr#22591)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Sergey Andreenko
Ignore warning in another build script. (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Next Turn
Fix comment (dotnet/coreclr#23058)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Mike McLaughlin
Fix missing includes in coreclr/src/debug/createdump...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Michal Strehovský
Remove legacy behavior around non-virtual interface...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Sven Boemer
Use Microsoft Container Registry for docker images...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Michal Strehovský
Fix ProjectN build breaks (dotnet/corertdotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Honza Rameš
Fix ValueStringBuilder.EnsureCapacity to call Grow...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
dotnet-maestro...
Update dependencies from dotnet/core-setup (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Viktor Hofer
Project msbuild syntax cleanup (dotnet/corefxdotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Michelle McDaniel
Change IBC data path to match Arcade standard (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Bruce Forstall
Arm64: always save int registers at higher addresses...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Bruce Forstall
Fix PMI asm diffs
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Jarret Shook
Do not conflict publish name based on scenario (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Koundinya Veluri
Temporarily disable some WaitAny tests that have been...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Michal Strehovský
Improve resiliency of LoadIBCMethodHelper (dotnet/corec...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Andy Ayers
JIT: fix issue with assertion prop on isinst helpers...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Carol Eidt
Merge pull request dotnet/coreclr#22912 from fiigii...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Tanner Gooding
Fixing the float/double parsing logic to handle exponen...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Fei Peng
fix BroadcastScalarToVector128/256 and simplify MoveMask
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Steve MacLean
Cleanup old code (dotnet/coreclr#23053)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Andy Ayers
Reduce running time of GitHub_19361 test case (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Jeremy Koritzinsky
Move HasLayoutMetadata to methodtablebuilder.cpp (dotne...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Stephen Toub
Clean up some string.Format usage (dotnet/coreclr#23025)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Carol Eidt
Correctly type SIMD stack values
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Andrew Au
Fix issue 23040
commit
|
commitdiff
|
tree
|
snapshot
2019-03-06
Andrew Au
Fix issue 23037
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
John Salem
Update delegate signature for GetSourceLineInfo and...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Aaron Robinson
Re-enable RCW license tests (dotnet/coreclr#23023)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Maryam Ariyan
Add Type Forward (dotnet/coreclr#23036)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Marek Safar
Move more Assembly methods to shared partition (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Juan Hoyos
Merge pull request dotnet/coreclr#23002 from optimization
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Jarret Shook
Disable test correctly. Missed casing (dotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Russ Keldorph
Fix JIT/Directed/pinvoke/tail
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Andrew Au
Fix issue 23009
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Steve MacLean
Remove dead AppDomain unload code (dotnet/coreclr#23026)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Sung Yoon Whang
Update eventcounter spec (dotnet/coreclr#23019)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Andy Ayers
JIT: remove unneeded ref count updating traversal from...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Steve MacLean
Remove dead ContainToAppDomain (dotnet/coreclr#23021)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Sergey Andreenko
Do not treat warnings as errors during corefx build...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Aaron Robinson
Remove loose dependency in runtime on System.ComponentM...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Steve MacLean
Remove BEGIN/END_EXCEPTION_GLUE from botr
commit
|
commitdiff
|
tree
|
snapshot
2019-03-05
Egor Chesakov
Pass -priority= argument directly to build-test.cmd...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-04
Egor Chesakov
Publish logs as pipeline artifacts for build-job.yml...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-04
Jarret Shook
Disable tests for open issues (dotnet/coreclr#22976)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-04
Jarret Shook
Fix rid choice setup stress (dotnet/coreclr#23004)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-04
Jeremy Koritzinsky
Move EEClassLayoutInfo::CollectLayoutFieldMetadataThrow...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-04
Carol Eidt
Merge pull request dotnet/coreclr#22791 from CarolEidt...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-04
Sinan Kaya
Cleanup more GCC warnings (dotnet/coreclr#22872)
commit
|
commitdiff
|
tree
|
snapshot
next