Commit Graph

24 Commits (ca00ee8314cf9e3e26defd81c4d08a8212e41350)

Author SHA1 Message Date
Nicolas Abram ca00ee8314
Clarify repr(transparent) in other-reprs (#329)
3 years ago
Josh Triplett 7cf00d4381
Clarify niche optimization on enums with reprs (#315)
4 years ago
Yuki Okushi ff25fa253d Add an example that shows the null-pointer opt does not happen
4 years ago
Yuki Okushi 4b6eb0ff96 Update some wording making reference to issues/RFCs
4 years ago
Yuki Okushi 1fe5457479 Fix minor style issues
4 years ago
Camelid 038a7e6238 Uppercase `repr(Rust)`
5 years ago
Yuki Okushi 4f29478b14 Update unsafe-code-guidelines link
5 years ago
Alexis Beingessner f1ff93b668
Merge pull request #112 from peter50216/patch-2
6 years ago
Roberto Vidal a89bf29bb4 Fixes broken reference link
6 years ago
Peter Shih 4efc85aa77
Fix typo in other-reprs.md
6 years ago
Roberto Vidal 85a9cacbf9 Fixes outdated bindgen link
6 years ago
Alexis Beingessner 7f019ec5c8 fixup
6 years ago
Alexis Beingessner 885c5bc5e7 cleanups for Rust 2018
6 years ago
Michal 'vorner' Vaner dd8054bef8
Updates to the data layout chapter
7 years ago
David A. Ramos fa41e367bf Remove box
7 years ago
David A. Ramos 68eb664b6a Clarify non-nullable pointer optimization in repr(C) section
7 years ago
Havvy 3dc8969723 Rename C-like enums to field-less enums
7 years ago
Henri Lunnikivi 60d2621b32 Expand first-in-book use of certain abbreviations
7 years ago
Vojtech Kral 6d91367540 Fix #37
8 years ago
Wilfred Hughes 16399a1e23 Clarify that repr(any integer type) is legal
8 years ago
Steve Klabnik 95e43bcbc5 Merge pull request #13 from geofft/null
8 years ago
Geoffrey Thomas 7753a3cc8a other-reprs: `Option` is FFI-safe, even though it's an enum
8 years ago
Geoffrey Thomas 687556987c Document ABI changes from `#[repr(u*)] enum`
8 years ago
Steve Klabnik 0e6c680ebd Port Nomicon to mdbook
8 years ago