about summary refs log tree commit diff
path: root/crates/rust-analyzer/tests
AgeCommit message (Expand)AuthorLines
2022-07-18Auto merge of #12549 - bitgaoshu:goto_where_trait_m_impl, r=Veykrilbors-1/+1
2022-07-08Update remaining GitHub URLsJonas Schievink-2/+2
2022-07-05Complete associated type only in trait generic argHongxu Xu-17/+20
2022-06-25fix test in resolve_proc_macro: Foo is Ownerbitgaoshu-1/+1
2022-06-10Auto merge of #12502 - Veykril:deps, r=Veykrilbors-0/+1
2022-06-10internal: Bump DependenciesLukas Wirth-0/+1
2022-06-08Fix a couple of weak warnings found by rust-analyzer itselfbjorn3-1/+1
2022-05-21add failing testBernardo Uriarte-1/+39
2022-05-18Improve docs generation assistJonas Schievink-2/+2
2022-05-01Update config usage in slow testsLukas Wirth-5/+11
2022-05-01delete another swap filePeh-0/+0
2022-05-01update crates names in slow-tests/tidy.rsPeh-16/+16
2022-04-13Update CI for Rust borsDeadbeef-1/+1
2022-04-04fix: Show the path to be created in the unresolved-module fix labelLukas Wirth-4/+4
2022-03-17Bump depsLaurențiu Nicola-0/+1
2022-03-14:arrow_up: xshellAleksey Kladov-15/+24
2022-03-12more clippy fixes:Matthias Krüger-1/+1
2022-03-12fix clippy::single_char_patternMatthias Krüger-4/+4
2022-03-11fix: Show what file paths were expected for unresolved modulesLukas Wirth-21/+49
2022-03-06Update tidy ignore listLukas Wirth-3/+3
2022-01-26Fix merge commit check for git 2.35Jonas Schievink-4/+3
2022-01-06feat: poke user when supplying faulty configurationsLukas Wirth-1/+1
2022-01-01test: force client-side watchingAleksey Kladov-0/+8
2022-01-01better error messageAleksey Kladov-1/+3
2021-12-04Bump most depsLaurențiu Nicola-1/+0
2021-11-17SimplifyLukas Wirth-1/+1
2021-11-17Check for derive attributes by item path, not `derive` identifierLukas Wirth-0/+3
2021-11-04Use array into_iter in more placesLaurențiu Nicola-2/+2
2021-10-27Remove filtered completion list usage in completion testsLukas Wirth-0/+1
2021-10-24Revert edition change in testLaurențiu Nicola-1/+1
2021-10-22Use array IntoIterLaurențiu Nicola-2/+2
2021-10-21Migrate to edition 2021Lukas Wirth-3/+3
2021-10-17Merge #10562bors[bot]-0/+2
2021-10-17Fix clippy attribute completions always prefixing with `clippy::`Lukas Wirth-0/+2
2021-10-16more clippy fixesMilo-1/+1
2021-10-14Merge #10503bors[bot]-0/+87
2021-10-12Update tidy ignore pathLukas Wirth-1/+1
2021-10-11Only include targets of packages that are workspace membersBrendan Cully-0/+87
2021-09-24Merge #10105bors[bot]-0/+2
2021-09-23Split the hover module upLukas Wirth-1/+1
2021-09-21Rename some assistsLukas Wirth-1/+1
2021-09-14Exclude test file from rust tidy checkLukas Wirth-0/+1
2021-09-13Add proc-macro fixture directiveLukas Wirth-1/+2
2021-09-09Use `todo!()` instead of `()` for missing fieldsJörg Sommer-0/+2
2021-08-30switch `log` crate to `tracing`Dezhi Wu-1/+4
2021-08-10implement feedback from reviewYoshua Wuyts-1/+1
2021-08-10Add trait codegen to `add_missing_impl_members` assistYoshua Wuyts-0/+1
2021-08-08exclude files from tidy checkYoshua Wuyts-0/+2
2021-07-19fix testsAleksey Kladov-1/+12
2021-07-14Show test mod runnable in outline modulesLukas Wirth-0/+43