Conrad Ludgate
|
ae69217424
|
begin rewriting chapter on subtyping
|
1 year ago |
Eric Huss
|
b5f018fb59
|
Merge pull request #408 from Enselic/unbounded-lifetime-example
Expand unbounded lifetime example code and improve wording
|
2 years ago |
Eric Huss
|
87f56947f3
|
Set example to no_run since it has UB
We can't guarantee the behavior when running this example, so it is not safe to run during tests.
|
2 years ago |
Eric Huss
|
24b09b16fb
|
Merge pull request #410 from LucasFA/master
Update to 2021 edition
|
2 years ago |
LucasFA
|
c6e4a51d59
|
Update to 2021 edition
|
2 years ago |
Martin Nordholts
|
b918344212
|
Expand unbounded lifetime example code and improve wording
|
2 years ago |
masloyet
|
b5f7500fc4
|
Fix typo in 3.8 Subtyping and Variance (#395)
Co-authored-by: Mason Loyet <mloyet@andrew.cmu.edu>
|
2 years ago |
Eric Huss
|
1f3e4cd4fd
|
Merge pull request #404 from majaha/patch-2
Change incorrect reference to "above" in ffi.md
|
2 years ago |
Matt Harding
|
51bb051414
|
Change incorrect reference to "above" in ffi.md
|
2 years ago |
Dmitry Mottl
|
79b53665a7
|
Fixes double bug in Send-Sync example (#401)
|
2 years ago |
Martin
|
2d3e6f67d5
|
Small language fix in subtyping.md (#399)
|
2 years ago |
Eric Huss
|
bd1829d235
|
Merge pull request #396 from tmandry/patch-1
Copyedits to FFI and unwinding section
|
2 years ago |
Eric Huss
|
7d56a22eed
|
Merge pull request #397 from alexhrao/master
Fix typo in dropck documentation
|
2 years ago |
Alex Rao
|
641e541b93
|
Fix typo in dropck documentation
This fixes `gatget` to say `gadget`
|
2 years ago |
Kyle J Strand
|
d1a59f543e
|
Re-word: only "most" ABIs have `-unwind`
|
2 years ago |
Tyler Mandry
|
94bb6a629b
|
Copyedits to FFI and unwinding section
These are minor changes that make the text flow better to me.
|
2 years ago |
nicoo
|
960d610e7f
|
vec/raw: Simplify `RawVec::grow` (#392)
|
2 years ago |
Hugo E.-Lahsen - xy2_
|
03fa5be459
|
borrow-splitting: Use `take` instead of `replace` (#391)
|
2 years ago |
Eric Huss
|
8ca2612680
|
Merge pull request #388 from Niki4tap/ffi-dont-use-transmute
Discourage the use of transmute to construct invalid values
|
2 years ago |
Niki4tap
|
734ca5e3f7
|
Don't try to work with invalid values on non-null types, always do what nomicon says
|
2 years ago |
Marijn Schouten
|
dd37e21cce
|
Update lifetime-mismatch.md (#387)
Fix sentence grammar
|
2 years ago |
nils
|
ae406aa528
|
Improve chapter about `Vec<T>` (#381)
Co-authored-by: Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>
|
2 years ago |
Eric Huss
|
03fbddb1f0
|
Merge pull request #386 from jamesreprise/patch-1
Grammar change for 3.4: Limits of Lifetimes (lifetime-mismatch.md)
|
2 years ago |
James Williams
|
6570607bcc
|
Grammar change for lifetime-mismatch.md
"[...] stops to be needed [...]" -> "[...] ceases to be needed [...]"
|
2 years ago |
Redglyph
|
05532356e7
|
Fix typos and grammatical errors (#384)
Co-authored-by: redglyph <redglyph@localhost>
|
2 years ago |
Alex Saveau
|
9c73283775
|
Fix typo (#380)
|
2 years ago |
Eric Huss
|
f53bfa0569
|
Merge pull request #379 from sebastianv89/patch-1
Small typo
|
2 years ago |
Sebastian
|
276874169c
|
Small typo
|
2 years ago |
Eric Huss
|
d880e6ac2a
|
Merge pull request #372 from zhenya-1007/patch-1
Update lifetimes.md
|
2 years ago |
Eric Huss
|
8e6aa34485
|
Merge pull request #376 from JohnTitor/update-repr-transparent
Update the `repr(transparent)` section to reflect the current state
|
2 years ago |
Yuki Okushi
|
7df62756a1
|
Apply a suggestion
Co-authored-by: Eric Huss <eric@huss.org>
|
2 years ago |
Eric Huss
|
7378da1fab
|
Merge pull request #377 from edoardocostantinidev/typo/lifetime-mismatch
[typo] typo on limits of lifetime chapter
|
2 years ago |
Edoardo Costantini
|
37be7eae04
|
[fix] typo
|
2 years ago |
Yuki Okushi
|
341005b559
|
Update the `repr(transparent)` section to reflect the current state
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
|
2 years ago |
5225225
|
8d1e4dccf7
|
Should be `align_of` instead of `size_of`
|
2 years ago |
zhenya-1007
|
6018eccdf6
|
Update lifetimes.md
Add a comment that would have made the reading smoother for me, at least.
|
2 years ago |
zhenya-1007
|
f37e0b25f0
|
Update lifetimes.md
Get rid of the obviously wrong (and potentially confusing) double lifetime annotation. My guess as to the etiology is an errant copy-and-paste.
|
2 years ago |
gftea
|
70db9e4189
|
should be `size_of` instead of `align_of` (#371)
|
2 years ago |
Eric Huss
|
155ea82ab0
|
Merge pull request #366 from JohnTitor/tweak-aliasing
Fix wording on the aliasing section
|
2 years ago |
Yuki Okushi
|
74faa41117
|
Fix a typo on aliasing
|
2 years ago |
Yuki Okushi
|
c192af31ce
|
Fix wording on the aliasing section
It should've said "the value of a local variable cannot alias
things...".
|
2 years ago |
Kyle J Strand
|
3a43983b76
|
Changes for `c_unwind` (#365)
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
|
2 years ago |
Eric Huss
|
16ad2674ec
|
Merge pull request #367 from JohnTitor/checkout
Upgrade actions/checkout to v3
|
2 years ago |
Yuki Okushi
|
249713601e
|
Upgrade actions/checkout to v3
|
2 years ago |
Arthur Milchior
|
09044272ec
|
Clarification of borrowck (#354)
|
2 years ago |
Daniel Henry-Mantilla
|
7284d09164
|
Update the now stale warning about `PhantomData<T>` and dropck (#363)
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
|
2 years ago |
diffuse
|
708c774ff5
|
Minor language fixes (#364)
|
2 years ago |
Arthur Milchior
|
10d40c59a5
|
Introducing init/uninit before its use (#355)
|
3 years ago |
Arthur Milchior
|
eaa3a92cc5
|
Change will to would to discuss what don't occur (#361)
|
3 years ago |
Arthur Milchior
|
20dec1d016
|
State that pop for length 1 is an example (#360)
|
3 years ago |