Dataset Viewer
Auto-converted to Parquet
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/release/changelog.rs:7:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release/changelog.rs
7
1
name_resolution
440,097
function
get_changelog
pub(crate) fn get_changelog(
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 get_changelog(
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release/changelog.rs:115:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release/changelog.rs
115
1
name_resolution
440,098
enum
null
enum PrKind {
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
enum PrKind {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release/changelog.rs:123:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release/changelog.rs
123
1
name_resolution
440,099
struct
PrInfo
struct PrInfo {
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 PrInfo {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release/changelog.rs:128:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release/changelog.rs
128
1
name_resolution
440,100
function
unescape
fn unescape(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 unescape(s: &str) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release/changelog.rs:132:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release/changelog.rs
132
1
name_resolution
440,101
function
parse_pr_number
fn parse_pr_number(s: &str) -> Option<u32> {
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_pr_number(s: &str) -> Option<u32> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release/changelog.rs:145:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release/changelog.rs
145
1
name_resolution
440,102
function
parse_changelog_line
fn parse_changelog_line(s: &str) -> Option<PrInfo> {
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_changelog_line(s: &str) -> Option<PrInfo> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release/changelog.rs:166:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release/changelog.rs
166
1
name_resolution
440,103
function
parse_title_line
fn parse_title_line(s: &str) -> PrInfo {
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_title_line(s: &str) -> PrInfo {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish.rs:9:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish.rs
9
1
name_resolution
440,104
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/publish.rs:36:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish.rs
36
1
name_resolution
440,105
function
check_file_name<P: AsRef<std::path::Path>>
fn check_file_name<P: AsRef<std::path::Path>>(path: P) -> 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 check_file_name<P: AsRef<std::path::Path>>(path: P) -> anyhow::Result<String> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish.rs:62:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish.rs
62
1
name_resolution
440,106
function
create_original_changelog_url
fn create_original_changelog_url(file_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 create_original_changelog_url(file_name: &str) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish.rs:73:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish.rs
73
1
name_resolution
440,107
function
update_release
fn update_release(sh: &Shell, tag_name: &str, release_notes: &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 update_release(sh: &Shell, tag_name: &str, release_notes: &str) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish.rs:115:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish.rs
115
1
name_resolution
440,108
function
original_changelog_url_creation
fn original_changelog_url_creation() {
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 original_changelog_url_creation() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:8:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
8
1
name_resolution
440,109
enum
null
pub enum PgoTrainingCrate {
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 PgoTrainingCrate {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:18:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
18
1
name_resolution
440,110
function
from_str
fn from_str(s: &str) -> Result<Self, Self::Err> {
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 from_str(s: &str) -> Result<Self, Self::Err> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:115:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
115
1
name_resolution
440,111
struct
Xtask
pub struct Xtask {
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 struct Xtask {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:120:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
120
1
name_resolution
440,112
enum
null
pub enum XtaskCmd {
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 XtaskCmd {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:135:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
135
1
name_resolution
440,113
struct
Install
pub struct Install {
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 struct Install {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:147:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
147
1
name_resolution
440,114
struct
null
pub struct FuzzTests;
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 struct FuzzTests;
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:150:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
150
1
name_resolution
440,115
struct
Release
pub struct Release {
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 struct Release {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:155:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
155
1
name_resolution
440,116
struct
RustcPull
pub struct RustcPull {
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 struct RustcPull {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:160:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
160
1
name_resolution
440,117
struct
RustcPush
pub struct RustcPush {
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 struct RustcPush {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:167:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
167
1
name_resolution
440,118
struct
Dist
pub struct Dist {
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 struct Dist {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:176:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
176
1
name_resolution
440,119
struct
PublishReleaseNotes
pub struct PublishReleaseNotes {
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 struct PublishReleaseNotes {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:183:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
183
1
name_resolution
440,120
struct
Metrics
pub 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
pub struct Metrics {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:188:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
188
1
name_resolution
440,121
struct
Bb
pub struct Bb {
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 struct Bb {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:193:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
193
1
name_resolution
440,122
struct
Codegen
pub struct Codegen {
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 struct Codegen {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:200:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
200
1
name_resolution
440,123
struct
null
pub struct Tidy;
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 struct Tidy;
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:204:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
204
1
name_resolution
440,124
function
from_env_or_exit
pub fn from_env_or_exit() -> 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
pub fn from_env_or_exit() -> Self {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:209:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
209
1
name_resolution
440,125
function
from_env
pub fn from_env() -> xflags::Result<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
pub fn from_env() -> xflags::Result<Self> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:214:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
214
1
name_resolution
440,126
function
from_vec
pub fn from_vec(args: Vec<std::ffi::OsString>) -> xflags::Result<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
pub fn from_vec(args: Vec<std::ffi::OsString>) -> xflags::Result<Self> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:221:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
221
1
name_resolution
440,127
enum
null
pub enum CodegenType {
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 CodegenType {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:233:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
233
1
name_resolution
440,128
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/flags.rs:248:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
248
1
name_resolution
440,129
function
from_str
fn from_str(s: &str) -> Result<Self, Self::Err> {
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 from_str(s: &str) -> Result<Self, Self::Err> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:263:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
263
1
name_resolution
440,130
enum
null
pub enum MeasurementType {
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 MeasurementType {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:275:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
275
1
name_resolution
440,131
function
from_str
fn from_str(s: &str) -> Result<Self, Self::Err> {
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 from_str(s: &str) -> Result<Self, Self::Err> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:289:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
289
1
name_resolution
440,132
function
as_ref
fn as_ref(&self) -> &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 as_ref(&self) -> &str {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:303:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
303
1
name_resolution
440,133
enum
null
pub(crate) enum Malloc {
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(crate) enum Malloc {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:310:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
310
1
name_resolution
440,134
function
to_features
pub(crate) fn to_features(self) -> &'static [&'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(crate) fn to_features(self) -> &'static [&'static str] {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:320:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
320
1
name_resolution
440,135
function
server
pub(crate) fn server(&self) -> Option<ServerOpt> {
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 server(&self) -> Option<ServerOpt> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:333:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
333
1
name_resolution
440,136
function
proc_macro_server
pub(crate) fn proc_macro_server(&self) -> Option<ProcMacroServerOpt> {
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 proc_macro_server(&self) -> Option<ProcMacroServerOpt> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:339:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
339
1
name_resolution
440,137
function
client
pub(crate) fn client(&self) -> Option<ClientOpt> {
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 client(&self) -> Option<ClientOpt> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs:348:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/flags.rs
348
1
name_resolution
440,138
function
allocator
pub(crate) fn allocator(&self) -> Malloc {
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 allocator(&self) -> Malloc {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/main.rs:35:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/main.rs
35
1
name_resolution
440,139
function
main
fn main() -> 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 main() -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/main.rs:67:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/main.rs
67
1
name_resolution
440,140
function
project_root
fn project_root() -> 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
fn project_root() -> PathBuf {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/main.rs:73:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/main.rs
73
1
name_resolution
440,141
function
run_fuzzer
fn run_fuzzer(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 run_fuzzer(sh: &Shell) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/main.rs:90:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/main.rs
90
1
name_resolution
440,142
function
date_iso
fn date_iso(sh: &Shell) -> 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 date_iso(sh: &Shell) -> anyhow::Result<String> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/main.rs:95:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/main.rs
95
1
name_resolution
440,143
function
is_release_tag
fn is_release_tag(tag: &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_release_tag(tag: &str) -> bool {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:12:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
12
1
name_resolution
440,144
struct
Converter<'a,
struct Converter<'a, 'b, R: BufRead> {
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 Converter<'a, 'b, R: BufRead> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:18:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
18
1
name_resolution
440,145
function
new
fn new(iter: &'a mut Peekable<Lines<R>>, output: &'b mut String) -> 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 new(iter: &'a mut Peekable<Lines<R>>, output: &'b mut String) -> Self {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:22:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
22
1
name_resolution
440,146
function
process
fn process(&mut self) -> 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 process(&mut self) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:58:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
58
1
name_resolution
440,147
function
process_document_header
fn process_document_header(&mut self) -> 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 process_document_header(&mut self) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:74:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
74
1
name_resolution
440,148
function
process_document_title
fn process_document_title(&mut self) -> 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 process_document_title(&mut self) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:87:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
87
1
name_resolution
440,149
function
process_list
fn process_list(&mut self) -> 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 process_list(&mut self) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:143:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
143
1
name_resolution
440,150
function
process_source_code_block
fn process_source_code_block(&mut self, level: usize) -> 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 process_source_code_block(&mut self, level: usize) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:157:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
157
1
name_resolution
440,151
function
process_listing_block
fn process_listing_block(&mut self, style: Option<&str>, level: usize) -> 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 process_listing_block(&mut self, style: Option<&str>, level: usize) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:181:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
181
1
name_resolution
440,152
function
process_block_with_title
fn process_block_with_title(&mut self, level: usize) -> 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 process_block_with_title(&mut self, level: usize) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:202:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
202
1
name_resolution
440,153
function
process_image_block
fn process_image_block(&mut self, caption: Option<&str>, level: usize) -> 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 process_image_block(&mut self, caption: Option<&str>, level: usize) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:227:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
227
1
name_resolution
440,154
function
process_video_block
fn process_video_block(&mut self, caption: Option<&str>, level: usize) -> 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 process_video_block(&mut self, caption: Option<&str>, level: usize) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:250:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
250
1
name_resolution
440,155
function
process_paragraph<P>
fn process_paragraph<P>(&mut self, level: usize, predicate: P) -> 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 process_paragraph<P>(&mut self, level: usize, predicate: P) -> anyhow::Result<()>
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:276:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
276
1
name_resolution
440,156
function
skip_blank_lines
fn skip_blank_lines(&mut self) -> 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 skip_blank_lines(&mut self) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:286:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
286
1
name_resolution
440,157
function
write_title
fn write_title(&mut self, indent: usize, title: &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 write_title(&mut self, indent: usize, title: &str) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:295:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
295
1
name_resolution
440,158
function
write_list_item
fn write_list_item(&mut self, item: &str, nesting: &ListNesting) {
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_list_item(&mut self, item: &str, nesting: &ListNesting) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:303:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
303
1
name_resolution
440,159
function
write_caption_line
fn write_caption_line(&mut self, caption: &str, indent: 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 write_caption_line(&mut self, caption: &str, indent: usize) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:310:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
310
1
name_resolution
440,160
function
write_indent
fn write_indent(&mut self, indent: 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 write_indent(&mut self, indent: usize) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:316:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
316
1
name_resolution
440,161
function
write_line
fn write_line(&mut self, line: &str, indent: 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 write_line(&mut self, line: &str, indent: usize) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:323:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
323
1
name_resolution
440,162
function
convert_asciidoc_to_markdown<R>
pub(crate) fn convert_asciidoc_to_markdown<R>(input: R) -> 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
pub(crate) fn convert_asciidoc_to_markdown<R>(input: R) -> anyhow::Result<String>
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:336:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
336
1
name_resolution
440,163
function
get_title
fn get_title(line: &str) -> Option<(usize, &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 get_title(line: &str) -> Option<(usize, &str)> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:340:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
340
1
name_resolution
440,164
function
get_list_item
fn get_list_item(line: &str) -> Option<(ListMarker, &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 get_list_item(line: &str) -> Option<(ListMarker, &str)> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:353:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
353
1
name_resolution
440,165
function
strip_prefix_symbol
fn strip_prefix_symbol(line: &str, symbol: char) -> Option<(usize, &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 strip_prefix_symbol(line: &str, symbol: char) -> Option<(usize, &str)> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:373:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
373
1
name_resolution
440,166
function
parse_media_block<'a>
fn parse_media_block<'a>(line: &'a str, prefix: &str) -> Option<(&'a str, &'a 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_media_block<'a>(line: &'a str, prefix: &str) -> Option<(&'a str, &'a str)> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:385:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
385
1
name_resolution
440,167
struct
null
struct ListNesting(Vec<ListMarker>);
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 ListNesting(Vec<ListMarker>);
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:388:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
388
1
name_resolution
440,168
function
current
fn current(&mut self) -> Option<&ListMarker> {
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 current(&mut self) -> Option<&ListMarker> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:392:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
392
1
name_resolution
440,169
function
set_current
fn set_current(&mut self, marker: ListMarker) {
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 set_current(&mut self, marker: ListMarker) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:401:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
401
1
name_resolution
440,170
function
indent
fn indent(&self) -> 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 indent(&self) -> usize {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:405:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
405
1
name_resolution
440,171
function
marker
fn marker(&self) -> (&str, 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 marker(&self) -> (&str, usize) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:417:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
417
1
name_resolution
440,172
function
default
fn default() -> 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 default() -> Self {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:423:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
423
1
name_resolution
440,173
enum
null
enum ListMarker {
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
enum ListMarker {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:430:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
430
1
name_resolution
440,174
function
in_markdown
fn in_markdown(&self) -> &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 in_markdown(&self) -> &str {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:439:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
439
1
name_resolution
440,175
function
process_inline_macros
fn process_inline_macros(line: &str) -> anyhow::Result<Cow<'_, 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 process_inline_macros(line: &str) -> anyhow::Result<Cow<'_, str>> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:481:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
481
1
name_resolution
440,176
function
get_next_line_component
fn get_next_line_component(chars: &mut std::str::CharIndices<'_>) -> Component {
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_next_line_component(chars: &mut std::str::CharIndices<'_>) -> Component {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:518:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
518
1
name_resolution
440,177
enum
null
enum Component {
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
enum Component {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:524:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
524
1
name_resolution
440,178
struct
Macro
struct Macro {
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 Macro {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:531:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
531
1
name_resolution
440,179
function
new
fn new(name: String, target: String, attrs: String) -> 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 new(name: String, target: String, attrs: String) -> Self {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:535:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
535
1
name_resolution
440,180
function
process
fn process(&self) -> 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 process(&self) -> anyhow::Result<String> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:580:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
580
1
name_resolution
440,181
function
test_asciidoc_to_markdown_conversion
fn test_asciidoc_to_markdown_conversion() {
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_asciidoc_to_markdown_conversion() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs:595:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/publish/notes.rs
595
1
name_resolution
440,182
function
$name
fn $name() {
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 $name() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release.rs:15:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release.rs
15
1
name_resolution
440,183
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/release.rs:65:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release.rs
65
1
name_resolution
440,184
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/release.rs:129:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release.rs
129
1
name_resolution
440,185
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/release.rs:209:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/release.rs
209
1
name_resolution
440,186
function
start_josh
fn start_josh() -> anyhow::Result<impl Drop> {
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 start_josh() -> anyhow::Result<impl Drop> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs:14:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs
14
1
name_resolution
440,187
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/install.rs:32:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs
32
1
name_resolution
440,188
struct
ClientOpt
pub(crate) struct ClientOpt {
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 ClientOpt {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs:38:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs
38
1
name_resolution
440,189
struct
ServerOpt
pub(crate) struct ServerOpt {
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 ServerOpt {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs:44:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs
44
1
name_resolution
440,190
struct
ProcMacroServerOpt
pub(crate) struct ProcMacroServerOpt {
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 ProcMacroServerOpt {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs:48:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs
48
1
name_resolution
440,191
function
fix_path_for_mac
fn fix_path_for_mac(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 fix_path_for_mac(sh: &Shell) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs:77:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs
77
1
name_resolution
440,192
function
install_client
fn install_client(sh: &Shell, client_opt: ClientOpt) -> 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 install_client(sh: &Shell, client_opt: ClientOpt) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs:138:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs
138
1
name_resolution
440,193
function
install_server
fn install_server(sh: &Shell, opts: ServerOpt) -> 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 install_server(sh: &Shell, opts: ServerOpt) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs:162:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/install.rs
162
1
name_resolution
440,194
function
install_proc_macro_server
fn install_proc_macro_server(sh: &Shell, opts: ProcMacroServerOpt) -> 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 install_proc_macro_server(sh: &Shell, opts: ProcMacroServerOpt) -> anyhow::Result<()> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar/ast_src.rs:8:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar/ast_src.rs
8
1
name_resolution
440,195
struct
KindsSrc
pub(crate) struct KindsSrc {
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 KindsSrc {
null
null
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar/ast_src.rs:21:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/xtask/src/codegen/grammar/ast_src.rs
21
1
name_resolution
440,196
enum
null
pub(super) enum Edition {
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(super) enum Edition {
null
null
End of preview. Expand in Data Studio

Rust-Analyzer Semantic Analysis Dataset

This dataset contains comprehensive semantic analysis data extracted from the rust-analyzer codebase using our custom rust-analyzer integration. It captures the step-by-step processing phases that rust-analyzer performs when analyzing Rust code.

Dataset Overview

This dataset provides unprecedented insight into how rust-analyzer (the most advanced Rust language server) processes its own codebase. It contains 500K+ records across multiple semantic analysis phases.

What's Included

  • Parsing Phase: Syntax tree generation, tokenization, and parse error handling
  • Name Resolution Phase: Symbol binding, scope analysis, and import resolution
  • Type Inference Phase: Type checking, inference decisions, and type error detection

Dataset Statistics

  • Total Records: ~533,000 semantic analysis events
  • Source Files: 1,307 Rust files from rust-analyzer codebase
  • Data Size: ~450MB in efficient Parquet format
  • Processing Phases: 3 major compiler phases captured

Dataset Structure

Each record contains:

  • id: Unique identifier for the analysis event
  • file_path: Source file being analyzed
  • line, column: Location in source code
  • phase: Processing phase (parsing, name_resolution, type_inference)
  • element_type: Type of code element (function, struct, variable, etc.)
  • element_name: Name of the element (if applicable)
  • syntax_data: JSON-serialized syntax tree information
  • symbol_data: JSON-serialized symbol resolution data
  • type_data: JSON-serialized type inference information
  • source_snippet: The actual source code being analyzed
  • context_before/context_after: Surrounding code context
  • processing_time_ms: Time taken for analysis
  • rust_version, analyzer_version: Tool versions used

Use Cases

Machine Learning Applications

  • Code completion models: Train on parsing and name resolution patterns
  • Type inference models: Learn from rust-analyzer's type inference decisions
  • Bug detection models: Identify patterns in diagnostic data
  • Code understanding models: Learn semantic analysis patterns

Research Applications

  • Compiler optimization: Analyze compilation patterns across large codebases
  • Language design: Study how developers use Rust language features
  • IDE improvement: Understand common semantic analysis patterns
  • Static analysis: Develop better code analysis tools

Educational Applications

  • Rust learning: Understand how code is processed step-by-step
  • Compiler education: Visualize semantic analysis phases
  • Code analysis tutorials: Interactive examples of language server internals

Data Quality

  • Schema validated: All records follow consistent structure
  • Data integrity: No corrupted or malformed records
  • Completeness: All processed files represented
  • Self-referential: rust-analyzer analyzing its own codebase

Technical Details

  • Format: Parquet files for efficient storage and fast loading
  • Compression: Snappy compression for optimal performance
  • Chunking: Files split to stay under 10MB for Git LFS compatibility
  • Schema: Strongly typed with proper null handling

Source

This dataset was generated by analyzing the rust-analyzer codebase (version 0.3.2000) using our custom integration that captures semantic analysis at multiple processing phases.

Source Project: /home/mdupont/2025/06/27/rust-analyzer Generated: August 2025 Tool: Custom rust-analyzer semantic extractor

Citation

If you use this dataset in your research, please cite:

@dataset{rust_analyzer_semantic_2025,
  title={Rust-Analyzer Semantic Analysis Dataset},
  author={Dupont, J. Mike},
  year={2025},
  publisher={Hugging Face},
  url={https://huggingface.co/datasets/introspector/rust-analyser}
}

License

This dataset is released under the AGPL-3.0 license, consistent with the rust-analyzer project.

Acknowledgments

  • Built using the rust-analyzer project
  • Generated with custom semantic analysis extraction tools
  • Optimized for machine learning and research applications
Downloads last month
68