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: a6581246f96837113968c02187db24f742af3908
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: da0a06aada31a324ae84a9eaee344f6a944b9683
Choose a head ref
  • 8 commits
  • 4 files changed
  • 5 contributors

Commits on Nov 20, 2023

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

Commits on Nov 21, 2023

  1. Merge pull request #1772 from proski/space-before-self

    Remove space between `&` and `self`
    marioidival authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    604b95e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. fix:typo error

    jitendragangwar123 authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4fcc8af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1774 from jitendragangwar123/patch-1

    fix:typo error
    marioidival authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    29a6d3d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. fix(arg): Remove reference to Rust Cookbook in arg parsing

    This PR removes the reference to the Rust Cookbook in the argument
    parsing section. The example linked is outdated and no longer works.
    Additionally, the repo hasn't seen any activity in a few years and
    rust-lang-nursery has been deprecated anyway
    (https://internals.rust-lang.org/t/rust-lang-nursery-deprecation/11205).
    
    I chose to replace it with the `rust-cli` book link that also uses a
    `clap` example.
    aos committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    662b891 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1775 from aos/aos/arg-parsing-remove-cookbook

    fix(arg): Remove reference to Rust Cookbook in arg parsing
    marioidival authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    1ae8338 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    7370142 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1776 from mirceanis/patch-1

    fix tiny typo in string conversion docs
    marioidival authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    da0a06a View commit details
    Browse the repository at this point in the history
Loading