about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-07-20fix: Fix search for associated trait items being inconsistentLukas Wirth-43/+125
2022-07-20Auto merge of #12811 - TopGunSnake:12790, r=Veykrilbors-2/+188
2022-07-20Fix generated `PartialEq::ne`Michael Chisolm-1/+33
2022-07-20Auto merge of #12800 - hi-rustin:rustin-patch-issue-12717, r=hi-rustinbors-2/+4
2022-07-19Inverted the match logic to skip comments, attribute macros, and whitespace b...TopGunSnake-13/+4
2022-07-19Auto merge of #12789 - DorianListens:dscheidt/unused-param-overlapping, r=Dor...bors-4/+37
2022-07-19Upgrade to expect-test@1.4.0Amos Wenger-15/+15
2022-07-19Auto merge of #12809 - lnicola:empty-diagnostics, r=lnicolabors-8/+18
2022-07-19Work around Code bug with empty diagnosticsLaurențiu Nicola-8/+18
2022-07-18Added case for constTopGunSnake-1/+8
2022-07-18Cleaned up trailing whitespace for tidy::files_are_tidyTopGunSnake-24/+24
2022-07-18Added coverage for trait, mod, impl, and enum cases.TopGunSnake-3/+49
2022-07-18Add test case and token finder to address 12790TopGunSnake-2/+144
2022-07-18Auto merge of #12796 - mmirate:patch-1, r=Veykrilbors-7/+7
2022-07-18fix: Prevent panic in Remove Unused Parameter assistDorian Scheidt-4/+37
2022-07-18Auto merge of #12807 - Veykril:completion-item-details, r=Veykrilbors-11/+38
2022-07-18Add simple support for completion item detailsLukas Wirth-11/+38
2022-07-18Auto merge of #12804 - jonas-schievink:config-watcher, r=Veykrilbors-8/+23
2022-07-18Auto merge of #12549 - bitgaoshu:goto_where_trait_m_impl, r=Veykrilbors-130/+419
2022-07-18Move `convert_to_def_in_trait` into `ide-db`Lukas Wirth-47/+30
2022-07-18Improve file watcher configJonas Schievink-8/+23
2022-07-18Remove macro ABI version from doc commentJonas Schievink-1/+1
2022-07-18Find original as node before compute ref matchhi-rustin-2/+4
2022-07-18Remove outdated proc macro ABIsJonas Schievink-16176/+16
2022-07-18Auto merge of #12788 - hasali19:extract-var-mut, r=jonas-schievinkbors-5/+31
2022-07-18chore: change str_ref_to_string to str_ref_to_ownedMilo Mirate-7/+7
2022-07-18Support the 1.64 nightly proc macro ABIJonas Schievink-1/+4443
2022-07-18fix: “Generate constant” ignores the path prefix of the identifierharpsword-15/+151
2022-07-17Fix extract variable assist for subexpression in mutable borrowHasan Ali-5/+31
2022-07-17fix: un-inline `ConstScalarOrPath::from_expr_opt`Artur Sinila-4/+2
2022-07-17Auto merge of #12778 - Logarithmus:feature/fix-negative-const-generics, r=flo...bors-85/+217
2022-07-17fix: address suggestionsArtur Sinila-53/+72
2022-07-17refactor: inline some variablesArtur Sinila-4/+2
2022-07-17Check for local IDs belong to same definitioniDawer-2/+42
2022-07-17feat: support negative const generic parametersArtur Sinila-125/+140
2022-07-17tests: add hover tests for const genericsArtur Sinila-0/+100
2022-07-16Auto merge of #12689 - Veykril:macro-rec, r=Veykrilbors-27/+57
2022-07-16Auto merge of #12539 - soruh:instanciate_empty_structs, r=Veykrilbors-4/+287
2022-07-16Auto merge of #12712 - harpsword:fix-rename-crate-root, r=Veykrilbors-0/+33
2022-07-16Improve syntax fixup a bit, handle incomplete `if`Florian Diebold-34/+120
2022-07-16Auto merge of #12773 - Veykril:self-compl, r=Veykrilbors-18/+124
2022-07-16fix: Improve self param completion applicabilityLukas Wirth-18/+124
2022-07-16Auto merge of #12772 - Veykril:nameres, r=Veykrilbors-65/+60
2022-07-16Auto merge of #12766 - Veykril:completion-vis, r=Veykrilbors-63/+121
2022-07-16internal: Remove allocation in DefCollector::reseed_with_unresolved_attributeLukas Wirth-65/+60
2022-07-15fix: Don't show qualified path completions for private itemsLukas Wirth-63/+121
2022-07-14Auto merge of #12765 - Veykril:import-insert-fix, r=Veykrilbors-24/+37
2022-07-14fix: Fix imports being inserted before doc comments in inline modulesLukas Wirth-24/+37
2022-07-14Auto merge of #12556 - DorianListens:dscheidt/generic-extract, r=Veykrilbors-7/+467
2022-07-14Auto merge of #12691 - Veykril:proc-macro-diag, r=Veykrilbors-41/+63