1. c76a20f Merge pull request #467 from mattheww/2024-10_zst_nullptr by Travis Cross · 14 days ago master
  2. 0c10c30 Merge pull request #487 from junlarsen/jun/fix-double-wording by Eric Huss · 3 weeks ago
  3. 891932e Remove double wording in opaque type chapter by Mats Jun Larsen · 3 weeks ago
  4. 5eb3cbd Merge pull request #485 from Skgland/master by Eric Huss · 3 weeks ago
  5. 57bbc12 remove `rust-intrinsic` ABI by Bennet Bleßmann · 3 weeks ago
  6. b4448fa Merge pull request #481 from printfn/2024-edition by Yuki Okushi · 8 weeks ago
  7. 60ed8f3 Update to 2024 edition by printfn · 8 weeks ago
  8. 8f5c732 Merge pull request #461 from RalfJung/repr-int-enum-abi by Eric Huss · 10 weeks ago
  9. 336f758 Merge pull request #452 from pczarn/patch-1 by Yuki Okushi · 3 months ago
  10. 7f59f3f Improve grammar in exotic-sizes by Peter Blackson · 11 months ago
  11. 1f3f7c4 Merge pull request #460 from luqmana/repr-packed-n by Yuki Okushi · 3 months ago
  12. 75eb897 Merge pull request #456 from thinety/unit-in-opaque-type by Yuki Okushi · 3 months ago
  13. 38f5394 Use `()` instead of `[u8; 0]` in opaque type by Thiago Trannin · 9 months ago
  14. bc22988 Merge pull request #477 from wickedjargon/master by Eric Huss · 3 months ago
  15. 23cbc7d corrected grammatical error. by Freddie · 3 months ago
  16. e031105 Merge pull request #478 from ehuss/fix-start by Eric Huss · 3 months ago
  17. 3253190 Apply suggestion from RalfJung by Eric Huss · 3 months ago
  18. 3de1d4e Remove `#![start]` attribute by Eric Huss · 3 months ago
  19. d2c1d5c Merge pull request #476 from nikthechampiongr/raw_ref by Eric Huss · 3 months ago
  20. 470f2bf Update guidance on uninitialized fields to use &raw mut instead of addr_of_mut! by nikthechampiongr · 3 months ago
  21. 625b200 Merge pull request #474 from max-heller/patch-1 by Eric Huss · 4 months ago
  22. 0aae197 Fix accidental inline HTML by Max Heller · 4 months ago
  23. 7ef05b9 Merge pull request #472 from josephcsible/patch-1 by Yuki Okushi · 4 months ago
  24. da27ec1 Fix URL fragment to MutexGuard's negative impl of Send by Joseph C. Sible · 4 months ago
  25. 97e84a3 Merge pull request #470 from Enselic/fix-race by Yuki Okushi · 5 months ago
  26. 6855d3a races.md: data race -> race condition to violate memory safety by Martin Nordholts · 5 months ago
  27. 0674321 Merge pull request #468 from andersk/races-mostly by Yuki Okushi · 5 months ago
  28. eac89a3 Merge pull request #469 from timmc/patch-1 by Eric Huss · 5 months ago
  29. 91a7128 Fix typo in what-unsafe-does by Tim McCormack · 5 months ago
  30. bb6b27a races: Clarify a “mostly” that might be misread by Anders Kaseorg · 6 months ago
  31. db1fac7 Zero Sized Types: stop saying that "dereferencing" a non-ZST is UB by Matthew Woodcraft · 6 months ago
  32. 2d896fa Say that dereferencing a pointer to a ZST is no longer undefined by Matthew Woodcraft · 7 months ago
  33. 456b904 Merge pull request #465 from gurry/patch-2 by Eric Huss · 7 months ago
  34. f2ea028 Improve/fix description of drops by Gurinder Singh · 7 months ago
  35. 6120f45 Add details for n!=1 repr(packed) by Luqman Aden · 9 months ago
  36. 33dd3a5 other-reprs: do not make it sound like we are making ABI promises for repr(int) enums by Ralf Jung · 8 months ago
  37. 14649f1 Merge pull request #459 from ehuss/merge-queue by Eric Huss · 9 months ago
  38. 3aa27d4 CI: Switch to merge queue by Eric Huss · 9 months ago
  39. 6ecf95c Merge pull request #445 from Nadrieril/Nadrieril-patch-1 by Eric Huss · 9 months ago
  40. d5ba0cb Stabilize `min_exhaustive_patterns` by Guillaume Boisseau · 1 year, 1 month ago
  41. 9f871ce Merge pull request #458 from RalfJung/enum-repr-sign by Eric Huss · 9 months ago
  42. 16d2f21 repr(int) enums: both size and sign matter by Ralf Jung · 9 months ago
  43. e94e24a Merge pull request #457 from alimf17/patch-2 by Eric Huss · 9 months ago
  44. 1d0b6c1 Update what-unsafe-does.md by alimf17 · 9 months ago
  45. 0ebdaca Merge pull request #450 from saethlin/remove-libc by Eric Huss · 11 months ago
  46. 462ac2d cfg out the extern crate libc on Windows by Ben Kimock · 12 months ago
  47. 0d5f884 Merge pull request #448 from guqicun/master by Eric Huss · 1 year, 1 month ago
  48. 8d96cc0 chore: fix typo by guqicun · 1 year, 1 month ago
  49. 4993547 Merge pull request #447 from PureWhiteWu/patch-1 by Eric Huss · 1 year, 1 month ago
  50. f4add4b add link to reference about undefined behavior by Pure White · 1 year, 1 month ago
  51. 6bc2415 Update an example of `thread_local` to use `local_key_cell_methods` (#438) by Trevor Gross · 1 year, 4 months ago
  52. f6bd083 Minor improvements to Vec (#415) by Eva Pace · 1 year, 5 months ago
  53. 360a768 Improve the `PhantomData` table (#417) by Daniel Henry-Mantilla · 1 year, 5 months ago
  54. 83d0151 Merge pull request #431 from tgross35/patch-1 by Eric Huss · 1 year, 5 months ago
  55. 0e58906 Reword the section on general race conditions by Trevor Gross · 1 year, 5 months ago
  56. 1842257 Fixed `Hole::get` marked as unsafe in `exception-safety.md` (#427) by Alex Abdugafarov · 1 year, 6 months ago
  57. ddfa421 Fill "Beneath `std`" (#413) by kadiwa · 1 year, 7 months ago
  58. e3f3af6 Merge pull request #419 from RalfJung/overflow by Eric Huss · 1 year, 8 months ago
  59. 20685e0 Merge branch 'master' into overflow by Eric Huss · 1 year, 8 months ago
  60. 7c574c7 Merge pull request #420 from RalfJung/destructors by Eric Huss · 1 year, 8 months ago
  61. a94926b remove 'fail to call destructors' from okay-list by Ralf Jung · 1 year, 8 months ago
  62. 40b55e7 specify which integer overflows we mean by Ralf Jung · 1 year, 8 months ago
  63. 388750b Merge pull request #311 from DrMeepster/abi_thiscall by Eric Huss · 1 year, 9 months ago
  64. 302b995 Minor improvements (#414) by Eva Pace · 1 year, 10 months ago
  65. c369e4b phantom-data: Add `Send` and `Sync` columns (#411) by Martin Nordholts · 1 year, 11 months ago
  66. 927dfbd Merge pull request #340 from conradludgate/subtyping-rewrite by Eric Huss · 1 year, 11 months ago
  67. 54ca7d1 Apply some review suggestions. by Eric Huss · 1 year, 11 months ago
  68. 1517460 remove supertraits by Conrad Ludgate · 3 years, 1 month ago
  69. 86b1c87 Copy-edit subtyping.md by Timo · 3 years, 1 month ago
  70. ea95076 address some grammatical comments by Conrad Ludgate · 3 years, 2 months ago
  71. 8f88efd add demos for box and fn by Conrad Ludgate · 3 years, 3 months ago
  72. 2c8ff4f slight restructure by Conrad Ludgate · 3 years, 3 months ago
  73. aeb9d4c address some comments by Conrad Ludgate · 3 years, 3 months ago
  74. 510938c remove use of transitive by Conrad Ludgate · 3 years, 3 months ago
  75. 8e129cc remove the rest of animals by Conrad Ludgate · 3 years, 3 months ago
  76. a432377 more explanations by Conrad Ludgate · 3 years, 3 months ago
  77. 0492daf clarify some points by Conrad Ludgate · 3 years, 3 months ago
  78. 9c17e30 continue by Conrad Ludgate · 3 years, 3 months ago
  79. ae69217 begin rewriting chapter on subtyping by Conrad Ludgate · 3 years, 3 months ago
  80. b5f018f Merge pull request #408 from Enselic/unbounded-lifetime-example by Eric Huss · 2 years ago
  81. 87f5694 Set example to no_run since it has UB by Eric Huss · 2 years ago
  82. 24b09b1 Merge pull request #410 from LucasFA/master by Eric Huss · 2 years ago
  83. c6e4a51 Update to 2021 edition by LucasFA · 2 years ago
  84. b918344 Expand unbounded lifetime example code and improve wording by Martin Nordholts · 2 years ago
  85. b5f7500 Fix typo in 3.8 Subtyping and Variance (#395) by masloyet · 2 years, 1 month ago
  86. 1f3e4cd Merge pull request #404 from majaha/patch-2 by Eric Huss · 2 years, 2 months ago
  87. 51bb051 Change incorrect reference to "above" in ffi.md by Matt Harding · 2 years, 2 months ago
  88. 79b5366 Fixes double bug in Send-Sync example (#401) by Dmitry Mottl · 2 years, 3 months ago
  89. 2d3e6f6 Small language fix in subtyping.md (#399) by Martin · 2 years, 3 months ago
  90. bd1829d Merge pull request #396 from tmandry/patch-1 by Eric Huss · 2 years, 3 months ago
  91. 7d56a22 Merge pull request #397 from alexhrao/master by Eric Huss · 2 years, 3 months ago
  92. 641e541 Fix typo in dropck documentation by Alex Rao · 2 years, 3 months ago
  93. d1a59f5 Re-word: only "most" ABIs have `-unwind` by Kyle J Strand · 2 years, 3 months ago
  94. 94bb6a6 Copyedits to FFI and unwinding section by Tyler Mandry · 2 years, 4 months ago
  95. 960d610 vec/raw: Simplify `RawVec::grow` (#392) by nicoo · 2 years, 4 months ago
  96. 03fa5be borrow-splitting: Use `take` instead of `replace` (#391) by Hugo E.-Lahsen - xy2_ · 2 years, 4 months ago
  97. 8ca2612 Merge pull request #388 from Niki4tap/ffi-dont-use-transmute by Eric Huss · 2 years, 4 months ago
  98. 734ca5e Don't try to work with invalid values on non-null types, always do what nomicon says by Niki4tap · 2 years, 4 months ago
  99. dd37e21 Update lifetime-mismatch.md (#387) by Marijn Schouten · 2 years, 5 months ago
  100. ae406aa Improve chapter about `Vec<T>` (#381) by nils · 2 years, 5 months ago