1. 5012a37 Merge pull request #523 from ia0/unsafe by Yuki Okushi · 4 weeks ago master
  2. 896fce6 Rewording by ia0 · 5 weeks ago
  3. 48bbd0f Clarify when safety may rely on correctness by ia0 · 8 weeks ago
  4. cc6a6ba Merge pull request #418 from guilliamxavier/patch-1 by Yuki Okushi · 5 months ago
  5. 69c1421 Merge pull request #516 from emamoah/patch-2 by Yuki Okushi · 5 months ago
  6. 9dfff98 Fix `Vec::push_all` ptr code in exception-safety by Guilliam Xavier · 2 years, 11 months ago
  7. b88b563 Merge pull request #515 from emamoah/patch-1 by Yuki Okushi · 5 months ago
  8. 16604bd Merge pull request #520 from MisterDA/ffi-explicit-extern-C-abi by Yuki Okushi · 5 months ago
  9. 7e64588 Explicit `extern "C"` ABI for FFI by Antonin Décimo · 5 months ago
  10. b8f254a Merge pull request #519 from Unconnectable/update/atomics-examples by Yuki Okushi · 6 months ago
  11. 0e410ec doc: replace deprecated compare_and_swap with compare_exchange by Unconnectable · 6 months ago
  12. 050c002 Merge pull request #518 from julian-graf/unfix-typo by Eric Huss · 7 months ago
  13. 84edd0a correct typo fix in safe-unsafe-meaning.md by Julian Graf · 7 months ago
  14. b833cfe Merge pull request #517 from julian-graf/fix-typo-grammar-safe-unsafe-meaning by Eric Huss · 7 months ago
  15. d4b0ece Fix grammar and typos in safe-unsafe-meaning.md by Julian Graf · 7 months ago
  16. b646f1a Clarify parameter and argument compatibility by Emmanuel Amoah · 7 months ago
  17. 95fa242 Clarify parameter and argument compatibility by Emmanuel Amoah · 7 months ago
  18. cbb626a Clarify parameter and argument compatibility by Emmanuel Amoah · 7 months ago
  19. 85a0843 Improve grammar in Variance section by Emmanuel Amoah · 7 months ago
  20. 5b3a9d0 Merge pull request #513 from wolfired/master by Eric Huss · 8 months ago
  21. 3b7e25b Update method lookup link in dot-operator.md by LinkWu · 8 months ago
  22. 9fe8fa5 Merge pull request #512 from azaleacolburn/remove-unsafe-guidelines by Yuki Okushi · 8 months ago
  23. c534193 Remove references to deprecated unsafe code guidelines by Azalea Colburn · 8 months ago
  24. c4a05bb Merge pull request #511 from ehuss/mdbook-0.5 by Yuki Okushi · 8 months ago
  25. f07bd4c Update to mdbook 0.5 by Eric Huss · 8 months ago
  26. 0fe83ab Merge pull request #510 from memark/patch-1 by Yuki Okushi · 8 months ago
  27. b1e9226 Fix grammar in ffi.md by Magnus Markling · 8 months ago
  28. 9fef1fa Merge pull request #507 from JohnTitor/citation by Eric Huss · 9 months ago
  29. 28f4ae6 Merge pull request #508 from fpdotmonkey/vec-layout-array-chk by Yuki Okushi · 9 months ago
  30. 9bc0f07 Use the newest Layout::array size checks for vec-alloc by Fletcher Porter · 9 months ago
  31. cbf30ff Add CITATION.cff by Yuki Okushi · 9 months ago
  32. 91044a6 Merge pull request #498 from ArhanChaudhary-forks/revert-trivial-wording by Yuki Okushi · 9 months ago
  33. d1c6b95 Merge branch 'master' into revert-trivial-wording by Arhan Chaudhary · 9 months ago
  34. 60f0b30 Merge pull request #504 from permannur/exception-safety-binary-heap by Yuki Okushi · 9 months ago
  35. 8184865 Fix typo in exception-safety.md (BinaryHeap::sift_up, user-defined and unsafe code separated) by Perman · 9 months ago
  36. 23fc268 Merge pull request #502 from sify21/patch-1 by Yuki Okushi · 10 months ago
  37. 7952ab7 Update ffi.md by sify21 · 10 months ago
  38. f17a018 Merge pull request #501 from peeley/patch-1 by Eric Huss · 11 months ago
  39. 1a79ab1 Add "C" ABI to FFI example by Noah Snelson · 11 months ago
  40. 57ed447 Merge pull request #500 from HollowMan6/master by Eric Huss · 11 months ago
  41. 78b10ca Fix unknown field `author` error when building the book by Hollow Man · 11 months ago
  42. 3c17036 review comment: dropck analysis is *not* trivial by Arhan Chaudhary · 12 months ago
  43. 3ff3843 Merge pull request #440 from RoggeOhta/master by Yuki Okushi · 1 year, 1 month ago
  44. aad0fd9 Apply suggestions from code review by Yuki Okushi · 1 year, 1 month ago
  45. ed039e4 Fix space character problem by RoggeOhta · 2 years, 6 months ago
  46. 6be1fec Add build script part to FFI chapter for more clear and smooth learn experience by RoggeOhta · 2 years, 6 months ago
  47. 24cb15d Merge pull request #443 from ratmice/split_borrows_tree_example by Yuki Okushi · 1 year, 1 month ago
  48. 7aaad53 Cleanups for tree example of splitting borrows by matt rice · 2 years, 4 months ago
  49. d94b31e Merge pull request #425 from pwbh/handle-drop-zst by Yuki Okushi · 1 year, 1 month ago
  50. 625d9de Update src/vec/vec-zsts.md by Yuki Okushi · 1 year, 1 month ago
  51. cbe7803 Update src/vec/vec-zsts.md by pwbh · 1 year, 8 months ago
  52. a85100b remove comma by pwbh · 2 years, 10 months ago
  53. 761293e remove duplication by pwbh · 2 years, 10 months ago
  54. 50d4aa6 Revert "remove duplicate of a sentence" by pwbh · 2 years, 10 months ago
  55. e629930 remove duplicate of a sentence by pwbh · 2 years, 10 months ago
  56. 6edd32b Added text related to handling dropping in raw vec for ZSTs by pwbh · 2 years, 10 months ago
  57. 8b61acf Merge pull request #492 from senekor/senekor-oupvrwkspumq by Yuki Okushi · 1 year, 2 months ago
  58. 0a000d4 Merge pull request #491 from senekor/senekor-qslukqomvpom by Yuki Okushi · 1 year, 2 months ago
  59. dd31c8d Merge pull request #493 from senekor/senekor-rrqpxsznswmt by Yuki Okushi · 1 year, 2 months ago
  60. 85fe892 Merge pull request #494 from senekor/patch-1 by Eric Huss · 1 year, 2 months ago
  61. f883193 Fix typo in atomics.md by Remo Senekowitsch · 1 year, 2 months ago
  62. b4c85a9 Use consistent type parameters in subtyping.md by Remo Senekowitsch · 1 year, 2 months ago
  63. 6f01103 Use inline const expression in unchecked-uninit.md by Remo Senekowitsch · 1 year, 2 months ago
  64. 0733990 Fix code sample output in unchecked-uninit.md by Remo Senekowitsch · 1 year, 2 months ago
  65. c76a20f Merge pull request #467 from mattheww/2024-10_zst_nullptr by Travis Cross · 1 year, 3 months ago
  66. 0c10c30 Merge pull request #487 from junlarsen/jun/fix-double-wording by Eric Huss · 1 year, 4 months ago
  67. 891932e Remove double wording in opaque type chapter by Mats Jun Larsen · 1 year, 4 months ago
  68. 5eb3cbd Merge pull request #485 from Skgland/master by Eric Huss · 1 year, 4 months ago
  69. 57bbc12 remove `rust-intrinsic` ABI by Bennet Bleßmann · 1 year, 4 months ago
  70. b4448fa Merge pull request #481 from printfn/2024-edition by Yuki Okushi · 1 year, 5 months ago
  71. 60ed8f3 Update to 2024 edition by printfn · 1 year, 5 months ago
  72. 8f5c732 Merge pull request #461 from RalfJung/repr-int-enum-abi by Eric Huss · 1 year, 5 months ago
  73. 336f758 Merge pull request #452 from pczarn/patch-1 by Yuki Okushi · 1 year, 6 months ago
  74. 7f59f3f Improve grammar in exotic-sizes by Peter Blackson · 2 years, 2 months ago
  75. 1f3f7c4 Merge pull request #460 from luqmana/repr-packed-n by Yuki Okushi · 1 year, 6 months ago
  76. 75eb897 Merge pull request #456 from thinety/unit-in-opaque-type by Yuki Okushi · 1 year, 6 months ago
  77. 38f5394 Use `()` instead of `[u8; 0]` in opaque type by Thiago Trannin · 2 years ago
  78. bc22988 Merge pull request #477 from wickedjargon/master by Eric Huss · 1 year, 6 months ago
  79. 23cbc7d corrected grammatical error. by Freddie · 1 year, 6 months ago
  80. e031105 Merge pull request #478 from ehuss/fix-start by Eric Huss · 1 year, 6 months ago
  81. 3253190 Apply suggestion from RalfJung by Eric Huss · 1 year, 6 months ago
  82. 3de1d4e Remove `#![start]` attribute by Eric Huss · 1 year, 6 months ago
  83. d2c1d5c Merge pull request #476 from nikthechampiongr/raw_ref by Eric Huss · 1 year, 6 months ago
  84. 470f2bf Update guidance on uninitialized fields to use &raw mut instead of addr_of_mut! by nikthechampiongr · 1 year, 6 months ago
  85. 625b200 Merge pull request #474 from max-heller/patch-1 by Eric Huss · 1 year, 7 months ago
  86. 0aae197 Fix accidental inline HTML by Max Heller · 1 year, 7 months ago
  87. 7ef05b9 Merge pull request #472 from josephcsible/patch-1 by Yuki Okushi · 1 year, 7 months ago
  88. da27ec1 Fix URL fragment to MutexGuard's negative impl of Send by Joseph C. Sible · 1 year, 7 months ago
  89. 97e84a3 Merge pull request #470 from Enselic/fix-race by Yuki Okushi · 1 year, 8 months ago
  90. 6855d3a races.md: data race -> race condition to violate memory safety by Martin Nordholts · 1 year, 8 months ago
  91. 0674321 Merge pull request #468 from andersk/races-mostly by Yuki Okushi · 1 year, 8 months ago
  92. eac89a3 Merge pull request #469 from timmc/patch-1 by Eric Huss · 1 year, 8 months ago
  93. 91a7128 Fix typo in what-unsafe-does by Tim McCormack · 1 year, 8 months ago
  94. bb6b27a races: Clarify a “mostly” that might be misread by Anders Kaseorg · 1 year, 9 months ago
  95. db1fac7 Zero Sized Types: stop saying that "dereferencing" a non-ZST is UB by Matthew Woodcraft · 1 year, 9 months ago
  96. 2d896fa Say that dereferencing a pointer to a ZST is no longer undefined by Matthew Woodcraft · 1 year, 9 months ago
  97. 456b904 Merge pull request #465 from gurry/patch-2 by Eric Huss · 1 year, 10 months ago
  98. f2ea028 Improve/fix description of drops by Gurinder Singh · 1 year, 10 months ago
  99. 6120f45 Add details for n!=1 repr(packed) by Luqman Aden · 2 years ago
  100. 33dd3a5 other-reprs: do not make it sound like we are making ABI promises for repr(int) enums by Ralf Jung · 1 year, 11 months ago