Noah Lev
|
6215f7c85f
|
Clean up now that visitors only need &clean::Crate
|
2021-10-31 20:59:22 -07:00 |
|
Guillaume Gomez
|
4614ca4541
|
Fix clippy lints in librustdoc
|
2021-10-25 11:30:09 +02:00 |
|
Guillaume Gomez
|
8f3fd3d08c
|
Add support for primitives in "jump to definition" feature
|
2021-09-13 17:41:43 +02:00 |
|
Camille GILLOT
|
d119a13137
|
Rename walk_crate.
|
2021-09-02 19:23:11 +02:00 |
|
Camille GILLOT
|
7ec973d9ce
|
Stop using walk_crate.
|
2021-09-02 19:08:58 +02:00 |
|
Guillaume Gomez
|
dfe4fec783
|
Remove LightSpan and use Span directly
|
2021-08-05 23:08:29 +02:00 |
|
Guillaume Gomez
|
5cf300d695
|
Remove warnings/errors from compiler when using typeck_body in rustdoc span map builder
|
2021-08-05 23:08:29 +02:00 |
|
Guillaume Gomez
|
0799528db7
|
* Rename LightSpan::empty into LightSpan::dummy
* Add Classifier::new_light_span to wrap LightSpan::new_in_file constructor
|
2021-08-05 23:08:29 +02:00 |
|
Guillaume Gomez
|
fd69fa8670
|
Add missing root_path when generating links using href
|
2021-08-05 23:08:29 +02:00 |
|
Guillaume Gomez
|
1a48d1a4de
|
Add documentation and FIXME
|
2021-08-05 23:08:29 +02:00 |
|
Guillaume Gomez
|
ef0d909f26
|
formatting
|
2021-08-05 23:08:29 +02:00 |
|
Guillaume Gomez
|
f233a70567
|
Use rustdoc Span in LinkFromSrc directly
|
2021-08-05 23:08:29 +02:00 |
|
Guillaume Gomez
|
e8869cb7a7
|
Wrap the span_map tuple index into a type called "LightSpan"
|
2021-08-05 23:08:28 +02:00 |
|
Guillaume Gomez
|
c5c927dfda
|
Improve code readability
|
2021-08-05 23:08:28 +02:00 |
|
Guillaume Gomez
|
2a3b71ae33
|
* Rename 'move_span' into 'local_span_to_global_span'
* Add documentation on new arguments/functions
|
2021-08-05 23:08:28 +02:00 |
|
Guillaume Gomez
|
1abb7faddb
|
Generate links for modules as well
|
2021-08-05 23:08:28 +02:00 |
|
Guillaume Gomez
|
b689cedc0e
|
Generate links for methods as well
|
2021-08-05 23:08:28 +02:00 |
|
Guillaume Gomez
|
2104bf27d4
|
Add an option for the source code link generation
|
2021-08-05 23:08:28 +02:00 |
|
Guillaume Gomez
|
023231a709
|
Add links on source types to go to definition
|
2021-08-05 23:08:27 +02:00 |
|