guqicun
8d96cc0685
chore: fix typo
...
Signed-off-by: guqicun <guqicun@outlook.com>
7 months ago
Pure White
f4add4be03
add link to reference about undefined behavior
8 months ago
Trevor Gross
6bc2415218
Update an example of `thread_local` to use `local_key_cell_methods` ( #438 )
11 months ago
Eva Pace
f6bd083c4c
Minor improvements to Vec ( #415 )
11 months ago
Daniel Henry-Mantilla
360a768c6d
Improve the `PhantomData` table ( #417 )
11 months ago
Trevor Gross
0e589061c8
Reword the section on general race conditions
...
The section on preventing general race conditions is a bit hand wavy. Change
wording to be more concrete, and add an example of Rust preventing general
races in a very specific case.
12 months ago
Alex Abdugafarov
1842257814
Fixed `Hole::get` marked as unsafe in `exception-safety.md` ( #427 )
1 year ago
kadiwa
ddfa421448
Fill "Beneath `std`" ( #413 )
1 year ago
Eric Huss
20685e08a5
Merge branch 'master' into overflow
1 year ago
Ralf Jung
a94926b151
remove 'fail to call destructors' from okay-list
1 year ago
Ralf Jung
40b55e78bd
specify which integer overflows we mean
1 year ago
Eric Huss
388750b081
Merge pull request #311 from DrMeepster/abi_thiscall
...
Document thiscall abi
1 year ago
Eva Pace
302b995bcb
Minor improvements ( #414 )
1 year ago
Martin Nordholts
c369e4b489
phantom-data: Add `Send` and `Sync` columns ( #411 )
1 year ago
Eric Huss
54ca7d1a34
Apply some review suggestions.
1 year ago
Conrad Ludgate
15174604f9
remove supertraits
...
replace subtyping syntax
remove type constructors
1 year ago
Timo
86b1c87594
Copy-edit subtyping.md
1 year ago
Conrad Ludgate
ea950766dd
address some grammatical comments
1 year ago
Conrad Ludgate
8f88efd850
add demos for box and fn
1 year ago
Conrad Ludgate
2c8ff4f669
slight restructure
1 year ago
Conrad Ludgate
aeb9d4c21d
address some comments
1 year ago
Conrad Ludgate
510938c8ac
remove use of transitive
1 year ago
Conrad Ludgate
8e129cc2a8
remove the rest of animals
1 year ago
Conrad Ludgate
a43237778a
more explanations
1 year ago
Conrad Ludgate
0492daf82c
clarify some points
1 year ago
Conrad Ludgate
9c17e30bf9
continue
1 year ago
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
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
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
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
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
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
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