Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust-by-example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 179256a445d6144f5f371fdefb993f48f33978b0
Choose a base ref
...
head repository: rust-lang/rust-by-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e188d5d466f7f3ff9f1d518393235f4fe951be46
Choose a head ref
  • 10 commits
  • 6 files changed
  • 4 contributors

Commits on Jan 30, 2024

  1. std_misc/process/pipe.md: Fix typo in pangram string

    Pedantic nitpick: the pangram is missing an "s".
    softmoth authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    629667d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    08b3fe1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1810 from gaurarpit/test1

    Add expected error behavior into docs
    marioidival authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f59b37e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1809 from softmoth/pedantic-pangram-typo

    std_misc/process/pipe.md: Fix typo in pangram string
    marioidival authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7d6658f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Fixes the bug: #1721

    gaurarpit committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    bee791c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1811 from gaurarpit/bug1721

    Fixes the bug: #1721
    marioidival authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e46c7b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Update borrow.md

    `eat_box` => `eat_box_32`
    YangFong authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    df7effd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1814 from YangFong/patch-1

    Update borrow.md
    marioidival authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    512d3f8 View commit details
    Browse the repository at this point in the history
  3. Update macros.md

    Fill in the missing symbols
    YangFong authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    eb8a4a1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1815 from YangFong/patch-1

    Update macros.md
    marioidival authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e188d5d View commit details
    Browse the repository at this point in the history
Loading