]> git.proxmox.com Git - rustc.git/blob - src/doc/reference/src/SUMMARY.md
New upstream version 1.27.1+dfsg1
[rustc.git] / src / doc / reference / src / SUMMARY.md
1 # The Rust Reference
2
3 [Introduction](introduction.md)
4
5 - [Notation](notation.md)
6
7 - [Lexical structure](lexical-structure.md)
8 - [Input format](input-format.md)
9 - [Keywords](keywords.md)
10 - [Identifiers](identifiers.md)
11 - [Comments](comments.md)
12 - [Whitespace](whitespace.md)
13 - [Tokens](tokens.md)
14 - [Paths](paths.md)
15
16 - [Macros](macros.md)
17 - [Macros By Example](macros-by-example.md)
18 - [Procedural Macros](procedural-macros.md)
19
20 - [Crates and source files](crates-and-source-files.md)
21
22 - [Items and attributes](items-and-attributes.md)
23 - [Items](items.md)
24 - [Modules](items/modules.md)
25 - [Extern crates](items/extern-crates.md)
26 - [Use declarations](items/use-declarations.md)
27 - [Functions](items/functions.md)
28 - [Type aliases](items/type-aliases.md)
29 - [Structs](items/structs.md)
30 - [Enumerations](items/enumerations.md)
31 - [Unions](items/unions.md)
32 - [Constant items](items/constant-items.md)
33 - [Static items](items/static-items.md)
34 - [Traits](items/traits.md)
35 - [Implementations](items/implementations.md)
36 - [External blocks](items/external-blocks.md)
37 - [Associated Items](items/associated-items.md)
38 - [Visibility and Privacy](visibility-and-privacy.md)
39 - [Attributes](attributes.md)
40
41 - [Statements and expressions](statements-and-expressions.md)
42 - [Statements](statements.md)
43 - [Expressions](expressions.md)
44 - [Literal expressions](expressions/literal-expr.md)
45 - [Path expressions](expressions/path-expr.md)
46 - [Block expressions](expressions/block-expr.md)
47 - [Operator expressions](expressions/operator-expr.md)
48 - [Grouped expressions](expressions/grouped-expr.md)
49 - [Array and index expressions](expressions/array-expr.md)
50 - [Tuple and index expressions](expressions/tuple-expr.md)
51 - [Struct expressions](expressions/struct-expr.md)
52 - [Enum variant expressions](expressions/enum-variant-expr.md)
53 - [Call expressions](expressions/call-expr.md)
54 - [Method call expressions](expressions/method-call-expr.md)
55 - [Field access expressions](expressions/field-expr.md)
56 - [Closure expressions](expressions/closure-expr.md)
57 - [Loop expressions](expressions/loop-expr.md)
58 - [Range expressions](expressions/range-expr.md)
59 - [If and if let expressions](expressions/if-expr.md)
60 - [Match expressions](expressions/match-expr.md)
61 - [Return expressions](expressions/return-expr.md)
62
63 - [Type system](type-system.md)
64 - [Types](types.md)
65 - [Dynamically Sized Types](dynamically-sized-types.md)
66 - [Type layout](type-layout.md)
67 - [Interior mutability](interior-mutability.md)
68 - [Subtyping and Variance](subtyping.md)
69 - [Type coercions](type-coercions.md)
70 - [Destructors](destructors.md)
71 - [Lifetime elision](lifetime-elision.md)
72
73 - [Special types and traits](special-types-and-traits.md)
74
75 - [Memory model](memory-model.md)
76 - [Memory allocation and lifetime](memory-allocation-and-lifetime.md)
77 - [Memory ownership](memory-ownership.md)
78 - [Variables](variables.md)
79
80 - [Linkage](linkage.md)
81
82 - [Unsafety](unsafety.md)
83 - [Unsafe functions](unsafe-functions.md)
84 - [Unsafe blocks](unsafe-blocks.md)
85 - [Behavior considered undefined](behavior-considered-undefined.md)
86 - [Behavior not considered unsafe](behavior-not-considered-unsafe.md)
87
88 [Appendix: Influences](influences.md)
89
90 [Appendix: As-yet-undocumented Features](undocumented.md)
91
92 [Appendix: Glossary](glossary.md)