Skip to content
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

Using stackalloc instead of new byte[x] on Streams #88303

Merged
merged 26 commits into from
Aug 11, 2023

Commits on Jul 1, 2023

  1. first XOR Linq implemetation

    Poppyto committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    449fdde View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    980d208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1846980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d56f48a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5ca7c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c40cea4 View commit details
    Browse the repository at this point in the history
  6. Revert "first XOR Linq implemetation"

    This reverts commit 449fdde.
    Poppyto committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    10d9882 View commit details
    Browse the repository at this point in the history
  7. indent fix

    Poppyto committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    f208335 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6125271 View commit details
    Browse the repository at this point in the history
  9. missing char

    Poppyto committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    b3291fc View commit details
    Browse the repository at this point in the history
  10. fix ConfigureAwait

    Poppyto committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    74d02fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    707fcf3 View commit details
    Browse the repository at this point in the history
  12. variablename fix

    Poppyto committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    4f9d3b4 View commit details
    Browse the repository at this point in the history
  13. missing comment

    Poppyto committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    af391ab View commit details
    Browse the repository at this point in the history
  14. rollback Stream allocations

    Poppyto committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2af0c8e View commit details
    Browse the repository at this point in the history
  15. missing arguments

    Poppyto committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    6cc3122 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    ca86d8b View commit details
    Browse the repository at this point in the history
  2. better initialize Span

    Poppyto committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    ba3511e View commit details
    Browse the repository at this point in the history
  3. add CRLF

    Poppyto committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    cad94f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. resolve comments

    Poppyto committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    3a0e121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00544fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ebec71 View commit details
    Browse the repository at this point in the history
  4. Update src/libraries/System.Private.DataContractSerialization/src/Sys…

    …tem/Runtime/Serialization/Json/JsonEncodingStreamWrapper.cs
    
    
    replace Span by ReadOnlySpan
    
    Co-authored-by: Michał Petryka <35800402+MichalPetryka@users.noreply.github.com>
    Poppyto and MichalPetryka authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2ea5c7c View commit details
    Browse the repository at this point in the history
  5. remove trailing whitespace

    Poppyto committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    213ab21 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Update src/libraries/System.Private.DataContractSerialization/src/Sys…

    …tem/Runtime/Serialization/Json/JsonEncodingStreamWrapper.cs
    
    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    Poppyto and stephentoub authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a520eef View commit details
    Browse the repository at this point in the history
  2. Update src/libraries/System.Private.DataContractSerialization/src/Sys…

    …tem/Runtime/Serialization/Json/JsonEncodingStreamWrapper.cs
    
    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    Poppyto and stephentoub authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ce38130 View commit details
    Browse the repository at this point in the history