Commit Graph

704 Commits (da27ec1906fafaa5ce2351f003fb44d095c76f16)
 

Author SHA1 Message Date
Joseph C. Sible da27ec1906
Fix URL fragment to MutexGuard's negative impl of Send
10 months ago
Yuki Okushi 97e84a38c9
Merge pull request #470 from Enselic/fix-race
10 months ago
Martin Nordholts 6855d3a7e1 races.md: data race -> race condition to violate memory safety
11 months ago
Yuki Okushi 0674321898
Merge pull request #468 from andersk/races-mostly
11 months ago
Eric Huss eac89a3cbe
Merge pull request #469 from timmc/patch-1
11 months ago
Tim McCormack 91a7128bb3
Fix typo in what-unsafe-does
11 months ago
Anders Kaseorg bb6b27ad1d races: Clarify a “mostly” that might be misread
12 months ago
Eric Huss 456b904f79
Merge pull request #465 from gurry/patch-2
1 year ago
Gurinder Singh f2ea02892a
Improve/fix description of drops
1 year ago
Eric Huss 14649f15d2
Merge pull request #459 from ehuss/merge-queue
1 year ago
Eric Huss 3aa27d4503 CI: Switch to merge queue
1 year ago
Eric Huss 6ecf95c5f2
Merge pull request #445 from Nadrieril/Nadrieril-patch-1
1 year ago
Guillaume Boisseau d5ba0cb399 Stabilize `min_exhaustive_patterns`
1 year ago
Eric Huss 9f871ce70e
Merge pull request #458 from RalfJung/enum-repr-sign
1 year ago
Ralf Jung 16d2f21dae repr(int) enums: both size and sign matter
1 year ago
Eric Huss e94e24a2a6
Merge pull request #457 from alimf17/patch-2
1 year ago
alimf17 1d0b6c122b
Update what-unsafe-does.md
1 year ago
Eric Huss 0ebdacadbd
Merge pull request #450 from saethlin/remove-libc
1 year ago
Ben Kimock 462ac2d92c cfg out the extern crate libc on Windows
1 year ago
Eric Huss 0d5f88475f
Merge pull request #448 from guqicun/master
2 years ago
guqicun 8d96cc0685 chore: fix typo
2 years ago
Eric Huss 4993547527
Merge pull request #447 from PureWhiteWu/patch-1
2 years ago
Pure White f4add4be03
add link to reference about undefined behavior
2 years ago
Trevor Gross 6bc2415218
Update an example of `thread_local` to use `local_key_cell_methods` (#438)
2 years ago
Eva Pace f6bd083c4c
Minor improvements to Vec (#415)
2 years ago
Daniel Henry-Mantilla 360a768c6d
Improve the `PhantomData` table (#417)
2 years ago
Eric Huss 83d015105e
Merge pull request #431 from tgross35/patch-1
2 years ago
Trevor Gross 0e589061c8 Reword the section on general race conditions
2 years ago
Alex Abdugafarov 1842257814
Fixed `Hole::get` marked as unsafe in `exception-safety.md` (#427)
2 years ago
kadiwa ddfa421448
Fill "Beneath `std`" (#413)
2 years ago
Eric Huss e3f3af69dc
Merge pull request #419 from RalfJung/overflow
2 years ago
Eric Huss 20685e08a5
Merge branch 'master' into overflow
2 years ago
Eric Huss 7c574c79ee
Merge pull request #420 from RalfJung/destructors
2 years ago
Ralf Jung a94926b151 remove 'fail to call destructors' from okay-list
2 years ago
Ralf Jung 40b55e78bd specify which integer overflows we mean
2 years ago
Eric Huss 388750b081
Merge pull request #311 from DrMeepster/abi_thiscall
2 years ago
Eva Pace 302b995bcb
Minor improvements (#414)
2 years ago
Martin Nordholts c369e4b489
phantom-data: Add `Send` and `Sync` columns (#411)
2 years ago
Eric Huss 927dfbdffc
Merge pull request #340 from conradludgate/subtyping-rewrite
2 years ago
Eric Huss 54ca7d1a34 Apply some review suggestions.
2 years ago
Conrad Ludgate 15174604f9 remove supertraits
2 years ago
Timo 86b1c87594 Copy-edit subtyping.md
2 years ago
Conrad Ludgate ea950766dd address some grammatical comments
2 years ago
Conrad Ludgate 8f88efd850 add demos for box and fn
2 years ago
Conrad Ludgate 2c8ff4f669 slight restructure
2 years ago
Conrad Ludgate aeb9d4c21d address some comments
2 years ago
Conrad Ludgate 510938c8ac remove use of transitive
2 years ago
Conrad Ludgate 8e129cc2a8 remove the rest of animals
2 years ago
Conrad Ludgate a43237778a more explanations
2 years ago
Conrad Ludgate 0492daf82c clarify some points
2 years ago