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

Implement Rustdoc #167

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fa96acc
Split cache_dir from generic temp_dir
HeroicKatora Sep 5, 2020
191aa0c
Plan an unimplemented rustdoc type
HeroicKatora Sep 6, 2020
20c13dd
Add bindings for described rustdoc format
HeroicKatora Sep 6, 2020
b53f7ce
Use the rustdoc type definitions
HeroicKatora Dec 16, 2020
a2dae5e
Sketch iterative event generation from rustdoc
HeroicKatora Jan 20, 2021
9047ce8
Hookup rustdoc include frontend to generator
HeroicKatora Jan 20, 2021
5e1ca1b
Fix bugs in rustdoc pipeline
HeroicKatora Jan 21, 2021
6fec236
Implement struct and fields formatting
HeroicKatora Jan 23, 2021
83dec0e
Implement constant, static, enum, functions
HeroicKatora Jan 23, 2021
4824e18
Add an example crate
HeroicKatora Jan 23, 2021
eaee7b4
Adjust implementation of some items
HeroicKatora Jan 23, 2021
dddea3b
Ensure that rustdoc behaves like a file URL
HeroicKatora Jan 23, 2021
6228615
Check rustdoc exit status, implement unions
HeroicKatora Jan 23, 2021
9b7119f
Add trait, to the best of current ability
HeroicKatora Jan 24, 2021
dc88444
Fix small inconsistencies in traits and methods
HeroicKatora Jan 24, 2021
0d13830
Add impl items for struct, enum, traits
HeroicKatora Jan 24, 2021
a20820d
Add support for typedefs
HeroicKatora Jan 24, 2021
8ef0f1c
Implement remaining type kinds
HeroicKatora Jan 24, 2021
7a3a8e5
Generic arguments and bounds
HeroicKatora Jan 24, 2021
ffa9f8b
Implementation of traits with complex bounds
HeroicKatora Jan 24, 2021
188cb43
Add re-export dispatch but bugged in rustdoc
HeroicKatora Jan 25, 2021
c998649
Allow includes to modify the header level
HeroicKatora Feb 12, 2021
1669ccb
Add a full synthetic way to inject includes
HeroicKatora Feb 12, 2021
124854b
Update types to the newest nightly
HeroicKatora Feb 12, 2021
efcff09
Include doc comments as markdown
HeroicKatora Feb 12, 2021
aaabc8f
Adjust headers of deep sections
HeroicKatora Feb 13, 2021
42113f9
Update code for new function qualifier style
HeroicKatora Feb 19, 2021
c672da9
Validate format version number
HeroicKatora Feb 19, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@

*.iml
.idea/
pdflatex_stderr.log
pdflatex_stdout.log
Loading