Commit graph

  • 620374808e
    Merge b20f93f3de into dd9cd22514 #18495 Tarek Elsayed 2024-11-08 15:54:32 +0200
  • b20f93f3de
    feat: migrate reorder_fields assist to use SyntaxFactory #18495 Tarek 2024-11-08 15:53:24 +0200
  • dc083a4bcc
    Merge d1da09acf5 into dd9cd22514 #18492 Sam Estep 2024-11-08 10:14:52 +0100
  • 12aaa01f1f
    Merge 9f87bdc08a into dd9cd22514 #18485 David Kurilla 2024-11-08 10:14:46 +0100
  • 7ae333e1a6
    Merge ca0b516177 into dd9cd22514 #18484 Tarek Elsayed 2024-11-08 10:14:39 +0100
  • 0e226b5403
    Merge 264cc10ef2 into dd9cd22514 #18483 Tarek Elsayed 2024-11-08 10:14:33 +0100
  • a92bee68f3
    Merge e6461522bc into dd9cd22514 #18482 Vincent Esche 2024-11-08 10:14:27 +0100
  • 5716855bb6
    Merge 1ff4e8d614 into dd9cd22514 #18480 Bogdan Mircea 2024-11-08 10:14:21 +0100
  • e6769e76a5
    Merge cf8a27b4cc into dd9cd22514 #18474 Lukas Wirth 2024-11-08 10:14:13 +0100
  • eeecfb128a
    Merge 7aebc12b1f into dd9cd22514 #18466 Chayim Refael Friedman 2024-11-08 10:14:06 +0100
  • a7a948aca2
    Merge 5df3d792b7 into dd9cd22514 #18464 rwa 2024-11-08 10:13:58 +0100
  • 178fa7d87f
    Merge 494bde3c13 into dd9cd22514 #18459 Giga Bowser 2024-11-08 10:13:50 +0100
  • 9cf10ff9a0
    Merge 0ad3509058 into dd9cd22514 #18458 Giga Bowser 2024-11-08 10:13:44 +0100
  • 1e840ccddf
    Merge 3cf099f50b into dd9cd22514 #18441 Lukas Wirth 2024-11-08 10:13:38 +0100
  • e4d9e42de5
    Merge bf9b625899 into dd9cd22514 #18332 Rémi Lavergne 2024-11-08 10:13:20 +0100
  • 3564bad2c0 deploy: dd9cd22514 gh-pages github-merge-queue[bot] 2024-11-08 09:13:19 +0000
  • 2af2484da7
    Merge cadeaec959 into dd9cd22514 #18070 Ali Bektas 2024-11-08 10:12:54 +0100
  • dd9cd22514
    Merge pull request #18493 from Master-Hash/fix-code-debugengine-config master nightly Laurențiu Nicola 2024-11-08 08:57:41 +0000
  • bbd565f5a0
    editors/code: Match supported debug engines in config with actual supported ones #18493 Master-Hash 2024-11-08 08:33:32 +0100
  • dbc65836ac
    Merge pull request #18486 from Wilfred/update_minimum_vscode Laurențiu Nicola 2024-11-08 06:51:14 +0000
  • d1da09acf5 Delete design label from list #18492 Sam Estep 2024-11-07 11:49:22 -0500
  • 1042a8c22c
    Merge pull request #18490 from ShoyuVanilla/dyn-compat-rename Laurențiu Nicola 2024-11-07 14:21:40 +0000
  • 05e5f9e4fd minor: Rename dyn compatible to dyn-compatible #18490 Shoyu Vanilla 2024-11-07 23:00:29 +0900
  • 6c7b5025ca editors/code: Change minimum VS Code from 1.78 to 1.83 #18486 Wilfred Hughes 2024-11-06 15:00:59 -0800
  • 9f87bdc08a feat: convert add_braces to SyntaxFactory SyntaxEditor abstraction #18485 David Kurilla 2024-11-06 14:45:00 +0000
  • 1ff4e8d614 rust-analyzer/main_loop: simplify workspace discovery at startup #18480 Bogdan Mircea 2024-11-06 16:39:50 +0200
  • ca0b516177 feat: define EditorRemovable trait #18484 Tarek 2024-10-30 16:34:41 +0300
  • 236168f80a feat: migrate merge_import to use SyntaxFactory Tarek 2024-10-14 02:24:15 +0300
  • 264cc10ef2 define syntax_editor_add_generic_param #18483 Tarek 2024-10-30 17:56:02 +0300
  • 819818a9bf fix: remove make_mut from introduce_named_generic assist Tarek 2024-10-28 20:45:09 +0300
  • 3b4eea28f1 feat: migrate introduce_named_generic assist to use SyntaxFactory Tarek 2024-10-28 20:09:52 +0300
  • e6461522bc Add direct_supertraits(…) HIR-level method to hir::Trait type #18482 Vincent Esche 2024-11-06 09:53:11 +0100
  • c1155213f3 Add pub fn direct_super_traits(db, trait_id) to hir_ty crate Vincent Esche 2024-11-06 09:52:49 +0100
  • 5a9767b115 Refactor hir::Trait's existing items_with_supertraits(…) method based on new all_supertraits(…) method Vincent Esche 2024-11-06 09:37:53 +0100
  • 89a002ef9b Add pub fn all_supertraits(…) HIR-level method to hir::Trait type Vincent Esche 2024-11-06 09:53:56 +0100
  • 44a97eb698 run cargo test Bogdan Mircea 2024-11-05 19:23:23 +0200
  • 494bde3c13 Properly use final tabstop when adding missing match arms #18459 Giga Bowser 2024-11-05 12:13:42 -0500
  • 12caf7932f rust-analyzer/main_loop: add opt-in for workspace discovery at startup Bogdan Mircea 2024-11-05 18:55:22 +0200
  • f69fd69300 rust-analyzer/reload: add project_root watchers over filesToWatch Bogdan Mircea 2024-11-05 18:52:17 +0200
  • b51f9bc736
    Merge pull request #18478 from lnicola/triagebot-transfer Laurențiu Nicola 2024-11-04 19:51:08 +0000
  • 0cdb5429a2 Enable triagebot transfer feature #18478 Laurențiu Nicola 2024-11-04 21:35:10 +0200
  • 143bba5be2
    Merge pull request #18477 from lnicola/rm-ap-text-edit Laurențiu Nicola 2024-11-04 13:37:01 +0000
  • a2a9a048b6 Don't try to auto-publish text-edit #18477 Laurențiu Nicola 2024-11-04 15:23:05 +0200
  • 1d65cd466f
    Merge pull request #18475 from Veykril/push-zkvkpxttozup Lukas Wirth 2024-11-04 12:48:00 +0000
  • 36d68c5d0f Support new #[rustc_intrinsic] attribute and fallback bodies #18475 Lukas Wirth 2024-11-03 16:29:35 +0100
  • cf8a27b4cc Make bracket typing handler work on more things #18474 Lukas Wirth 2024-11-04 11:03:36 +0100
  • bf9b625899 Clear diagnostics with package id instead of crate name #18332 Strackeror 2024-10-29 09:54:24 -0200
  • 65fb5b9bed Granular handling for flycheck diagnostics Strackeror 2024-10-16 16:31:41 +0200
  • 9ad98df61d
    Merge pull request #18473 from Veykril/push-xnlzukoqttvz Lukas Wirth 2024-11-04 11:34:35 +0000
  • 3ceaf1fb68 Render extern blocks in file_structure #18473 Lukas Wirth 2024-11-04 07:58:26 +0100
  • a341d598dc
    Merge pull request #18472 from lnicola/reinterpret-function-casing 2024-11-04 release Laurențiu Nicola 2024-11-04 08:39:50 +0000
  • 881ef8bf13 Fix feature name casing #18472 Laurențiu Nicola 2024-11-04 10:04:25 +0200
  • e44691a604
    Merge pull request #18470 from Veykril/push-rxmtkvpulotn Lukas Wirth 2024-11-03 14:49:27 +0000
  • 78f3112626 Allow interpreting consts and statics with interpret function command #18470 Lukas Wirth 2024-11-03 14:18:06 +0100
  • 20ab9708b4
    Merge pull request #18469 from Veykril/push-zwnywqmvtuts Lukas Wirth 2024-11-03 13:00:32 +0000
  • 7aebc12b1f Properly handle different defaults for severity of lints #18466 Chayim Refael Friedman 2024-11-02 23:51:03 +0200
  • 0ad3509058 Remove extraneous .clone()s in unnecessary wrapper diagnostic fix #18458 Giga Bowser 2024-11-02 14:49:33 -0400
  • 5df3d792b7 Test function imports replaced by module imports. #18464 rwakulszowa 2024-11-02 12:02:58 +0100
  • f17a5bbfd0
    Merge pull request #18463 from benluiwj/fix/proc-macro-server-msg-improvement Laurențiu Nicola 2024-11-02 13:58:33 +0000
  • 1c71a50e01 Improve error message for too new proc-macro server #18463 benluiwj 2024-11-02 21:27:25 +0800
  • 94c35f6138 Allow static initializers to be const evaluated #18469 Lukas Wirth 2024-11-02 12:43:11 +0100
  • 92b2b3d26b Use snippet placeholders for generated match arms Giga Bowser 2024-11-01 12:35:01 -0400
  • d589319289 Add diagnostic fix to remove unnecessary wrapper in type mismatch Giga Bowser 2024-11-01 10:40:19 -0400
  • d1fbfc676b
    Merge pull request #18457 from lnicola/sync-from-rust Laurențiu Nicola 2024-11-01 12:26:18 +0000
  • b385bf2e53 Format code #18457 Laurențiu Nicola 2024-11-01 14:12:18 +0200
  • 724f161cc9 Bump rustc crates Laurențiu Nicola 2024-11-01 13:38:35 +0200
  • fabe447c7d Merge from rust-lang/rust Laurențiu Nicola 2024-11-01 13:14:25 +0200
  • 63b149c8d1 Preparing for merge from rust-lang/rust Laurențiu Nicola 2024-11-01 13:14:16 +0200
  • fba37a0537 Auto merge of #132402 - bjorn3:remove_snap_decompression, r=jieyouxu,Veykril bors 2024-11-01 08:01:24 +0000
  • a45eb339a0 Auto merge of #131634 - davidlattimore:lld-protected, r=Kobzol bors 2024-11-01 05:25:27 +0000
  • e88a64e1c4 Auto merge of #132206 - tgross35:update-builtins, r=wesleywiser bors 2024-10-31 23:31:48 +0000
  • 1a0d636a69 Simplify quick start instructions. #18454 Jon Howell 2024-10-31 13:27:55 -0700
  • 6a0a0c7b18
    Update README.md to more explicitly set expectations Bryan Parno 2024-10-31 13:54:49 -0400
  • 11d7c7aeda Fix a brace that was dropped during the merge Bryan Parno 2024-10-31 13:35:33 -0400
  • b7b9518783
    Add a simplified harness for testing parsing and lifting to VST (#37) Bryan Parno 2024-10-31 13:26:18 -0400
  • 0ba893e1a0
    Merge pull request #18453 from ChayimFriedman2/leading-or Lukas Wirth 2024-10-31 14:49:35 +0000
  • 210ead8454 Parse patterns with leading pipe properly in all places #18453 Chayim Refael Friedman 2024-10-31 15:32:37 +0200
  • 86a850d49e
    Merge pull request #18447 from ChayimFriedman2/cleanup-tylowerctx Lukas Wirth 2024-10-31 12:48:17 +0000
  • ad858841e7 Remove support for compressed dylib metadata from rust-analyzer bjorn3 2024-10-31 12:18:20 +0000
  • 82de3b4fab Auto merge of #132301 - compiler-errors:adjust, r=lcnr bors 2024-10-31 10:17:49 +0000
  • 1aac2c637b
    Merge pull request #18448 from Veykril/push-zwuuoytnmnqz Lukas Wirth 2024-10-31 08:42:59 +0000
  • 70348faf2b Move child_by_source from hir-def to hir #18448 Lukas Wirth 2024-10-31 09:27:46 +0100
  • fb8ca32d06
    Merge pull request #18437 from sam-mccall/publish_fixture Lukas Wirth 2024-10-31 08:03:44 +0000
  • 7c005ad57a Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr bors 2024-10-31 00:46:22 +0000
  • 5dc348265f Auto merge of #132371 - workingjubilee:rollup-aqd86tm, r=workingjubilee bors 2024-10-30 22:07:49 +0000
  • 024a6e15af
    Rollup merge of #132344 - compiler-errors:same-thing, r=lcnr Jubilee 2024-10-30 14:01:38 -0700
  • 81e8a96e66
    Rollup merge of #132267 - onur-ozkan:rustc-if-unchanged-force-library, r=Kobzol Jubilee 2024-10-30 14:01:38 -0700
  • 906cd32637
    Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors Jubilee 2024-10-30 14:01:37 -0700
  • 885954cb37
    Rollup merge of #132210 - notriddle:notriddle/doctest-span-hack, r=GuillaumeGomez Jubilee 2024-10-30 14:01:37 -0700
  • 4317927231 Avoid interior mutability in TyLoweringContext #18447 Chayim Refael Friedman 2024-10-30 21:24:19 +0200
  • 8244f30eff
    Merge pull request #18446 from ChayimFriedman2/safe-statement Lukas Wirth 2024-10-30 19:04:56 +0000
  • 3a8dc27e72 Only parse safe as contextual kw in extern blocks #18446 Chayim Refael Friedman 2024-10-30 19:28:33 +0200
  • 3cf099f50b Fix config guard lock for ratoml tests #18441 Lukas Wirth 2024-10-30 12:03:08 +0100
  • 87f5047e64 Auto merge of #130860 - tmandry:fix-directives, r=jieyouxu bors 2024-10-30 10:28:56 +0000
  • 03514305fd Watch for user config ratoml Ali Bektas 2024-08-25 13:28:07 +0200
  • cd206f5c9b
    Merge pull request #18304 from davidkurilla/docs-create-setup-document Lukas Wirth 2024-10-30 09:52:39 +0000
  • 223979bf97
    Merge pull request #18382 from dqkqd/issue-17042 Lukas Wirth 2024-10-30 09:42:46 +0000
  • bb3239d415
    Merge pull request #18385 from Giga-Bowser/master Lukas Wirth 2024-10-30 09:36:55 +0000
  • 436ace3ecb
    Merge pull request #18436 from Veykril/lw-yvkqwpnwsouo Lukas Wirth 2024-10-30 09:21:35 +0000
  • 68076e1685 Auto merge of #132238 - Urgau:midpoint-i64-hackers-impl, r=joboet bors 2024-10-30 02:26:18 +0000