You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nomicon/src
Jason Heeris c2f3f12965
The #[repr(C)] attribute on the callback example is not necessary, since the type is not used in C.
4 years ago
..
arc-mutex Fix linkcheck failures 4 years ago
img Add @aldeka's safe and unsafe Ferris 8 years ago
vec Fix linkcheck failures 4 years ago
SUMMARY.md Refine the introduction chapter 4 years ago
aliasing.md Merge pull request #272 from JohnTitor/clarify-aliasing 4 years ago
atomics.md Fix minor style issues 4 years ago
beneath-std.md Fix minor style issues 4 years ago
borrow-splitting.md Update implementation code of `split_at_mut` 5 years ago
casts.md Merge pull request #271 from JohnTitor/clean-up 4 years ago
checked-uninit.md Minor improvements 6 years ago
coercions.md Fix minor style issues 4 years ago
concurrency.md Port Nomicon to mdbook 8 years ago
constructors.md Port Nomicon to mdbook 8 years ago
conversions.md Fix minor style issues 4 years ago
data.md Fix link to type layout reference [skip ci] 7 years ago
destructors.md Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` 5 years ago
dot-operator.md Port Nomicon to mdbook 8 years ago
drop-flags.md Add missing source code language hints in drop-flags and phantom-data. 7 years ago
dropck.md Merge pull request #271 from JohnTitor/clean-up 4 years ago
exception-safety.md Fix minor style issues 4 years ago
exotic-sizes.md Update some wording making reference to issues/RFCs 4 years ago
ffi.md The #[repr(C)] attribute on the callback example is not necessary, since the type is not used in C. 4 years ago
hrtb.md Port Nomicon to mdbook 8 years ago
intro.md Refine the introduction chapter 4 years ago
leaking.md Fix minor style issues 4 years ago
lifetime-elision.md Replace occurrences of `uint` with `usize` 8 years ago
lifetime-mismatch.md Upgrade to edition 2018 4 years ago
lifetimes.md Upgrade to edition 2018 4 years ago
meet-safe-and-unsafe.md Cleanup the first chapter 8 years ago
obrm.md Port Nomicon to mdbook 8 years ago
other-reprs.md Update some wording making reference to issues/RFCs 4 years ago
ownership.md Fix minor style issues 4 years ago
panic-handler.md Fix minor style issues 4 years ago
phantom-data.md Add a link to show why unused lifetimes on structs are forbidden 4 years ago
poisoning.md Port Nomicon to mdbook 8 years ago
races.md Data Race definition should be more precise 5 years ago
references.md rewrite references.md, splitting it out into aliasing.md 8 years ago
repr-rust.md Clarify that any alignment is valid for ZSTs 5 years ago
safe-unsafe-meaning.md Clarify some of the language around marking traits safe/unsafe. (#268) 4 years ago
send-and-sync.md Add example of thinking about Send/Sync's soundness (#259) 4 years ago
subtyping.md Merge pull request #271 from JohnTitor/clean-up 4 years ago
transmutes.md Fix minor style issues 4 years ago
unbounded-lifetimes.md Fix minor style issues 4 years ago
unchecked-uninit.md Update some wording making reference to issues/RFCs 4 years ago
uninitialized.md Port Nomicon to mdbook 8 years ago
unwinding.md Use simpler link syntax 5 years ago
what-unsafe-does.md Fix minor style issues 4 years ago
working-with-unsafe.md Fix minor style issues 4 years ago