id
string
file_path
string
line
uint32
column
uint32
phase
string
processing_order
uint32
element_type
string
element_name
string
element_signature
string
syntax_data
string
symbol_data
string
type_data
string
diagnostic_data
string
processing_time_ms
uint64
timestamp
uint64
rust_version
string
analyzer_version
string
source_snippet
string
context_before
string
context_after
string
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:402:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
402
1
name_resolution
440,297
function
fmt
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:458:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
458
1
name_resolution
440,298
function
write_doc_comment
fn write_doc_comment(contents: &[String], dest: &mut String) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn write_doc_comment(contents: &[String], dest: &mut String) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:464:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
464
1
name_resolution
440,299
function
generate_syntax_kinds
fn generate_syntax_kinds(grammar: KindsSrc) -> String {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn generate_syntax_kinds(grammar: KindsSrc) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:564:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
564
1
name_resolution
440,300
enum
null
pub enum SyntaxKind {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"enum","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub enum SyntaxKind {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:586:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
586
1
name_resolution
440,301
function
text
pub const fn text(self) -> &'static str {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub const fn text(self) -> &'static str {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:601:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
601
1
name_resolution
440,302
function
is_strict_keyword
pub fn is_strict_keyword(self, edition: Edition) -> bool {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn is_strict_keyword(self, edition: Edition) -> bool {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:611:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
611
1
name_resolution
440,303
function
is_contextual_keyword
pub fn is_contextual_keyword(self, edition: Edition) -> bool {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn is_contextual_keyword(self, edition: Edition) -> bool {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:619:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
619
1
name_resolution
440,304
function
is_keyword
pub fn is_keyword(self, edition: Edition) -> bool {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn is_keyword(self, edition: Edition) -> bool {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:628:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
628
1
name_resolution
440,305
function
is_punct
pub fn is_punct(self) -> bool {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn is_punct(self) -> bool {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:632:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
632
1
name_resolution
440,306
function
is_literal
pub fn is_literal(self) -> bool {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn is_literal(self) -> bool {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:636:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
636
1
name_resolution
440,307
function
from_keyword
pub fn from_keyword(ident: &str, edition: Edition) -> Option<SyntaxKind> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn from_keyword(ident: &str, edition: Edition) -> Option<SyntaxKind> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:645:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
645
1
name_resolution
440,308
function
from_contextual_keyword
pub fn from_contextual_keyword(ident: &str, edition: Edition) -> Option<SyntaxKind> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn from_contextual_keyword(ident: &str, edition: Edition) -> Option<SyntaxKind> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:653:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
653
1
name_resolution
440,309
function
from_char
pub fn from_char(c: char) -> Option<SyntaxKind> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn from_char(c: char) -> Option<SyntaxKind> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:679:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
679
1
name_resolution
440,310
function
clone
fn clone(&self) -> Self {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn clone(&self) -> Self {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:685:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
685
1
name_resolution
440,311
function
eq
fn eq(&self, other: &Self) -> bool {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn eq(&self, other: &Self) -> bool {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:692:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
692
1
name_resolution
440,312
function
partial_cmp
fn partial_cmp(&self, other: &Self) -> core::option::Option<core::cmp::Ordering> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn partial_cmp(&self, other: &Self) -> core::option::Option<core::cmp::Ordering> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:698:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
698
1
name_resolution
440,313
function
cmp
fn cmp(&self, other: &Self) -> core::cmp::Ordering {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn cmp(&self, other: &Self) -> core::cmp::Ordering {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:703:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
703
1
name_resolution
440,314
function
hash<H: ::core::hash::Hasher>
fn hash<H: ::core::hash::Hasher>(&self, state: &mut H) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn hash<H: ::core::hash::Hasher>(&self, state: &mut H) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:712:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
712
1
name_resolution
440,315
function
to_upper_snake_case
fn to_upper_snake_case(s: &str) -> String {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn to_upper_snake_case(s: &str) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:726:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
726
1
name_resolution
440,316
function
to_lower_snake_case
fn to_lower_snake_case(s: &str) -> String {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn to_lower_snake_case(s: &str) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:740:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
740
1
name_resolution
440,317
function
to_pascal_case
fn to_pascal_case(s: &str) -> String {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn to_pascal_case(s: &str) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:756:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
756
1
name_resolution
440,318
function
pluralize
fn pluralize(s: &str) -> String {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn pluralize(s: &str) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:761:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
761
1
name_resolution
440,319
function
is_many
fn is_many(&self) -> bool {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn is_many(&self) -> bool {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:764:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
764
1
name_resolution
440,320
function
token_kind
fn token_kind(&self) -> Option<proc_macro2::TokenStream> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn token_kind(&self) -> Option<proc_macro2::TokenStream> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:773:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
773
1
name_resolution
440,321
function
method_name
fn method_name(&self) -> String {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn method_name(&self) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:819:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
819
1
name_resolution
440,322
function
ty
fn ty(&self) -> proc_macro2::Ident {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn ty(&self) -> proc_macro2::Ident {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:827:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
827
1
name_resolution
440,323
function
clean_token_name
fn clean_token_name(name: &str) -> String {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn clean_token_name(name: &str) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:832:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
832
1
name_resolution
440,324
function
lower
fn lower(grammar: &Grammar) -> AstSrc {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn lower(grammar: &Grammar) -> AstSrc {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:882:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
882
1
name_resolution
440,325
function
lower_enum
fn lower_enum(grammar: &Grammar, rule: &Rule) -> Option<Vec<String>> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn lower_enum(grammar: &Grammar, rule: &Rule) -> Option<Vec<String>> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:898:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
898
1
name_resolution
440,326
function
lower_rule
fn lower_rule(acc: &mut Vec<Field>, grammar: &Grammar, label: Option<&String>, rule: &Rule) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn lower_rule(acc: &mut Vec<Field>, grammar: &Grammar, label: Option<&String>, rule: &Rule) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:965:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
965
1
name_resolution
440,327
function
lower_separated_list
fn lower_separated_list(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn lower_separated_list(
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:1018:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
1,018
1
name_resolution
440,328
function
deduplicate_fields
fn deduplicate_fields(ast: &mut AstSrc) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn deduplicate_fields(ast: &mut AstSrc) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:1035:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
1,035
1
name_resolution
440,329
function
extract_enums
fn extract_enums(ast: &mut AstSrc) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn extract_enums(ast: &mut AstSrc) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:1067:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
1,067
1
name_resolution
440,330
function
extract_struct_traits
fn extract_struct_traits(ast: &mut AstSrc) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn extract_struct_traits(ast: &mut AstSrc) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:1105:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
1,105
1
name_resolution
440,331
function
extract_struct_trait
fn extract_struct_trait(node: &mut AstNodeSrc, trait_name: &str, methods: &[&str]) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn extract_struct_trait(node: &mut AstNodeSrc, trait_name: &str, methods: &[&str]) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:1119:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
1,119
1
name_resolution
440,332
function
extract_enum_traits
fn extract_enum_traits(ast: &mut AstSrc) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn extract_enum_traits(ast: &mut AstSrc) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:1143:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
1,143
1
name_resolution
440,333
function
remove_field
fn remove_field(&mut self, to_remove: Vec<usize>) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn remove_field(&mut self, to_remove: Vec<usize>) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs:1151:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar.rs
1,151
1
name_resolution
440,334
function
test
fn test() {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn test() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:15:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
15
1
name_resolution
440,335
function
run
pub(crate) fn run(&self, sh: &Shell) -> anyhow::Result<()> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn run(&self, sh: &Shell) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:23:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
23
1
name_resolution
440,336
function
check_lsp_extensions_docs
fn check_lsp_extensions_docs(sh: &Shell) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn check_lsp_extensions_docs(sh: &Shell) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:56:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
56
1
name_resolution
440,337
function
files_are_tidy
fn files_are_tidy(sh: &Shell) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn files_are_tidy(sh: &Shell) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:83:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
83
1
name_resolution
440,338
function
check_cargo_toml
fn check_cargo_toml(path: &Path, text: String) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn check_cargo_toml(path: &Path, text: String) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:129:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
129
1
name_resolution
440,339
function
check_licenses
fn check_licenses(sh: &Shell) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn check_licenses(sh: &Shell) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:184:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
184
1
name_resolution
440,340
function
check_test_attrs
fn check_test_attrs(path: &Path, text: &str) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn check_test_attrs(path: &Path, text: &str) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:210:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
210
1
name_resolution
440,341
function
check_trailing_ws
fn check_trailing_ws(path: &Path, text: &str) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn check_trailing_ws(path: &Path, text: &str) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:222:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
222
1
name_resolution
440,342
struct
TidyDocs
struct TidyDocs {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
struct TidyDocs {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:228:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
228
1
name_resolution
440,343
function
visit
fn visit(&mut self, path: &Path, text: &str) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn visit(&mut self, path: &Path, text: &str) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:257:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
257
1
name_resolution
440,344
function
is_exclude_file
fn is_exclude_file(d: &Path) -> bool {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn is_exclude_file(d: &Path) -> bool {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:268:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
268
1
name_resolution
440,345
function
finish
fn finish(self) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn finish(self) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:283:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
283
1
name_resolution
440,346
function
is_exclude_dir
fn is_exclude_dir(p: &Path, dirs_to_exclude: &[&str]) -> bool {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn is_exclude_dir(p: &Path, dirs_to_exclude: &[&str]) -> bool {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:294:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
294
1
name_resolution
440,347
struct
TidyMarks
struct TidyMarks {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
struct TidyMarks {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:300:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
300
1
name_resolution
440,348
function
visit
fn visit(&mut self, _path: &Path, text: &str) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn visit(&mut self, _path: &Path, text: &str) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:306:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
306
1
name_resolution
440,349
function
finish
fn finish(self) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn finish(self) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:319:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
319
1
name_resolution
440,350
function
stable_hash
fn stable_hash(text: &str) -> u64 {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn stable_hash(text: &str) -> u64 {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:328:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
328
1
name_resolution
440,351
function
find_marks
fn find_marks(set: &mut HashSet<String>, text: &str, mark: &str) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn find_marks(set: &mut HashSet<String>, text: &str, mark: &str) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs:348:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/tidy.rs
348
1
name_resolution
440,352
function
test
fn test() {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn test() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/util.rs:5:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/util.rs
5
1
name_resolution
440,353
function
list_rust_files
pub(crate) fn list_rust_files(dir: &Path) -> Vec<PathBuf> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn list_rust_files(dir: &Path) -> Vec<PathBuf> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/util.rs:13:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/util.rs
13
1
name_resolution
440,354
function
list_files
pub(crate) fn list_files(dir: &Path) -> Vec<PathBuf> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn list_files(dir: &Path) -> Vec<PathBuf> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/util.rs:35:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/util.rs
35
1
name_resolution
440,355
function
detect_target
pub(crate) fn detect_target(sh: &Shell) -> String {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn detect_target(sh: &Shell) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs:21:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs
21
1
name_resolution
440,356
function
run
pub(crate) fn run(self, _sh: &Shell) -> anyhow::Result<()> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn run(self, _sh: &Shell) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs:44:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs
44
1
name_resolution
440,357
struct
CommentBlock
pub(crate) struct CommentBlock {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) struct CommentBlock {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs:52:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs
52
1
name_resolution
440,358
function
extract
fn extract(tag: &str, text: &str) -> Vec<CommentBlock> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn extract(tag: &str, text: &str) -> Vec<CommentBlock> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs:73:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs
73
1
name_resolution
440,359
function
extract_untagged
fn extract_untagged(text: &str) -> Vec<CommentBlock> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn extract_untagged(text: &str) -> Vec<CommentBlock> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs:110:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs
110
1
name_resolution
440,360
struct
Location
pub(crate) struct Location {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) struct Location {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs:116:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs
116
1
name_resolution
440,361
function
fmt
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs:130:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs
130
1
name_resolution
440,362
function
reformat
fn reformat(text: String) -> String {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn reformat(text: String) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs:165:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs
165
1
name_resolution
440,363
function
add_preamble
fn add_preamble(cg: CodegenType, mut text: String) -> String {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn add_preamble(cg: CodegenType, mut text: String) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs:174:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs
174
1
name_resolution
440,364
function
ensure_file_contents
fn ensure_file_contents(cg: CodegenType, file: &Path, contents: &str, check: bool) -> bool {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn ensure_file_contents(cg: CodegenType, file: &Path, contents: &str, check: bool) -> bool {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs:210:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen.rs
210
1
name_resolution
440,365
function
normalize_newlines
fn normalize_newlines(s: &str) -> String {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn normalize_newlines(s: &str) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:24:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
24
1
name_resolution
440,366
function
run
pub(crate) fn run(self, sh: &Shell) -> anyhow::Result<()> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn run(self, sh: &Shell) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:58:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
58
1
name_resolution
440,367
function
dist_client
fn dist_client(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn dist_client(
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:88:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
88
1
name_resolution
440,368
function
dist_server
fn dist_server(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn dist_server(
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:139:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
139
1
name_resolution
440,369
function
build_command<'a>
fn build_command<'a>(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn build_command<'a>(
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:151:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
151
1
name_resolution
440,370
function
gzip
fn gzip(src_path: &Path, dest_path: &Path) -> anyhow::Result<()> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn gzip(src_path: &Path, dest_path: &Path) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:159:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
159
1
name_resolution
440,371
function
zip
fn zip(src_path: &Path, symbols_path: Option<&PathBuf>, dest_path: &Path) -> anyhow::Result<()> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn zip(src_path: &Path, symbols_path: Option<&PathBuf>, dest_path: &Path) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:195:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
195
1
name_resolution
440,372
struct
Target
struct Target {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
struct Target {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:204:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
204
1
name_resolution
440,373
function
get
fn get(project_root: &Path, sh: &Shell) -> Self {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn get(project_root: &Path, sh: &Shell) -> Self {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:221:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
221
1
name_resolution
440,374
function
is_linux
fn is_linux(&self) -> bool {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn is_linux(&self) -> bool {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:226:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
226
1
name_resolution
440,375
struct
Patch
struct Patch {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
struct Patch {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:233:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
233
1
name_resolution
440,376
function
new
fn new(sh: &Shell, path: impl Into<PathBuf>) -> anyhow::Result<Patch> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn new(sh: &Shell, path: impl Into<PathBuf>) -> anyhow::Result<Patch> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:239:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
239
1
name_resolution
440,377
function
replace
fn replace(&mut self, from: &str, to: &str) -> &mut Patch {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn replace(&mut self, from: &str, to: &str) -> &mut Patch {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:245:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
245
1
name_resolution
440,378
function
commit
fn commit(&self, sh: &Shell) -> anyhow::Result<()> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn commit(&self, sh: &Shell) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs:252:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/dist.rs
252
1
name_resolution
440,379
function
drop
fn drop(&mut self) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn drop(&mut self) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:17:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
17
1
name_resolution
440,380
function
run
pub(crate) fn run(self, sh: &Shell) -> anyhow::Result<()> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn run(self, sh: &Shell) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:75:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
75
1
name_resolution
440,381
function
measure_build
fn measure_build(&mut self, sh: &Shell) -> anyhow::Result<()> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn measure_build(&mut self, sh: &Shell) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:86:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
86
1
name_resolution
440,382
function
measure_rustc_tests
fn measure_rustc_tests(&mut self, sh: &Shell) -> anyhow::Result<()> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn measure_rustc_tests(&mut self, sh: &Shell) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:102:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
102
1
name_resolution
440,383
function
measure_analysis_stats_self
fn measure_analysis_stats_self(&mut self, sh: &Shell) -> anyhow::Result<()> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn measure_analysis_stats_self(&mut self, sh: &Shell) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:105:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
105
1
name_resolution
440,384
function
measure_analysis_stats
fn measure_analysis_stats(&mut self, sh: &Shell, bench: &str) -> anyhow::Result<()> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn measure_analysis_stats(&mut self, sh: &Shell, bench: &str) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:112:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
112
1
name_resolution
440,385
function
measure_analysis_stats_path
fn measure_analysis_stats_path(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn measure_analysis_stats_path(
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:128:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
128
1
name_resolution
440,386
function
parse_metrics
fn parse_metrics(output: &str) -> Vec<(&str, u64, &str)> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn parse_metrics(output: &str) -> Vec<(&str, u64, &str)> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:142:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
142
1
name_resolution
440,387
struct
Metrics
struct Metrics {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
struct Metrics {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:151:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
151
1
name_resolution
440,388
struct
Host
struct Host {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
struct Host {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:158:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
158
1
name_resolution
440,389
function
new
fn new(sh: &Shell) -> anyhow::Result<Metrics> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn new(sh: &Shell) -> anyhow::Result<Metrics> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:166:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
166
1
name_resolution
440,390
function
report
fn report(&mut self, name: &str, value: u64, unit: Unit) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn report(&mut self, name: &str, value: u64, unit: Unit) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:170:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
170
1
name_resolution
440,391
function
json
fn json(&self) -> String {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn json(&self) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:176:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
176
1
name_resolution
440,392
function
to_json
fn to_json(&self, mut obj: write_json::Object<'_>) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn to_json(&self, mut obj: write_json::Object<'_>) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:190:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
190
1
name_resolution
440,393
function
new
fn new(sh: &Shell) -> anyhow::Result<Host> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn new(sh: &Shell) -> anyhow::Result<Host> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:206:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
206
1
name_resolution
440,394
function
read_field
fn read_field(sh: &Shell, path: &str, field: &str) -> anyhow::Result<String> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn read_field(sh: &Shell, path: &str, field: &str) -> anyhow::Result<String> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs:215:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/metrics.rs
215
1
name_resolution
440,395
function
to_json
fn to_json(&self, mut obj: write_json::Object<'_>) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn to_json(&self, mut obj: write_json::Object<'_>) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/pgo.rs:13:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/pgo.rs
13
1
name_resolution
440,396
function
gather_pgo_profile<'a>
pub(crate) fn gather_pgo_profile<'a>(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn gather_pgo_profile<'a>(
null
null