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-12
Andy Ayers
Don't retain modifiers for instantation stub signatures...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-12
Tanner Gooding
Fixing a couple of issues in the Utf8Parsing/Formatting...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-12
John Salem
Fix syntax bug: bash requires spaces around brackets...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-12
Andrew Au
Fix issue 21089 (Add tests for the `EventPipe support...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-12
Michal Strehovský
Replace Delegate.CreateDelegate (dotnet/corertdotnet...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Carol Eidt
Merge pull request dotnet/coreclr#23141 from CarolEidt...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Hugh Bellamy
Fix NRE in EqualStringArrays (dotnet/coreclr#23174)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Michal Strehovský
Fix bad test (dotnet/coreclr#23173)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Bruce Forstall
Merge pull request dotnet/coreclr#23187 from BruceForst...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Bruce Forstall
Always archive corefx testresults.xml files
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Steve MacLean
Add EntryPointFilter option (dotnet/coreclr#23054)
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Eric StJohn
Add a target to get native resources from another DLL...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Dan Moseley
Remove 2 suffix step 1 (dotnet/corefxdotnet/coreclr...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Jan Vorlicek
Merge pull request dotnet/coreclr#23093 from franksinan...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Jan Vorlicek
Merge pull request dotnet/coreclr#23111 from am11/gcc...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Jan Vorlicek
Merge pull request dotnet/coreclr#23099 from janvorli...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Jan Vorlicek
Merge pull request dotnet/coreclr#23121 from janvorli...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Adeel
Remove conditions around CMAKE_REQUIRED_LIBRARIES
commit
|
commitdiff
|
tree
|
snapshot
2019-03-11
Levi Broderick
Refactor Encoding to split fast-path and fallback logic...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-09
Egor Bogatov
Move Buffer to shared (dotnet/coreclr#23157)
commit
|
commitdiff
|
tree
|
snapshot
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
Carol Eidt
Fix handling of struct setup assignments
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
Adeel
Use CLR_LINK
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
Adeel
Remove extra quotes
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
Adeel
Address @janvorli's feedback
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Jan Vorlicek
Enable build with clang static analyzer
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
Adeel
Use DOTNET_${$1} environment variables
commit
|
commitdiff
|
tree
|
snapshot
2019-03-08
Carol Eidt
Merge pull request dotnet/coreclr#22708 from BrianBohe...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-07
Adeel
Improve gcc configuration
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
Sinan Kaya
Fix signed compare warnings
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
Jan Vorlicek
Remove init_count zeroing from PAL cleanup
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
Sinan Kaya
conversion
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
next