summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/stdx
AgeCommit message (Collapse)AuthorLines
2024-07-11Merge from rust-lang/rustLaurențiu Nicola-71/+0
2024-07-04Delete `CloneAny` from `rust-analyzer`'s fork of `AnyMap`Maybe Lapkin-71/+0
...because it's very sketchy and causes FCWs. In this case it *is* actually sound, but still. I should write a better fork of anymap...
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵Lukas Wirth-2/+0
already enforces this
2024-06-13internal: Fix rustdoc warningsWilfred Hughes-2/+2
`cargo doc` generates a bunch of warnings on rust-analyzer. Fix all the bare URL and empty code block warnings.
2024-05-14Track hashes for file contentsLukas Wirth-0/+4
2024-05-01Update rust-analyzer to use windows-sys crateKenny Kerr-2/+2
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+1683