Skip to content
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
197g Sep 5, 2020
191aa0c
Plan an unimplemented rustdoc type
197g Sep 6, 2020
20c13dd
Add bindings for described rustdoc format
197g Sep 6, 2020
b53f7ce
Use the rustdoc type definitions
197g Dec 16, 2020
a2dae5e
Sketch iterative event generation from rustdoc
197g Jan 20, 2021
9047ce8
Hookup rustdoc include frontend to generator
197g Jan 20, 2021
5e1ca1b
Fix bugs in rustdoc pipeline
197g Jan 21, 2021
6fec236
Implement struct and fields formatting
197g Jan 23, 2021
83dec0e
Implement constant, static, enum, functions
197g Jan 23, 2021
4824e18
Add an example crate
197g Jan 23, 2021
eaee7b4
Adjust implementation of some items
197g Jan 23, 2021
dddea3b
Ensure that rustdoc behaves like a file URL
197g Jan 23, 2021
6228615
Check rustdoc exit status, implement unions
197g Jan 23, 2021
9b7119f
Add trait, to the best of current ability
197g Jan 24, 2021
dc88444
Fix small inconsistencies in traits and methods
197g Jan 24, 2021
0d13830
Add impl items for struct, enum, traits
197g Jan 24, 2021
a20820d
Add support for typedefs
197g Jan 24, 2021
8ef0f1c
Implement remaining type kinds
197g Jan 24, 2021
7a3a8e5
Generic arguments and bounds
197g Jan 24, 2021
ffa9f8b
Implementation of traits with complex bounds
197g Jan 24, 2021
188cb43
Add re-export dispatch but bugged in rustdoc
197g Jan 25, 2021
c998649
Allow includes to modify the header level
197g Feb 12, 2021
1669ccb
Add a full synthetic way to inject includes
197g Feb 12, 2021
124854b
Update types to the newest nightly
197g Feb 12, 2021
efcff09
Include doc comments as markdown
197g Feb 12, 2021
aaabc8f
Adjust headers of deep sections
197g Feb 13, 2021
42113f9
Update code for new function qualifier style
197g Feb 19, 2021
c672da9
Validate format version number
197g 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