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/reference
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5ca365eac678cb0d41a20b3204546d6ed70c7171
Choose a base ref
...
head repository: rust-lang/reference
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1ea0178266b3f3f613b0fabdaf16a83961c99cdb
Choose a head ref
  • 12 commits
  • 5 files changed
  • 5 contributors

Commits on Jun 14, 2023

  1. Remove note about soundness hole in type-layout.md

    Issue rust-lang/rust#27060 has been resolved, so it is no longer possible to safely create unaligned pointers to packed struct fields.
    yjhn authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9eaa65a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Apply review suggestion

    yjhn authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    cbbff21 View commit details
    Browse the repository at this point in the history
  2. remove space at the end of line

    yjhn authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2dc423d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    193aa55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1371 from macaujack/patch-1

    Typo: 'a' to 'an' in destructors.md
    ehuss authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    353e038 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge pull request #1367 from yjhn/patch-1

    Remove obsolete note about soundness hole in type-layout.md
    ehuss authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3b6313a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jun 29, 2023

  1. Merge pull request #1374 from tshepang/patch-2

    str type: make sentence more readable
    ehuss authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    15c26a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

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

Commits on Jul 2, 2023

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

    Typo: 'assingee' to 'assignee' in expressions.md
    ehuss authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    1c231ad View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Merge pull request #1376 from hehaoqian/remove-unstable-of-never

    Remove doc of unstable feature of never type
    ehuss authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    1ea0178 View commit details
    Browse the repository at this point in the history
Loading