1. Rust Source Code Analysis
  2. Preface
  3. 1. Intro
  4. 2. Standard Library
    1. 2.1. Sort: Timsort and pdqsort[WIP: Zh-ver.]
  5. 3. Rust Compiler
    1. 3.1. Overview
    2. 3.2. Invocation
    3. 3.3. Lexer
    4. 3.4. Parser
    5. 3.5. Sema
      1. 3.5.1. Lint
    6. 3.6. Codegen
    7. 3.7. General
      1. 3.7.1. Errors[WIP: Zh-ver.]
      2. 3.7.2. SourceMap & Span[WIP]
  6. 4. Rust Tools
  7. 5. Rust Open Source Project
    1. 5.1. KCLVM
  8. 6. Appendix

Rust Source Code Analysis

Standard Library

  • sort: Timsort and pdqsort

© 2022 | Rust Source Code Analysis, Only for study and communication