Commit c7101b0
File tree
11 files changed
+28
-27
lines changed- repos
- src
- tools-local
11 files changed
+28
-27
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
| 25 | + | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
- BuildToolsVersion.txt+1-1
- ILAsmVersion.txt+1-1
- dependencies.props+7-7
- perf.groovy+3-3
- src/jit/compiler.h+1
- src/jit/morph.cpp+64
- src/mscorlib/System.Private.CoreLib.csproj+1
- src/mscorlib/shared/System/Diagnostics/Tracing/TraceLogging/NameInfo.cs+8-8
- src/mscorlib/shared/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventSource.cs+4-5
- src/mscorlib/src/System/Diagnostics/Eventing/TraceLogging/TraceLoggingEventHandleTable.cs+61
- src/mscorlib/src/System/Threading/Tasks/TaskScheduler.cs+7-15
- tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.cs+221
- tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj+39
- BuildToolsVersion.txt+1-1
- dependencies.props+11-11
- external/harvestPackages/harvestPackages.props+1-1
- pkg/Microsoft.NETCore.Platforms/Microsoft.NETCore.Platforms.pkgproj+1-1
- pkg/Microsoft.Private.PackageBaseline/packageIndex.json+5-2
- pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj+2-2
- pkg/Microsoft.Windows.Compatibility/externalIndex.json+11-6
- src/System.Data.SqlClient/src/System/Data/SqlClient/TdsParserStateObject.cs-10
- src/System.Data.SqlClient/tests/ManualTests/SQL/DataStreamTest/DataStreamTest.cs+87-1
- src/System.Net.Primitives/src/System/Net/IPAddress.cs+2-2
- src/System.Net.Primitives/src/System/Net/IPAddressParser.cs+5-5
- src/System.Net.Primitives/src/System/Net/IPv6AddressHelper.cs+12-1
- src/System.Net.Primitives/tests/FunctionalTests/IPAddressParsing.cs+22
- src/System.Net.Primitives/tests/UnitTests/Fakes/IPv6AddressHelper.cs+1-1
- src/System.Net.WebSockets.Client/src/System/Net/WebSockets/WebSocketHandle.Managed.cs+2-2
- src/System.Net.WebSockets.Client/tests/ConnectTest.cs+17
- src/System.Private.Uri/src/System/IPv6AddressHelper.cs+14-9
- src/System.Private.Uri/src/System/Uri.cs+26-2
- src/System.Private.Uri/src/System/UriExt.cs+24-3
- src/System.Private.Uri/tests/FunctionalTests/IriTest.cs+85
- src/System.Private.Uri/tests/FunctionalTests/UriIpHostTest.cs+20-1
- src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexCompiler.cs+45-1
- src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexInterpreter.cs+19
- src/System.Text.RegularExpressions/tests/Regex.Match.Tests.cs+23
- src/packages.builds+6
- tools-local/ILAsmVersion.txt+1-1
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
227 |
| - | |
228 |
| - | |
| 227 | + | |
| 228 | + | |
229 | 229 |
| |
230 |
| - | |
| 230 | + | |
231 | 231 |
| |
232 |
| - | |
| 232 | + | |
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
|
Lines changed: 13 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
101 |
| - | |
102 |
| - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 |
| - | |
| 137 | + | |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
| 143 | + | |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
| 157 | + | |
157 | 158 |
| |
158 | 159 |
| |
159 | 160 |
| |
| |||
281 | 282 |
| |
282 | 283 |
| |
283 | 284 |
| |
284 |
| - | |
285 |
| - | |
| 285 | + | |
| 286 | + | |
286 | 287 |
| |
287 |
| - | |
| 288 | + | |
288 | 289 |
| |
289 |
| - | |
| 290 | + | |
290 | 291 |
| |
291 | 292 |
| |
292 | 293 |
| |
|
0 commit comments