Skip to content

Commit c18d64e

Browse files
committed
---
yaml --- r: 236071 b: refs/heads/stable c: 778a4fa h: refs/heads/master i: 236069: 75a11ba 236067: 4256f35 236063: fa22405 v: v3
1 parent b441842 commit c18d64e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ refs/heads/tmp: afae2ff723393b3ab4ccffef6ac7c6d1809e2da0
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: f859507de8c410b648d934d8f5ec1c52daac971d
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 668bdd3650f8fcce956d8e47ae74247a50da3e46
32+
refs/heads/stable: 778a4fa390590752df3624fe295b484a8a40288a
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
3535
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e

branches/stable/SUMMARY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* [Races](races.md)
3535
* [Send and Sync](send-and-sync.md)
3636
* [Atomics](atomics.md)
37-
* [Example: Implementing Vec](vec.md)
37+
* [Implementing Vec](vec.md)
3838
* [Layout](vec-layout.md)
3939
* [Allocating](vec-alloc.md)
4040
* [Push and Pop](vec-push-pop.md)
@@ -43,4 +43,5 @@
4343
* [Insert and Remove](vec-insert-remove.md)
4444
* [IntoIter](vec-into-iter.md)
4545
* [Drain](vec-drain.md)
46-
* [Final Code](vec-final.md)
46+
* [Final Code](vec-final.md)
47+
* [Implementing Arc and Mutex](arc-and-mutex.md)

branches/stable/atomics.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,5 @@ relaxed operations can be cheaper on weakly-ordered platforms.
220220
221221
222222
223-
TODO: implementing Arc example (why does Drop need the trailing barrier?)
224-
225-
226223
[C11-busted]: http://plv.mpi-sws.org/c11comp/popl15.pdf
227224
[C11-model]: http://en.cppreference.com/w/c/atomic/memory_order

0 commit comments

Comments
 (0)