Skip to content

Commit dc7b24d

Browse files
committed
---
yaml --- r: 229000 b: refs/heads/try c: 778a4fa h: refs/heads/master v: v3
1 parent 26d86b8 commit dc7b24d

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
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: aca2057ed5fb7af3f8905b2bc01f72fa001c35c8
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4-
refs/heads/try: 668bdd3650f8fcce956d8e47ae74247a50da3e46
4+
refs/heads/try: 778a4fa390590752df3624fe295b484a8a40288a
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/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/try/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)