Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft] Rework the "Overview of the Compiler" chapter #1955

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    ba65576 View commit details
    Browse the repository at this point in the history
  2. overview(R0): add initial draft

    - Transfer everything from HackMD into a PR.
    jieyouxu committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ded6434 View commit details
    Browse the repository at this point in the history
  3. overview(R1): flip traversal order, add SVGs, tidy up remarks

    - Change querified area summary order to correspond to "normal"
      code->codegen direction.
    - Add SVGs generated based on the graphviz sources.
    - Remove some editorial remarks.
    jieyouxu committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    73a402b View commit details
    Browse the repository at this point in the history
  4. overview(R2): revise HIR wfcheck, stub out driver/interface and codeg…

    …en backends
    
    - Extend HIR wfcheck to cover not only type wfcheck, but other HIR
      wfchecks like object safety.
    - Stub out rustc driver/interface as the high-level entry point and
      orchestrator of the compilation process.
    - Stub out codegen backends.
    jieyouxu committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    28a153b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b074ec3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    444fb28 View commit details
    Browse the repository at this point in the history