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: 984b36eca4b9293df04d5ba4eb5c4f77db0f51dc
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: 55694913b1301cc809f9bf4a1ad1b3d6920efbd9
Choose a head ref
  • 10 commits
  • 4 files changed
  • 5 contributors

Commits on Aug 11, 2023

  1. type-layout: be more specific about 32-bit alignments

    The rust-reference implies that 64-bit types are aligned to 32-bit for
    platforms with 32-bit addresses. This is not necessarily correct. Fix
    the wording.
    
    Note that there is no general rule how data-types greater than the
    native address size are aligned. On most Unix'y systems, they use the
    native alignment of the platform. However, the Windows ABI aligns them
    to their size (up to at least 64-bit).
    
    There are advantages for either of those decisions. But we should at
    least make clear that there is no fixed rule for 32-bit platforms.
    
    Signed-off-by: David Rheinsberg <david@readahead.eu>
    dvdhrm committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fdee104 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Add the #[diagnostic] attribute namespace and the

    `#[diagnostic::on_unimplemented]` feature to the reference
    weiznich authored and ehuss committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    81fe01a View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Eric Huss <eric@huss.org>
    weiznich and ehuss committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5baf87c View commit details
    Browse the repository at this point in the history
  3. Apply more review suggestions manually

    Co-authored-by: Eric Huss <eric@huss.org>
    weiznich and ehuss committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    99b19d9 View commit details
    Browse the repository at this point in the history
  4. Various fixes and editing.

    ehuss committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5e29b01 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Fix clippy warning in procedural macro example

    I copy+pasted this example into my code and the `clippy::to_string_in_format_args` lint fired.
    yotamofek authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    a7a8682 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Merge pull request #1488 from yotamofek/patch-1

    Fix clippy warning in procedural macro example
    ehuss authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1e1fec3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge pull request #1393 from dvdhrm/pr/align32

    type-layout: be more specific about 32-bit alignments
    ehuss authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1c03c9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52874b8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1449 from weiznich/diagnostic_namespace

    Add the `#[diagnostic]` attribute namespace and the `#[diagnostic::on_unimplemented]` feature to the reference
    ehuss authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5569491 View commit details
    Browse the repository at this point in the history
Loading