reference icon indicating copy to clipboard operation
reference copied to clipboard

Tracking Issue: Adding mdbook-spec identifiers to reference chapters

Open chorman0773 opened this issue 1 year ago • 0 comments

From #1550:

The go forward plan adopted by T-spec on 2024-06-13 includes, as one step, to reformat all of the chapters of the Reference to attach named identifiers to each claim, more or less.

This issue tracks the status of each chapter of the reference being updated in this manner, in alphabetical order.

  • [ ] abi.md (#1545)
  • [ ] attributes.md (#1560)
    • [ ] attributes/codegen.md (#1560)
    • [ ] attributes/debugger.md (#1560)
    • [ ] attributes/derive.md (#1560)
    • [ ] attributes/diagnostics.md (#1560)
    • [ ] attributes/limits.md (#1560)
    • [ ] attributes/testing.md (#1560)
    • [ ] attributes/type_system.md (#1560)
  • [ ] behaviour-considered-undefined.md (#1562)
  • [ ] behaviour-not-considered-unsafe.md (Intentionally excluded - no normative content)
  • [x] comments.md (#1563)
  • [ ] conditional-compliation.md (#1564)
  • [ ] const_eval.md (#1569)
  • [ ] crates-and-source-files.md (#1570)
  • [x] destructors.md (#1571)
  • [ ] dynamically-sized-types.md (#1582)
  • [ ] expressions.md (#1591)
    • [ ] expressions/array-expr.md (#1591)
    • [ ] expressions/await-expr.md (#1591)
    • [ ] expressions/block-expr.md (#1591)
    • [ ] expressions/call-expr.md (#1591)
    • [ ] expressions/closure-expr.md (#1591)
    • [ ] expressions/field-expr.md (#1591)
    • [ ] expressions/grouped-expr.md (#1591)
    • [ ] expressions/if-expr.md (#1591)
    • [ ] expressions/literal-expr.md (#1591)
    • [ ] expressions/loop-expr.md (#1591)
    • [ ] expressions/match-expr.md (#1591)
    • [ ] expressions/method-call-expr.md (#1591)
    • [ ] expressions/operator-expr.md (#1591)
    • [ ] expressions/path-expr.md (#1591)
    • [ ] expressions/range-expr.md (#1591)
    • [ ] expressions/return-expr.md (#1591)
    • [ ] expressions/struct-expr.md (#1591)
    • [ ] expressions/tuple-expr.md (#1591)
    • [ ] expressions/underscore-expr.md (#1591)
  • [ ] identifiers.md (#1583)
  • [ ] glossary.md (Intentionally excluded - no normative content)
  • [x] inline-assembly.md (#1550)
  • [x] input-format.md (#1584)
  • [x] interior-mutability.md (#1585)
  • [ ] items.md (#1599)
  • [ ] keywords.md (#1597)
  • [ ] lexical-structure.md (#1620)
  • [ ] lifetime-elision.md (#1597)
  • [ ] linkage.md (#1633)
  • [ ] macro-ambiguity.md (#1634)
  • [ ] macros-by-example.md (#1625)
  • [ ] macros.md (#1597)
  • [ ] memory-allocation-and-lifetimes.md (#1597)
  • [ ] names.md (#1597)
  • [ ] notation.md (Intentionally excluded for now)
  • [ ] paths.md (#1597)
  • [ ] patterns.md (#1597)
  • [ ] procedural-macros.md (#1625)
  • [ ] runtime.md (#1597)
  • [ ] special-types-and-traits.md (#1597)
  • [ ] statements.md (#1611)
  • [ ] statements-and-expressions.md (#1611)
  • [ ] subtyping,md (#1613)
  • [ ] tokens.md (#1620)
  • [ ] trait-bounds.md (#1631)
  • [ ] type-coercions.md (#1632)
  • [ ] type-layout.md (#1614)
  • [ ] type-system.md (Intentionally excluded - empty chapter)
  • [ ] types.md (#1618)
    • [ ] types/array.md (#1618)
    • [ ] types/boolean.md (#1618)
    • [ ] types/closure/md (#1618)
    • [ ] types/enum.md (#1618)
    • [ ] types/function-item.md (#1618)
    • [ ] types/function-pointer.md (#1618)
    • [ ] types/impl-trait.md (#1618)
    • [ ] types/inferred.md (#1618)
    • [ ] types/never.md (#1618)
    • [ ] types/numeric.md (#1618)
    • [ ] types/parameter.md (#1618)
    • [ ] types/pointer.md (#1618)
    • [ ] types/slice.md (#1618)
    • [ ] types/struct.md (#1618)
    • [ ] types/textual.md (#1618)
    • [ ] types/trait-object.md (#1618)
    • [ ] types/tuple.md (#1618)
    • [ ] types/union.md (#1618)
  • [ ] unsafe-keyword.md (#1619)
  • [ ] unsafety.md (#1619)
  • [ ] variables.md (#1626)
  • [x] visibility-and-privacy.md (#1627)
  • [ ] whitespace.md (#1620)

chorman0773 avatar Aug 06 '24 17:08 chorman0773