about summary refs log tree commit diff
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-20Auto merge of #12821 - SpecialMike:fix-partial-eq-default, r=Veykrilbors-1/+33
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-19Auto merge of #12817 - fasterthanlime:expect-test-1-4-0, r=lnicolabors-17/+20
2022-07-19Add CARGO_WORKSPACE_DIR env var in `.cargo/config.toml`Amos Wenger-0/+3
2022-07-19Upgrade to expect-test@1.4.0Amos Wenger-17/+17
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 #11819 - rust-lang:dependabot/npm_and_yarn/editors/code/minimis...bors-0/+0
2022-07-18Auto merge of #12804 - jonas-schievink:config-watcher, r=Veykrilbors-9/+32
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-9/+32
2022-07-18Auto merge of #12802 - rust-lang:jonas-schievink-patch-1, r=jonas-schievinkbors-1/+1
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-18Auto merge of #12798 - jonas-schievink:trim-proc-macro-abis, r=jonas-schievinkbors-16176/+16
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-18Auto merge of #12795 - jonas-schievink:proc-macro-abi-1.64, r=jonas-schievinkbors-1/+4443
2022-07-18Support the 1.64 nightly proc macro ABIJonas Schievink-1/+4443
2022-07-18Auto merge of #12286 - harpsword:fix_generate_constant, r=Veykrilbors-15/+151
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-17Auto merge of #12785 - Logarithmus:feature/fix-negative-const-generics, r=Vey...bors-4/+2
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-65/+72
2022-07-17refactor: inline some variablesArtur Sinila-4/+2
2022-07-17Auto merge of #12781 - iDawer:hir_display.stack_overflow, r=lnicolabors-2/+42
2022-07-17Check for local IDs belong to same definitioniDawer-2/+42
2022-07-17feat: support negative const generic parametersArtur Sinila-125/+152
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-16Auto merge of #12775 - flodiebold:syntax-fixup-if, r=flodieboldbors-34/+120