index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
render
/
span_map.rs
Age
Commit message (
Expand
)
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 m...
Guillaume Gomez
-5
/
+5
2021-08-05
* Rename LightSpan::empty into LightSpan::dummy
Guillaume Gomez
-1
/
+1
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
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