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: e459fb3f07f2b930ccd25d348671b8eae233fd64
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: bc342a475c09b6df8004d518382e6d5b6bcb49f7
Choose a head ref
  • 6 commits
  • 3 files changed
  • 4 contributors

Commits on Sep 3, 2018

  1. Update list of unsafe things

    * Inline assembly is not stable and is thus no longer mentioned.
    * Mention static mutable variables and unsafe traits instead.
    vks authored Sep 3, 2018
    Configuration menu
    Copy the full SHA
    d2b6640 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. unsafe: Fix opening paragraph

    vks committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    01eb511 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. Merge pull request #1103 from vks/patch-2

    Update list of unsafe things
    frewsxcv authored Sep 15, 2018
    Configuration menu
    Copy the full SHA
    92f47db View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. Adding build scripts page.

    maccoda committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    93a4cfb View commit details
    Browse the repository at this point in the history
  2. Fixing typo.

    maccoda committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    890b04d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

  1. Merge pull request #1107 from maccoda/master

    Adding build scripts page.
    marioidival authored Oct 14, 2018
    Configuration menu
    Copy the full SHA
    bc342a4 View commit details
    Browse the repository at this point in the history
Loading