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: ec954f35eedf592cd173b21c05a7f80a65b61d8a
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: c2a98d9fc5d29c481d42052fbeccfde15ed03116
Choose a head ref
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Apr 5, 2022

  1. Replace C with C/C++

    This looks like a constant `C` because it is highlighted in backticks.
    This PR will clarify it by removing the backticks and replacing it with C/C++.
    koic committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    f92c799 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1527 from koic/replace_c_with_c_cpp

    Replace `C` with C/C++
    marioidival authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    2c3401c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    c3e71e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1528 from khandrym/modify-alias

    Make all new types have UpperCamelCase names in code example in the Aliasing section
    marioidival authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    99ee8e5 View commit details
    Browse the repository at this point in the history
  3. Update variable_bindings.md

    Add a comment to note that warnings may not be shown in a browser
    khandrym authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    bb8c0b2 View commit details
    Browse the repository at this point in the history
  4. Code highlight a variable

    This PR code highlights a variable in closures.md.
    koic committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    46126d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Merge pull request #1529 from khandrym/update-variable-bindings

    Add a comment to note that warnings may not be shown in a browser in the Variable Bindings section
    marioidival authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    94048cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1530 from koic/code_highlight_a_variable

    Code highlight a variable
    marioidival authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    c2a98d9 View commit details
    Browse the repository at this point in the history
Loading