Skip to content

Commit fb8bf3b

Browse files
committed
---
yaml --- r: 236017 b: refs/heads/stable c: 3be2643 h: refs/heads/master i: 236015: 6a94029 v: v3
1 parent 63e1241 commit fb8bf3b

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
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: f8be0737ea47a41097bba940ce5f9f9527fb2087
32+
refs/heads/stable: 3be2643cb2a64f2667fc187ed9899f291714e85a
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
3535
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e

branches/stable/ffi.md

Whitespace-only changes.

branches/stable/intro.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ Unsafe Rust. TURPL does not assume you have read TRPL, but does assume you know
77
the basics of the language and systems programming. We will not explain the
88
stack or heap, we will not explain the syntax.
99

10+
## Sections
11+
12+
* [Data Layout](data.html)
13+
* [Ownership and Lifetimes](lifetimes.html)
14+
* [Conversions](conversions.html)
15+
* [Uninitialized Memory](uninitialized.html)
16+
* [Ownership-oriented resource management (RAII)](raii.html)
17+
* [Concurrency](concurrency.html)
18+
* [Interfacing with other languages (FFI)](ffi.html)
19+
* [Eliminating the Runtime (no_std)](no_std.html)
20+
1021
## A Tale Of Two Languages
1122

1223
Rust can be thought of as two different languages: Safe Rust, and Unsafe Rust.

branches/stable/no_std.md

Whitespace-only changes.

0 commit comments

Comments
 (0)