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

Add std::io::input simple input function. #75435

Closed
wants to merge 39 commits into from

Commits on Aug 12, 2020

  1. Update lib.rs

    sHaDoW-54 authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    02268cc View commit details
    Browse the repository at this point in the history
  2. Update mod.rs

    sHaDoW-54 authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    6fac729 View commit details
    Browse the repository at this point in the history
  3. Update stdio.rs

    sHaDoW-54 authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    843c2bf View commit details
    Browse the repository at this point in the history
  4. Update stdio.rs

    sHaDoW-54 authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    6c42a62 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Update library/std/src/io/stdio.rs

    Co-authored-by: Lukas Kalbertodt <[email protected]>
    sHaDoW-54 and LukasKalbertodt authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    0fc63d9 View commit details
    Browse the repository at this point in the history
  2. Update stdio.rs

    sHaDoW-54 authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    25dcd97 View commit details
    Browse the repository at this point in the history
  3. Update mod.rs

    sHaDoW-54 authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    ebb35f1 View commit details
    Browse the repository at this point in the history
  4. Update lib.rs

    sHaDoW-54 authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    c601238 View commit details
    Browse the repository at this point in the history
  5. Update stdio.rs

    trailing whitespace
    sHaDoW-54 authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    ac0a700 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Update stdio.rs

    add from str
    sHaDoW-54 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    905716b View commit details
    Browse the repository at this point in the history
  2. Update mod.rs

    add extra func
    sHaDoW-54 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    561f85f View commit details
    Browse the repository at this point in the history
  3. Update stdio.rs

    imports
    sHaDoW-54 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    e69e325 View commit details
    Browse the repository at this point in the history
  4. Update stdio.rs

    unused import
    sHaDoW-54 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    03d3b6f View commit details
    Browse the repository at this point in the history
  5. Update mod.rs

    format
    sHaDoW-54 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    80c2964 View commit details
    Browse the repository at this point in the history
  6. Update stdio.rs

    format
    sHaDoW-54 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    d58892d View commit details
    Browse the repository at this point in the history
  7. Update stdio.rs

    one comma!
    sHaDoW-54 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    fd4cc45 View commit details
    Browse the repository at this point in the history
  8. Update stdio.rs

    dox
    sHaDoW-54 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    8f2ca07 View commit details
    Browse the repository at this point in the history
  9. Update stdio.rs

    docs
    sHaDoW-54 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    ab4fb3e View commit details
    Browse the repository at this point in the history
  10. Update stdio.rs

    docs!!!
    sHaDoW-54 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    63feaa7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Update stdio.rs

    streamlined the function
    sHaDoW-54 authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    09d7391 View commit details
    Browse the repository at this point in the history
  2. Update mod.rs

    sHaDoW-54 authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    e65a3a9 View commit details
    Browse the repository at this point in the history
  3. Update stdio.rs

    sHaDoW-54 authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    f0571fa View commit details
    Browse the repository at this point in the history
  4. Update stdio.rs

    sHaDoW-54 authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    2026394 View commit details
    Browse the repository at this point in the history
  5. Update stdio.rs

    sHaDoW-54 authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    e79e87b View commit details
    Browse the repository at this point in the history
  6. Update stdio.rs

    sHaDoW-54 authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    a45bf3a View commit details
    Browse the repository at this point in the history
  7. Update stdio.rs

    sHaDoW-54 authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    a9070fa View commit details
    Browse the repository at this point in the history
  8. Update stdio.rs

    sHaDoW-54 authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    7710011 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Update stdio.rs

    sHaDoW-54 authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    9d7f51f View commit details
    Browse the repository at this point in the history
  2. Update stdio.rs

    sHaDoW-54 authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    48f9aba View commit details
    Browse the repository at this point in the history
  3. Update stdio.rs

    sHaDoW-54 authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    4d4238e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Update stdio.rs

    better crossplatform newline remover
    sHaDoW-54 authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    7ae7275 View commit details
    Browse the repository at this point in the history
  2. Update stdio.rs

    sHaDoW-54 authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    790b1d1 View commit details
    Browse the repository at this point in the history
  3. Update stdio.rs

    merge conflicts
    sHaDoW-54 authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    c49a1ca View commit details
    Browse the repository at this point in the history
  4. Update stdio.rs

    sHaDoW-54 authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    4608e07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b681e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Update stdio.rs

    newline remover fix
    sHaDoW-54 authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    c571550 View commit details
    Browse the repository at this point in the history
  2. Update stdio.rs

    sHaDoW-54 authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    9aa7bf8 View commit details
    Browse the repository at this point in the history
  3. Update stdio.rs

    sHaDoW-54 authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    d9d8b01 View commit details
    Browse the repository at this point in the history
  4. Update stdio.rs

    sHaDoW-54 authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    45b8a1d View commit details
    Browse the repository at this point in the history