Commit Graph

730 Commits (575dd89a8ed761ae5ec1394e802fd0a2e9c9d827)
 

Author SHA1 Message Date
Nikolaos Chatzikonstantinou 575dd89a8e
Merge ba538cecd7 into 0c10c30cc5
11 months ago
Eric Huss 0c10c30cc5
Merge pull request #487 from junlarsen/jun/fix-double-wording
11 months ago
Mats Jun Larsen 891932e3da
Remove double wording in opaque type chapter
11 months ago
Nikolaos Chatzikonstantinou ba538cecd7
clarify passage on problematic use of transmute
11 months ago
Eric Huss 5eb3cbdce3
Merge pull request #485 from Skgland/master
11 months ago
Bennet Bleßmann 57bbc12176
remove `rust-intrinsic` ABI
11 months ago
Yuki Okushi b4448fa406
Merge pull request #481 from printfn/2024-edition
12 months ago
printfn 60ed8f3bb9 Update to 2024 edition
12 months ago
Eric Huss 8f5c7322b6
Merge pull request #461 from RalfJung/repr-int-enum-abi
1 year ago
Yuki Okushi 336f75835a
Merge pull request #452 from pczarn/patch-1
1 year ago
Peter Blackson 7f59f3ffb3 Improve grammar in exotic-sizes
1 year ago
Yuki Okushi 1f3f7c4884
Merge pull request #460 from luqmana/repr-packed-n
1 year ago
Yuki Okushi 75eb897f1b
Merge pull request #456 from thinety/unit-in-opaque-type
1 year ago
Thiago Trannin 38f5394280 Use `()` instead of `[u8; 0]` in opaque type
1 year ago
Eric Huss bc22988655
Merge pull request #477 from wickedjargon/master
1 year ago
Freddie 23cbc7d579 corrected grammatical error.
1 year ago
Eric Huss e031105510
Merge pull request #478 from ehuss/fix-start
1 year ago
Eric Huss 3253190a90
Apply suggestion from RalfJung
1 year ago
Eric Huss 3de1d4efa4 Remove `#![start]` attribute
1 year ago
Eric Huss d2c1d5cf8a
Merge pull request #476 from nikthechampiongr/raw_ref
1 year ago
nikthechampiongr 470f2bfa52 Update guidance on uninitialized fields to use &raw mut instead of addr_of_mut!
1 year ago
Eric Huss 625b200e5b
Merge pull request #474 from max-heller/patch-1
1 year ago
Max Heller 0aae1972ff
Fix accidental inline HTML
1 year ago
Yuki Okushi 7ef05b9777
Merge pull request #472 from josephcsible/patch-1
1 year ago
Joseph C. Sible da27ec1906
Fix URL fragment to MutexGuard's negative impl of Send
1 year ago
Yuki Okushi 97e84a38c9
Merge pull request #470 from Enselic/fix-race
1 year ago
Martin Nordholts 6855d3a7e1 races.md: data race -> race condition to violate memory safety
1 year ago
Yuki Okushi 0674321898
Merge pull request #468 from andersk/races-mostly
1 year ago
Eric Huss eac89a3cbe
Merge pull request #469 from timmc/patch-1
1 year ago
Tim McCormack 91a7128bb3
Fix typo in what-unsafe-does
1 year ago
Anders Kaseorg bb6b27ad1d races: Clarify a “mostly” that might be misread
1 year ago
Eric Huss 456b904f79
Merge pull request #465 from gurry/patch-2
1 year ago
Gurinder Singh f2ea02892a
Improve/fix description of drops
1 year ago
Luqman Aden 6120f45d99 Add details for n!=1 repr(packed)
1 year ago
Ralf Jung 33dd3a5fa4 other-reprs: do not make it sound like we are making ABI promises for repr(int) enums
1 year ago
Eric Huss 14649f15d2
Merge pull request #459 from ehuss/merge-queue
2 years ago
Eric Huss 3aa27d4503 CI: Switch to merge queue
2 years ago
Eric Huss 6ecf95c5f2
Merge pull request #445 from Nadrieril/Nadrieril-patch-1
2 years ago
Guillaume Boisseau d5ba0cb399 Stabilize `min_exhaustive_patterns`
2 years ago
Eric Huss 9f871ce70e
Merge pull request #458 from RalfJung/enum-repr-sign
2 years ago
Ralf Jung 16d2f21dae repr(int) enums: both size and sign matter
2 years ago
Eric Huss e94e24a2a6
Merge pull request #457 from alimf17/patch-2
2 years ago
alimf17 1d0b6c122b
Update what-unsafe-does.md
2 years ago
Eric Huss 0ebdacadbd
Merge pull request #450 from saethlin/remove-libc
2 years ago
Ben Kimock 462ac2d92c cfg out the extern crate libc on Windows
2 years ago
Eric Huss 0d5f88475f
Merge pull request #448 from guqicun/master
2 years ago
guqicun 8d96cc0685 chore: fix typo
2 years ago
Eric Huss 4993547527
Merge pull request #447 from PureWhiteWu/patch-1
2 years ago
Pure White f4add4be03
add link to reference about undefined behavior
2 years ago
Trevor Gross 6bc2415218
Update an example of `thread_local` to use `local_key_cell_methods` (#438)
2 years ago