-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spanify some Utf8String
and Utf8StringBuilder
use
#102101
Spanify some Utf8String
and Utf8StringBuilder
use
#102101
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56490e8 - Browse repository at this point
Copy the full SHA 56490e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1e855 - Browse repository at this point
Copy the full SHA ea1e855View commit details -
Make Utf8StringBuilder.Append do two Encoding.UTF8 calls instead of many
* The quick is-valid-ascii check in UTF8 encoding _hopefully_ makes this worth the simplification, even though 99% of the inputs are just ASCII. I'm ready to revert this.
Configuration menu - View commit details
-
Copy full SHA for bc4e50e - Browse repository at this point
Copy the full SHA bc4e50eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca24552 - Browse repository at this point
Copy the full SHA ca24552View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d3e0db - Browse repository at this point
Copy the full SHA 8d3e0dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7431393 - Browse repository at this point
Copy the full SHA 7431393View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd9e6ef - Browse repository at this point
Copy the full SHA bd9e6efView commit details -
Use CommonPrefixLength in Utf8String.Compare(Utf8String, Utf8String)
* Very much inspired (copied) from dotnet#75851
Configuration menu - View commit details
-
Copy full SHA for cb0eb90 - Browse repository at this point
Copy the full SHA cb0eb90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ed3a64 - Browse repository at this point
Copy the full SHA 2ed3a64View commit details
Commits on May 11, 2024
-
Remove Utf8StringBuilder.UnderlyingArray
Co-authored-by: Jan Kotas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ace1494 - Browse repository at this point
Copy the full SHA ace1494View commit details -
Revert "Remove Utf8StringBuilder.UnderlyingArray"
This reverts commit ace1494. It was used by DwarfEhFrame.cs
Configuration menu - View commit details
-
Copy full SHA for 0002c62 - Browse repository at this point
Copy the full SHA 0002c62View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe86998 - Browse repository at this point
Copy the full SHA fe86998View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b63e3 - Browse repository at this point
Copy the full SHA 51b63e3View commit details -
Only return filled-portion of the buffer in Utf8StringBuilder.AsSpan
Co-authored-by: Jan Kotas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bafd05f - Browse repository at this point
Copy the full SHA bafd05fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77a600d - Browse repository at this point
Copy the full SHA 77a600dView commit details -
Utf8StringBuilder.Append(char) -> Utf8StringBuilder.Append(byte)
* Only ASCII constant chars we're passed to this method
Configuration menu - View commit details
-
Copy full SHA for 2e050a3 - Browse repository at this point
Copy the full SHA 2e050a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd1cbf - Browse repository at this point
Copy the full SHA 5dd1cbfView commit details -
Update src/coreclr/tools/Common/Internal/Text/Utf8StringBuilder.cs
Co-authored-by: Paulus Pärssinen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19106c7 - Browse repository at this point
Copy the full SHA 19106c7View commit details -
Update src/coreclr/tools/Common/Internal/Text/Utf8StringBuilder.cs
Co-authored-by: Paulus Pärssinen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00d4e54 - Browse repository at this point
Copy the full SHA 00d4e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a97513 - Browse repository at this point
Copy the full SHA 8a97513View commit details -
Revert "Use UTF8 literals for single characters too"
This reverts commit 8a97513.
Configuration menu - View commit details
-
Copy full SHA for bb4477b - Browse repository at this point
Copy the full SHA bb4477bView commit details -
Revert "Remove unnecessary cast"
This reverts commit 5dd1cbf.
Configuration menu - View commit details
-
Copy full SHA for 7838413 - Browse repository at this point
Copy the full SHA 7838413View commit details -
Revert "Utf8StringBuilder.Append(char) -> Utf8StringBuilder.Append(by…
…te)" This reverts commit 2e050a3.
Configuration menu - View commit details
-
Copy full SHA for 1f80778 - Browse repository at this point
Copy the full SHA 1f80778View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c0fdb - Browse repository at this point
Copy the full SHA b7c0fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae917bc - Browse repository at this point
Copy the full SHA ae917bcView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b007b64 - Browse repository at this point
Copy the full SHA b007b64View commit details