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
2025-04-02
Move methods from `Map` to `TyCtxt`, part 5.
Nicholas Nethercote
-1
/
+1
2025-03-18
Move `hir::Item::ident` into `hir::ItemKind`.
Nicholas Nethercote
-15
/
+14
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-1
/
+1
2025-03-07
Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk
Matthias Krüger
-1
/
+1
2025-03-07
Move `visit_id` calls.
Nicholas Nethercote
-1
/
+1
2025-03-06
`librustdoc`: flatten nested ifs
Yotam Ofek
-12
/
+10
2025-02-22
Make asm a named field
Michael Goulet
-1
/
+1
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-5
/
+5
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-2
/
+2
2025-01-29
Eliminate PatKind::Path
Oli Scherer
-10
/
+16
2025-01-14
Rollup merge of #134216 - GuillaumeGomez:jump-to-def-pats, r=fmease
Matthias Krüger
-4
/
+29
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-1
/
+1
2024-12-12
Rename `handle_call` into `infer_id`
Guillaume Gomez
-4
/
+4
2024-12-12
Enable "jump to def" feature on patterns
Guillaume Gomez
-1
/
+26
2024-11-28
Fix new clippy lints
Guillaume Gomez
-1
/
+1
2024-11-18
Fix items with generics not having their jump to def link generated
Guillaume Gomez
-3
/
+18
2024-11-18
Fix typo
Guillaume Gomez
-1
/
+1
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-2
/
+2
2024-10-04
rm `ItemKind::OpaqueTy`
Noah Lev
-1
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-05-29
Make `body_owned_by` return the body directly.
Oli Scherer
-3
/
+1
2024-02-07
hir: Remove `fn opt_hir_id` and `fn opt_span`
Vadim Petrochenkov
-2
/
+2
2024-01-04
Fix invalid handling for static method calls in jump to definition feature
Guillaume Gomez
-20
/
+32
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-2
/
+2
2023-07-28
Render generic const items in rustdoc
León Orell Valerian Liehr
-1
/
+1
2023-07-12
Add jump to doc
Guillaume Gomez
-24
/
+73
2023-03-09
Fix typo in span_map.rs
Ikko Eltociear Ashimine
-3
/
+3
2022-12-01
rustc_hir: Change representation of import paths to support multiple resolutions
Vadim Petrochenkov
-8
/
+0
2022-12-01
rustc_hir: Relax lifetime requirements on `Visitor::visit_path`
Vadim Petrochenkov
-1
/
+1
2022-09-05
Make `hir::PathSegment::hir_id` non-optional.
Nicholas Nethercote
-18
/
+16
2022-06-20
Improve code readability and documentation
Guillaume Gomez
-28
/
+40
2022-06-20
Add support for macro in "jump to def" feature
Guillaume Gomez
-17
/
+54
2022-05-24
fix simple clippy lints
klensy
-1
/
+1
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-4
/
+4
2022-05-06
Remove unneeded SpanMapVisitor::visit_generics function
Guillaume Gomez
-13
/
+1
2022-05-02
Fix regression in link-to-definition introduced in #93803
Guillaume Gomez
-2
/
+12
2022-04-30
Store all generic bounds as where predicates.
Camille GILLOT
-11
/
+2
2022-03-31
remove find_use_placement
Fausto
-2
/
+5
2022-01-23
Remove DiagnosticBuilder.quiet
mark
-5
/
+7
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-2
/
+2
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-4
/
+5
2021-12-28
remove in_band_lifetimes from librustdoc
Michael Goulet
-1
/
+1
2021-10-31
Clean up now that visitors only need `&clean::Crate`
Noah Lev
-5
/
+5
2021-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-29
/
+20
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
[next]