File tree
6 files changed
+6
-6
lines changed- src
- doc
- tools
6 files changed
+6
-6
lines changed- docs/authoring.md+4-1
- mdbook-spec/src/lib.rs+24-8
- mdbook-spec/src/rules.rs+15-12
- src/SUMMARY.md+2
- src/attributes.md+3-3
- src/attributes/codegen.md+80-35
- src/attributes/debugger.md+2-1
- src/attributes/diagnostics.md+16-17
- src/attributes/limits.md+6-3
- src/attributes/testing.md+4-4
- src/behavior-considered-undefined.md+16-21
- src/comments.md+4-6
- src/conditional-compilation.md+11-14
- src/crates-and-source-files.md+15-10
- src/destructors.md+21-11
- src/dynamically-sized-types.md+3-3
- src/expressions.md+8-5
- src/expressions/array-expr.md+2-1
- src/expressions/block-expr.md+6-4
- src/expressions/call-expr.md+2-3
- src/expressions/field-expr.md+2-1
- src/expressions/literal-expr.md+26-21
- src/expressions/loop-expr.md+2-2
- src/expressions/match-expr.md+4-4
- src/expressions/method-call-expr.md+2-2
- src/expressions/operator-expr.md+6-3
- src/expressions/tuple-expr.md+4-2
- src/identifiers.md+2-1
- src/inline-assembly.md+93-62
- src/input-format.md+2-1
- src/introduction.md+9-5
- src/items/associated-items.md+2-1
- src/items/external-blocks.md+23-9
- src/items/functions.md+33-10
- src/items/generics.md+2-2
- src/items/modules.md+2-4
- src/items/traits.md+2-1
- src/items/use-declarations.md+4-4
- src/linkage.md+35-2
- src/names/name-resolution.md+2-1
- src/names/namespaces.md+9
- src/names/preludes.md+44-17
- src/names/scopes.md+49
- src/panic.md+150
- src/patterns.md+51-37
- src/procedural-macros.md+2-2
- src/runtime.md+14-62
- src/tokens.md+4-3
- src/type-coercions.md+2-3
- src/type-layout.md+22-32
- src/types/array.md+2-2
- src/types/boolean.md+6-6
- src/types/closure.md+3-7
- src/types/function-pointer.md+2
- src/types/impl-trait.md+6-7
- src/types/numeric.md+8-4
- src/types/trait-object.md-3
- src/unsafe-keyword.md+3-1
- src/unsafety.md+3
- src/visibility-and-privacy.md+2-4
- theme/reference.css+136-52
0 commit comments