-
Notifications
You must be signed in to change notification settings - Fork 544
Comparing changes
Open a pull request
base repository: rust-lang/reference
base: 984b36eca4b9293df04d5ba4eb5c4f77db0f51dc
head repository: rust-lang/reference
compare: 55694913b1301cc809f9bf4a1ad1b3d6920efbd9
- 10 commits
- 4 files changed
- 5 contributors
Commits on Aug 11, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for fdee104 - Browse repository at this point
Copy the full SHA fdee104View commit details
Commits on Mar 12, 2024
-
Add the
#[diagnostic]
attribute namespace and the`#[diagnostic::on_unimplemented]` feature to the reference
Configuration menu - View commit details
-
Copy full SHA for 81fe01a - Browse repository at this point
Copy the full SHA 81fe01aView commit details -
Apply suggestions from code review
Co-authored-by: Eric Huss <eric@huss.org>
Configuration menu - View commit details
-
Copy full SHA for 5baf87c - Browse repository at this point
Copy the full SHA 5baf87cView commit details -
Apply more review suggestions manually
Co-authored-by: Eric Huss <eric@huss.org>
Configuration menu - View commit details
-
Copy full SHA for 99b19d9 - Browse repository at this point
Copy the full SHA 99b19d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e29b01 - Browse repository at this point
Copy the full SHA 5e29b01View commit details
Commits on Mar 30, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for a7a8682 - Browse repository at this point
Copy the full SHA a7a8682View commit details
Commits on Apr 1, 2024
-
Merge pull request #1488 from yotamofek/patch-1
Fix clippy warning in procedural macro example
Configuration menu - View commit details
-
Copy full SHA for 1e1fec3 - Browse repository at this point
Copy the full SHA 1e1fec3View commit details
Commits on Apr 3, 2024
-
Merge pull request #1393 from dvdhrm/pr/align32
type-layout: be more specific about 32-bit alignments
Configuration menu - View commit details
-
Copy full SHA for 1c03c9d - Browse repository at this point
Copy the full SHA 1c03c9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52874b8 - Browse repository at this point
Copy the full SHA 52874b8View commit details -
Merge pull request #1449 from weiznich/diagnostic_namespace
Add the `#[diagnostic]` attribute namespace and the `#[diagnostic::on_unimplemented]` feature to the reference
Configuration menu - View commit details
-
Copy full SHA for 5569491 - Browse repository at this point
Copy the full SHA 5569491View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 984b36eca4b9293df04d5ba4eb5c4f77db0f51dc...55694913b1301cc809f9bf4a1ad1b3d6920efbd9