Emmanuel Amoah
|
1c0f167c8b
|
Merge 85a0843bf9 into 050c002a36
|
1 week ago |
Eric Huss
|
050c002a36
|
Merge pull request #518 from julian-graf/unfix-typo
Correct false typo fix in safe-unsafe-meaning.md
|
2 weeks ago |
Julian Graf
|
84edd0a9c5
|
correct typo fix in safe-unsafe-meaning.md
|
2 weeks ago |
Eric Huss
|
b833cfe67c
|
Merge pull request #517 from julian-graf/fix-typo-grammar-safe-unsafe-meaning
Fix grammar and typos in safe-unsafe-meaning.md
|
2 weeks ago |
Julian Graf
|
d4b0ece12e
|
Fix grammar and typos in safe-unsafe-meaning.md
|
2 weeks ago |
Emmanuel Amoah
|
85a0843bf9
|
Improve grammar in Variance section
This makes it clear that it's not the function being called that's expecting, but its caller.
|
3 weeks ago |
Eric Huss
|
5b3a9d084c
|
Merge pull request #513 from wolfired/master
Update method lookup link in dot-operator.md
|
1 month ago |
LinkWu
|
3b7e25b55c
|
Update method lookup link in dot-operator.md
|
1 month ago |
Yuki Okushi
|
9fe8fa599a
|
Merge pull request #512 from azaleacolburn/remove-unsafe-guidelines
Remove references to outdated unsafe code guidelines
|
2 months ago |
Azalea Colburn
|
c534193857
|
Remove references to deprecated unsafe code guidelines
|
2 months ago |
Yuki Okushi
|
c4a05bb7ae
|
Merge pull request #511 from ehuss/mdbook-0.5
Update to mdbook 0.5
|
2 months ago |
Eric Huss
|
f07bd4c7bc
|
Update to mdbook 0.5
Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-051
|
2 months ago |
Yuki Okushi
|
0fe83ab289
|
Merge pull request #510 from memark/patch-1
Fix grammar in ffi.md
|
2 months ago |
Magnus Markling
|
b1e9226304
|
Fix grammar in ffi.md
|
2 months ago |
Eric Huss
|
9fef1fac3b
|
Merge pull request #507 from JohnTitor/citation
Add CITATION.cff
|
2 months ago |
Yuki Okushi
|
28f4ae6967
|
Merge pull request #508 from fpdotmonkey/vec-layout-array-chk
Use the newest Layout::array size checks for vec-alloc
|
2 months ago |
Fletcher Porter
|
9bc0f07e7a
|
Use the newest Layout::array size checks for vec-alloc
Layout::array was updated in https://github.com/rust-lang/rust/commit/a32305a8
to check that array sizes fit in isize::MAX, so I've propogated the
change to vec-alloc here.
|
3 months ago |
Yuki Okushi
|
cbf30ffd20
|
Add CITATION.cff
|
3 months ago |
Yuki Okushi
|
91044a66c8
|
Merge pull request #498 from ArhanChaudhary-forks/revert-trivial-wording
review comment: dropck analysis is *not* trivial
|
3 months ago |
Arhan Chaudhary
|
d1c6b95dcb
|
Merge branch 'master' into revert-trivial-wording
|
3 months ago |
Yuki Okushi
|
60f0b30d8e
|
Merge pull request #504 from permannur/exception-safety-binary-heap
Fix typo in exception-safety.md (BinaryHeap::sift_up, user-defined and unsafe code separated)
|
3 months ago |
Perman
|
818486503a
|
Fix typo in exception-safety.md (BinaryHeap::sift_up, user-defined and unsafe code separated)
|
3 months ago |
Yuki Okushi
|
23fc2682f8
|
Merge pull request #502 from sify21/patch-1
a typo in ffi.md
|
4 months ago |
sify21
|
7952ab776b
|
Update ffi.md
a typo in ffi.md
|
4 months ago |
Eric Huss
|
f17a018b99
|
Merge pull request #501 from peeley/patch-1
Add missing "C" ABI to FFI example code
|
5 months ago |
Noah Snelson
|
1a79ab1920
|
Add "C" ABI to FFI example
|
5 months ago |
Eric Huss
|
57ed447366
|
Merge pull request #500 from HollowMan6/master
Fix unknown field `author` error when building the book
|
5 months ago |
Hollow Man
|
78b10ca040
|
Fix unknown field `author` error when building the book
using mdbook in main (v0.5.x)
```log
2025-08-18 19:56:41 [ERROR] (mdbook_core::utils): Error: Invalid configuration file
2025-08-18 19:56:41 [ERROR] (mdbook_core::utils): Caused By: TOML parse error at line 2, column 1
|
2 | author = "The Rust Project Developers"
| ^^^^^^
unknown field `author`, expected one of `title`, `authors`, `description`, `src`, `language`, `text-direction`
```
Signed-off-by: Hollow Man <hollowman@opensuse.org>
|
5 months ago |
Arhan Chaudhary
|
3c17036782
|
review comment: dropck analysis is *not* trivial
|
6 months ago |
Yuki Okushi
|
3ff3843205
|
Merge pull request #440 from RoggeOhta/master
Add build script part to FFI chapter for more clear and smooth learn …
|
7 months ago |
Yuki Okushi
|
aad0fd9046
|
Apply suggestions from code review
|
7 months ago |
RoggeOhta
|
ed039e48fe
|
Fix space character problem
|
7 months ago |
RoggeOhta
|
6be1fec00c
|
Add build script part to FFI chapter for more clear and smooth learn experience
|
7 months ago |
Yuki Okushi
|
24cb15d53b
|
Merge pull request #443 from ratmice/split_borrows_tree_example
Cleanups for tree example of splitting borrows
|
7 months ago |
matt rice
|
7aaad539e2
|
Cleanups for tree example of splitting borrows
|
7 months ago |
Yuki Okushi
|
d94b31e163
|
Merge pull request #425 from pwbh/handle-drop-zst
Handle drop zst
|
7 months ago |
Yuki Okushi
|
625d9de680
|
Update src/vec/vec-zsts.md
|
7 months ago |
pwbh
|
cbe78036f2
|
Update src/vec/vec-zsts.md
Co-authored-by: Jon Bauman <baumanj@users.noreply.github.com>
|
7 months ago |
pwbh
|
a85100bb99
|
remove comma
|
7 months ago |
pwbh
|
761293eb43
|
remove duplication
|
7 months ago |
pwbh
|
50d4aa6362
|
Revert "remove duplicate of a sentence"
This reverts commit c50c194f23.
|
7 months ago |
pwbh
|
e629930522
|
remove duplicate of a sentence
|
7 months ago |
pwbh
|
6edd32bd97
|
Added text related to handling dropping in raw vec for ZSTs
|
7 months ago |
Yuki Okushi
|
8b61acfaea
|
Merge pull request #492 from senekor/senekor-oupvrwkspumq
Use inline const expression in unchecked-uninit.md
|
8 months ago |
Yuki Okushi
|
0a000d437f
|
Merge pull request #491 from senekor/senekor-qslukqomvpom
Fix code sample output in unchecked-uninit.md
|
8 months ago |
Yuki Okushi
|
dd31c8d397
|
Merge pull request #493 from senekor/senekor-rrqpxsznswmt
Use consistent type parameters in subtyping.md
|
8 months ago |
Eric Huss
|
85fe8925db
|
Merge pull request #494 from senekor/patch-1
Fix typo in atomics.md
|
8 months ago |
Remo Senekowitsch
|
f883193311
|
Fix typo in atomics.md
|
8 months ago |
Remo Senekowitsch
|
b4c85a9d36
|
Use consistent type parameters in subtyping.md
There is no type parameter `T` in this context, so no reason to use `U`
instead of `T` for disambiguation.
|
8 months ago |
Remo Senekowitsch
|
6f01103dbe
|
Use inline const expression in unchecked-uninit.md
Inline const expressions were stabilized in Rust 1.79. They allow us to
avoid the unsafe call to MaybeUninit::assume_init() and its explanation.
https://blog.rust-lang.org/2024/06/13/Rust-1.79.0/#inline-const-expressions
|
8 months ago |