Commit Graph

421 Commits (b4448fa406a6dccde62d1e2f34f70fc51814cdcc)

Author SHA1 Message Date
printfn 60ed8f3bb9 Update to 2024 edition
2 months ago
Eric Huss 8f5c7322b6
Merge pull request #461 from RalfJung/repr-int-enum-abi
2 months ago
Yuki Okushi 336f75835a
Merge pull request #452 from pczarn/patch-1
3 months ago
Peter Blackson 7f59f3ffb3 Improve grammar in exotic-sizes
3 months ago
Yuki Okushi 1f3f7c4884
Merge pull request #460 from luqmana/repr-packed-n
3 months ago
Thiago Trannin 38f5394280 Use `()` instead of `[u8; 0]` in opaque type
3 months ago
Freddie 23cbc7d579 corrected grammatical error.
3 months ago
Eric Huss 3253190a90
Apply suggestion from RalfJung
3 months ago
Eric Huss 3de1d4efa4 Remove `#![start]` attribute
3 months ago
nikthechampiongr 470f2bfa52 Update guidance on uninitialized fields to use &raw mut instead of addr_of_mut!
3 months ago
Max Heller 0aae1972ff
Fix accidental inline HTML
4 months ago
Joseph C. Sible da27ec1906
Fix URL fragment to MutexGuard's negative impl of Send
4 months ago
Martin Nordholts 6855d3a7e1 races.md: data race -> race condition to violate memory safety
5 months ago
Yuki Okushi 0674321898
Merge pull request #468 from andersk/races-mostly
5 months ago
Tim McCormack 91a7128bb3
Fix typo in what-unsafe-does
5 months ago
Anders Kaseorg bb6b27ad1d races: Clarify a “mostly” that might be misread
6 months ago
Gurinder Singh f2ea02892a
Improve/fix description of drops
7 months ago
Luqman Aden 6120f45d99 Add details for n!=1 repr(packed)
7 months ago
Ralf Jung 33dd3a5fa4 other-reprs: do not make it sound like we are making ABI promises for repr(int) enums
8 months ago
Guillaume Boisseau d5ba0cb399 Stabilize `min_exhaustive_patterns`
9 months ago
Ralf Jung 16d2f21dae repr(int) enums: both size and sign matter
9 months ago
alimf17 1d0b6c122b
Update what-unsafe-does.md
9 months ago
Ben Kimock 462ac2d92c cfg out the extern crate libc on Windows
11 months ago
guqicun 8d96cc0685 chore: fix typo
1 year ago
Pure White f4add4be03
add link to reference about undefined behavior
1 year ago
Trevor Gross 6bc2415218
Update an example of `thread_local` to use `local_key_cell_methods` (#438)
1 year ago
Eva Pace f6bd083c4c
Minor improvements to Vec (#415)
1 year ago
Daniel Henry-Mantilla 360a768c6d
Improve the `PhantomData` table (#417)
1 year ago
Trevor Gross 0e589061c8 Reword the section on general race conditions
1 year ago
Alex Abdugafarov 1842257814
Fixed `Hole::get` marked as unsafe in `exception-safety.md` (#427)
2 years ago
kadiwa ddfa421448
Fill "Beneath `std`" (#413)
2 years ago
Eric Huss 20685e08a5
Merge branch 'master' into overflow
2 years ago
Ralf Jung a94926b151 remove 'fail to call destructors' from okay-list
2 years ago
Ralf Jung 40b55e78bd specify which integer overflows we mean
2 years ago
Eric Huss 388750b081
Merge pull request #311 from DrMeepster/abi_thiscall
2 years ago
Eva Pace 302b995bcb
Minor improvements (#414)
2 years ago
Martin Nordholts c369e4b489
phantom-data: Add `Send` and `Sync` columns (#411)
2 years ago
Eric Huss 54ca7d1a34 Apply some review suggestions.
2 years ago
Conrad Ludgate 15174604f9 remove supertraits
2 years ago
Timo 86b1c87594 Copy-edit subtyping.md
2 years ago
Conrad Ludgate ea950766dd address some grammatical comments
2 years ago
Conrad Ludgate 8f88efd850 add demos for box and fn
2 years ago
Conrad Ludgate 2c8ff4f669 slight restructure
2 years ago
Conrad Ludgate aeb9d4c21d address some comments
2 years ago
Conrad Ludgate 510938c8ac remove use of transitive
2 years ago
Conrad Ludgate 8e129cc2a8 remove the rest of animals
2 years ago
Conrad Ludgate a43237778a more explanations
2 years ago
Conrad Ludgate 0492daf82c clarify some points
2 years ago
Conrad Ludgate 9c17e30bf9 continue
2 years ago
Conrad Ludgate ae69217424 begin rewriting chapter on subtyping
2 years ago