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

Allow writing of incomplete UTF-8 sequences to the Windows console via stdout/stderr #83342

Merged
merged 12 commits into from
Sep 2, 2021

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    27393d5 View commit details
    Browse the repository at this point in the history
  2. fix fmt

    Count-Count committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    a941e68 View commit details
    Browse the repository at this point in the history
  3. Export utf8_char_width() publicly in core::std behind the "str_intern…

    …als" feature gate and use it in sys::windows::stdio instead of reimplementing it there.
    Count-Count committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    60b149f View commit details
    Browse the repository at this point in the history
  4. fix c&p error

    Count-Count committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    0202273 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d114694 View commit details
    Browse the repository at this point in the history
  6. fix

    Count-Count committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    52713a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb1fa97 View commit details
    Browse the repository at this point in the history
  8. correct comment

    Count-Count committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    34cfe38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3103f5f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7cfbe54 View commit details
    Browse the repository at this point in the history
  11. comment pos

    Count-Count committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    dd3b79e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    fbfde7e View commit details
    Browse the repository at this point in the history