Commit Graph

753 Commits (master)
 

Author SHA1 Message Date
Yuki Okushi 3ff3843205
Merge pull request #440 from RoggeOhta/master
2 weeks ago
Yuki Okushi aad0fd9046
Apply suggestions from code review
2 weeks ago
RoggeOhta ed039e48fe Fix space character problem
2 weeks ago
RoggeOhta 6be1fec00c Add build script part to FFI chapter for more clear and smooth learn experience
2 weeks ago
Yuki Okushi 24cb15d53b
Merge pull request #443 from ratmice/split_borrows_tree_example
2 weeks ago
matt rice 7aaad539e2 Cleanups for tree example of splitting borrows
2 weeks ago
Yuki Okushi d94b31e163
Merge pull request #425 from pwbh/handle-drop-zst
2 weeks ago
Yuki Okushi 625d9de680 Update src/vec/vec-zsts.md
2 weeks ago
pwbh cbe78036f2 Update src/vec/vec-zsts.md
2 weeks ago
pwbh a85100bb99 remove comma
2 weeks ago
pwbh 761293eb43 remove duplication
2 weeks ago
pwbh 50d4aa6362 Revert "remove duplicate of a sentence"
2 weeks ago
pwbh e629930522 remove duplicate of a sentence
2 weeks ago
pwbh 6edd32bd97 Added text related to handling dropping in raw vec for ZSTs
2 weeks ago
Yuki Okushi 8b61acfaea
Merge pull request #492 from senekor/senekor-oupvrwkspumq
2 months ago
Yuki Okushi 0a000d437f
Merge pull request #491 from senekor/senekor-qslukqomvpom
2 months ago
Yuki Okushi dd31c8d397
Merge pull request #493 from senekor/senekor-rrqpxsznswmt
2 months ago
Eric Huss 85fe8925db
Merge pull request #494 from senekor/patch-1
2 months ago
Remo Senekowitsch f883193311
Fix typo in atomics.md
2 months ago
Remo Senekowitsch b4c85a9d36
Use consistent type parameters in subtyping.md
2 months ago
Remo Senekowitsch 6f01103dbe
Use inline const expression in unchecked-uninit.md
2 months ago
Remo Senekowitsch 0733990409
Fix code sample output in unchecked-uninit.md
2 months ago
Travis Cross c76a20f0d9
Merge pull request #467 from mattheww/2024-10_zst_nullptr
3 months ago
Eric Huss 0c10c30cc5
Merge pull request #487 from junlarsen/jun/fix-double-wording
3 months ago
Mats Jun Larsen 891932e3da
Remove double wording in opaque type chapter
3 months ago
Eric Huss 5eb3cbdce3
Merge pull request #485 from Skgland/master
3 months ago
Bennet Bleßmann 57bbc12176
remove `rust-intrinsic` ABI
3 months ago
Yuki Okushi b4448fa406
Merge pull request #481 from printfn/2024-edition
5 months ago
printfn 60ed8f3bb9 Update to 2024 edition
5 months ago
Eric Huss 8f5c7322b6
Merge pull request #461 from RalfJung/repr-int-enum-abi
5 months ago
Yuki Okushi 336f75835a
Merge pull request #452 from pczarn/patch-1
6 months ago
Peter Blackson 7f59f3ffb3 Improve grammar in exotic-sizes
6 months ago
Yuki Okushi 1f3f7c4884
Merge pull request #460 from luqmana/repr-packed-n
6 months ago
Yuki Okushi 75eb897f1b
Merge pull request #456 from thinety/unit-in-opaque-type
6 months ago
Thiago Trannin 38f5394280 Use `()` instead of `[u8; 0]` in opaque type
6 months ago
Eric Huss bc22988655
Merge pull request #477 from wickedjargon/master
6 months ago
Freddie 23cbc7d579 corrected grammatical error.
6 months ago
Eric Huss e031105510
Merge pull request #478 from ehuss/fix-start
6 months ago
Eric Huss 3253190a90
Apply suggestion from RalfJung
6 months ago
Eric Huss 3de1d4efa4 Remove `#![start]` attribute
6 months ago
Eric Huss d2c1d5cf8a
Merge pull request #476 from nikthechampiongr/raw_ref
6 months ago
nikthechampiongr 470f2bfa52 Update guidance on uninitialized fields to use &raw mut instead of addr_of_mut!
6 months ago
Eric Huss 625b200e5b
Merge pull request #474 from max-heller/patch-1
6 months ago
Max Heller 0aae1972ff
Fix accidental inline HTML
6 months ago
Yuki Okushi 7ef05b9777
Merge pull request #472 from josephcsible/patch-1
7 months ago
Joseph C. Sible da27ec1906
Fix URL fragment to MutexGuard's negative impl of Send
7 months ago
Yuki Okushi 97e84a38c9
Merge pull request #470 from Enselic/fix-race
7 months ago
Martin Nordholts 6855d3a7e1 races.md: data race -> race condition to violate memory safety
8 months ago
Yuki Okushi 0674321898
Merge pull request #468 from andersk/races-mostly
8 months ago
Eric Huss eac89a3cbe
Merge pull request #469 from timmc/patch-1
8 months ago