about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/profile
AgeCommit message (Collapse)AuthorLines
2025-06-23Don't run doctestsChayim Refael Friedman-0/+1
2025-06-13`cargo upgrade`Lukas Wirth-2/+2
2025-04-16Fix signature of libc memory usage function on LinuxChayim Refael Friedman-1/+2
A soundness issue!
2025-03-23chore: Bump dependenciesLukas Wirth-1/+1
2025-03-23chore: Remove unused dependenciesLukas Wirth-1/+3
2025-03-05Use size_of from the prelude instead of importedThalia Archibald-1/+1
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the prelude instead of importing or qualifying them. These functions were added to all preludes in Rust 1.80.
2025-02-27enable doctestBenjaminBrienen-1/+0
2025-02-27Cofigurate out ohos target to avoid compilation crashesLuuuXXX-5/+7
2025-01-17Bump windows-sysLaurențiu Nicola-2/+1
2025-01-17add missing `Win32_Foundation` featuregvozdvmozgu-1/+5
2024-12-02Use c"lit" for CStrings without unwrapKornel-3/+1
2024-08-06Replace `[package.repository] = "…"` of published crates with ↵Vincent Esche-1/+1
`[package.repository.workspace] = true`
2024-08-06Add repository URL for published crates' missing `[package.repository]` fieldsVincent Esche-0/+1
2024-08-06Replace `"TBD"` with more helpful desciptions in published crates' ↵Vincent Esche-1/+1
`[package.description]` fields
2024-07-07Fix stop_watch on linuxLukas Wirth-4/+3
2024-07-07Drop unused profile thingsLukas Wirth-11/+0
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵Lukas Wirth-2/+0
already enforces this
2024-05-15Fix typosblyxyas-1/+1
2024-05-01Update rust-analyzer to use windows-sys crateKenny Kerr-3/+2
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+417