about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/test-utils
AgeCommit message (Expand)AuthorLines
2024-08-06Replace `[package.repository] = "…"` of published crates with `[package.rep...Vincent Esche-1/+1
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' `[package....Vincent Esche-1/+1
2024-08-02internal: Remove AbsPathBuf::TryFrom impl that checks too many things at onceLukas Wirth-2/+5
2024-07-21fix: Allow flyimport to import primitive shadowing modulesLukas Wirth-0/+9
2024-07-10Add `f16` and `f128` supportbeetrees-5/+5
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...Lukas Wirth-1/+0
2024-06-30SimplifyLukas Wirth-1/+1
2024-06-13internal: Fix rustdoc warningsWilfred Hughes-4/+4
2024-05-30style: simplify string interpolationHamir Mahal-1/+1
2024-04-21Peek for panic message in test outputLukas Wirth-1/+4
2024-04-18Fix #[rustc_const_panic_str] functions not actually being hookedLukas Wirth-1/+2
2024-04-18Fixup some issues with minicoreLukas Wirth-8/+30
2024-04-18Fix missing function body in minicoreLukas Wirth-2/+3
2024-04-18Handle panicking like rustc CTFE doesNilstrieb-0/+2811