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: 20482893d1a502df72f76762c97aed88854cdf81
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: 4840dca06cadf48b305d3ce0aeafde7f80933f80
Choose a head ref
  • 6 commits
  • 2 files changed
  • 3 contributors

Commits on May 26, 2024

  1. Add precision on From/Into asymmetry to from_into.md

    Adding a note to the effect that whilst implementing `From` for a type will provide it w/ `Into`, it doesn't work the other way around: implementing `Into` will not give you `From`.
    mckzm authored May 26, 2024
    Configuration menu
    Copy the full SHA
    fe5aa22 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Merge pull request #1855 from mckzm/src/conversion-/from_into.md-into…

    …_precision
    
    Add precision on From/Into asymmetry to from_into.md
    marioidival authored May 27, 2024
    Configuration menu
    Copy the full SHA
    98b1928 View commit details
    Browse the repository at this point in the history
  2. Fix CI failure

    dalance committed May 27, 2024
    Configuration menu
    Copy the full SHA
    dc164e0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1856 from dalance/fix_ci_failure

    Fix CI failure
    marioidival authored May 27, 2024
    Configuration menu
    Copy the full SHA
    7eb2f5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfc5719 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge pull request #1857 from dalance/update_mdbook_i18n

    Update mdbook-i18n-helpers to 0.3.3
    marioidival authored May 28, 2024
    Configuration menu
    Copy the full SHA
    4840dca View commit details
    Browse the repository at this point in the history
Loading