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

[WIP] Get rid of rustdoc::doctree #78082

Closed
wants to merge 27 commits into from
Closed

Commits on Nov 18, 2020

  1. [extremely broken] try to get rid of doctree

    this compiles but does not run
    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    ad9933e View commit details
    Browse the repository at this point in the history
  2. implement macros

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    7b8c5aa View commit details
    Browse the repository at this point in the history
  3. Remove dead code

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    0b05cee View commit details
    Browse the repository at this point in the history
  4. [WIP] fill out Item

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    341ae70 View commit details
    Browse the repository at this point in the history
  5. [WIP] fill out ExternCrate

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    42b2043 View commit details
    Browse the repository at this point in the history
  6. [WIP] fill out ImportItem

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    4b22097 View commit details
    Browse the repository at this point in the history
  7. [WIP] add statics and unions

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    350e4d7 View commit details
    Browse the repository at this point in the history
  8. [WIP] add ConstantItem

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    5ba37bc View commit details
    Browse the repository at this point in the history
  9. [WIP] Add FunctionItem

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    bd38b65 View commit details
    Browse the repository at this point in the history
  10. [WIP] ModuleItem

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    42d4dbb View commit details
    Browse the repository at this point in the history
  11. ForeignItem

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    a781126 View commit details
    Browse the repository at this point in the history
  12. GlobalAsm and TypedefItem

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    1589dda View commit details
    Browse the repository at this point in the history
  13. OpaqueTy

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    f4e3896 View commit details
    Browse the repository at this point in the history
  14. Enum and Variant

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    0a1507d View commit details
    Browse the repository at this point in the history
  15. Struct

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    04de151 View commit details
    Browse the repository at this point in the history
  16. Trait

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    d0302f6 View commit details
    Browse the repository at this point in the history
  17. TraitAlias

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    0d7c146 View commit details
    Browse the repository at this point in the history
  18. Impl

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    d0f7ce9 View commit details
    Browse the repository at this point in the history
  19. ModuleItems

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    ed27f87 View commit details
    Browse the repository at this point in the history
  20. Add crate name

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    1697ada View commit details
    Browse the repository at this point in the history
  21. Cleanup some TODOs

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    44cef3e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a79eb20 View commit details
    Browse the repository at this point in the history
  23. Don't ICE on trait functions and imports

    It turns out these were being silently dropped before because they
    didn't have a name.
    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    ba301ac View commit details
    Browse the repository at this point in the history
  24. Fix broken handling of extern "ABI" blocks

    ForeignModule is just such a terrible name for these.
    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    ee0cad5 View commit details
    Browse the repository at this point in the history
  25. debugging

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    e27b769 View commit details
    Browse the repository at this point in the history
  26. Fix semantic conflict

    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    9eaca9d View commit details
    Browse the repository at this point in the history
  27. Small cleanups

    - Add back call to `from_hir_id_and_parts()`
    - Remove outdated comment
    jyn514 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    5e2793b View commit details
    Browse the repository at this point in the history