-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: faf0c8f
head repository: dotnet/runtime
compare: 6145251
- 6 commits
- 24 files changed
- 7 contributors
Commits on Aug 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8fde874 - Browse repository at this point
Copy the full SHA 8fde874View commit details -
[wasm][debugger] Proxy but don't process events from worker sessions (#…
…57990) Backport of #57974 Should Fix #57949 Co-authored-by: Larry Ewing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1316a45 - Browse repository at this point
Copy the full SHA 1316a45View commit details -
[interp] Use existing InterpMethod if allocation and lookup race (#57985
) If two threads both want to get an InterpMethod for the same MonoMethod, and they both see null from the first hash table lookup, make sure that whichever one comes into the jit_mm lock second re-uses the previously inserted InterpMethod, instead of its own version. Without this change, racing threads will overwrite MonoJitInfo:seq_points (in mono_interp_transform_method) which sometimes leads to deallocating the same sequence points multiple times. Fixes #57812 Co-authored-by: Aleksey Kliger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 949a0a0 - Browse repository at this point
Copy the full SHA 949a0a0View commit details -
[release/6.0-rc1] [wasm][debugger] Fixing assert while debugging. (#5…
…8032) When trying to evaluate DebuggerProxyAttribute of a generic type <T, K>, it was working only for one parameter . Fixes #58021 Co-authored-by: Thays <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6ccd53 - Browse repository at this point
Copy the full SHA a6ccd53View commit details
Commits on Aug 25, 2021
-
[release/6.0-rc1] Add event to RuntimeEventSource for AppContext swit…
…ches (#57847) * Add event to RuntimeEventSource for AppContext switches Fixes #56142 * Respond to PR comments * Add preliminary tests * Respond to PR comments * Add keyword * Fix tests * Remove AppContext EventSource support on browser * forgot using * Fix error reporting, add comments * Respond to PR comments * Refactor tests * Fix case where s_switches is null * Fix bug * Print more info for test failure * Typo * Fix lab failure * Respond to PR comments * Respond to PR comments * Typo * Respond to PR comments * Skip RuntimeEventSource tests on wasm and android (#57890) * Skip RuntimeEventSource tests on wasm and android * Skip tests without using issues.targets * Disable test for mono (cherry picked from commit 454ac57) Co-authored-by: Andy Gocke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75e6a7f - Browse repository at this point
Copy the full SHA 75e6a7fView commit details -
[release/6.0-rc1] Support special characters in [JsonPropertyName] (#…
…58075) * Support special characters in [JsonPropertyName] * Make gen'd property name readonly; other misc Co-authored-by: Steve Harter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6145251 - Browse repository at this point
Copy the full SHA 6145251View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff faf0c8f...6145251