| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-13 | Add support for primitives in "jump to definition" feature | Guillaume Gomez | -7/+11 | |
| 2021-09-02 | Rename walk_crate. | Camille GILLOT | -1/+1 | |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -1/+1 | |
| 2021-08-05 | Remove LightSpan and use Span directly | Guillaume Gomez | -53/+8 | |
| 2021-08-05 | Remove warnings/errors from compiler when using typeck_body in rustdoc span ↵ | Guillaume Gomez | -5/+5 | |
| map builder | ||||
| 2021-08-05 | * Rename LightSpan::empty into LightSpan::dummy | Guillaume Gomez | -1/+1 | |
| * Add Classifier::new_light_span to wrap LightSpan::new_in_file constructor | ||||
| 2021-08-05 | Add missing root_path when generating links using href | Guillaume Gomez | -0/+1 | |
| 2021-08-05 | Add documentation and FIXME | Guillaume Gomez | -4/+7 | |
| 2021-08-05 | formatting | Guillaume Gomez | -14/+7 | |
| 2021-08-05 | Use rustdoc Span in LinkFromSrc directly | Guillaume Gomez | -4/+4 | |
| 2021-08-05 | Wrap the span_map tuple index into a type called "LightSpan" | Guillaume Gomez | -13/+54 | |
| 2021-08-05 | Improve code readability | Guillaume Gomez | -2/+4 | |
| 2021-08-05 | * Rename 'move_span' into 'local_span_to_global_span' | Guillaume Gomez | -0/+17 | |
| * Add documentation on new arguments/functions | ||||
| 2021-08-05 | Generate links for modules as well | Guillaume Gomez | -5/+24 | |
| 2021-08-05 | Generate links for methods as well | Guillaume Gomez | -16/+36 | |
| 2021-08-05 | Add an option for the source code link generation | Guillaume Gomez | -1/+4 | |
| 2021-08-05 | Add links on source types to go to definition | Guillaume Gomez | -0/+110 | |
