Commit Graph

46 Commits (616a66f0f0ec3571be6015c0e4cd0bcdaa519e74)

Author SHA1 Message Date
nomicon-kr 6d6287761c solve merge conflict about changes of origin nomicon
8 months ago
Ralf Jung 16d2f21dae repr(int) enums: both size and sign matter
8 months ago
nomicon-kr 01de0f6fca
Finish other-reprs.md
9 months ago
nomicon-kr ddf346a0a9
Update other-reprs.md
9 months ago
nomicon-kr 721f87bc19
Update other-reprs.md
9 months ago
nomicon-kr 5cd6ad872c
Update other-reprs.md
9 months ago
nomicon-kr efa026decc
Update other-reprs.md
9 months ago
nomicon-kr 05224d5362
Update other-reprs.md
9 months ago
nomicon-kr fd431aaff1
Update other-reprs.md
9 months ago
nomicon-kr 8d0afc2724
Update other-reprs.md
9 months ago
nomicon-kr 94de273274
Update other-reprs.md
9 months ago
nomicon-kr c1d56ea1ad
Update other-reprs.md
9 months ago
nomicon-kr 1e394816ef
Update other-reprs.md
9 months ago
nomicon-kr 2847f5e645
Update other-reprs.md
9 months ago
nomicon-kr c87000a571
Update other-reprs.md
9 months ago
nomicon-kr af0ad5211c
Update other-reprs.md
9 months ago
nomicon-kr 3ac13f6034
Update other-reprs.md
9 months ago
nomicon-kr 5ee36647a0
Update other-reprs.md
9 months ago
nomicon-kr af79295535
Update other-reprs.md
9 months ago
nomicon-kr 139f4bc148
Update other-reprs.md
10 months ago
Yuki Okushi 7df62756a1
Apply a suggestion
3 years ago
Yuki Okushi 341005b559
Update the `repr(transparent)` section to reflect the current state
3 years ago
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)`
4 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