Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							0028e73927 
							
						 
					 
					
						
						
							
							fix: Force disable augmentsSyntaxTokens capability on VSCode  
						
						 
						
						
						
						
					 
					
						2023-05-18 08:26:16 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							91d5a689c7 
							
						 
					 
					
						
						
							
							Add config for disabling non standard lsp highlight tokens  
						
						 
						
						
						
						
					 
					
						2023-05-11 10:01:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Laurențiu Nicola 
							
						 
					 
					
						
						
						
						
							
						
						
							f8477d0cb4 
							
						 
					 
					
						
						
							
							Hide deps panel outside of Rust projects and set missing category  
						
						 
						
						
						
						
					 
					
						2023-05-08 21:43:59 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bors 
							
						 
					 
					
						
						
						
						
							
						
						
							aaed89ac04 
							
						 
					 
					
						
						
							
							Auto merge of  #14763  - lnicola:dep-tree-fixes, r=lnicola  
						
						 
						
						... 
						
						
						
						Fix manual formatting and remove duplicate command 
						
						
					 
					
						2023-05-08 18:28:58 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Laurențiu Nicola 
							
						 
					 
					
						
						
						
						
							
						
						
							053741c28c 
							
						 
					 
					
						
						
							
							Remove duplicate command  
						
						 
						
						
						
						
					 
					
						2023-05-08 21:27:52 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bors 
							
						 
					 
					
						
						
						
						
							
						
						
							d3ce333ec8 
							
						 
					 
					
						
						
							
							Auto merge of  #14742  - Veykril:closure-capture-inlays, r=Veykril  
						
						 
						
						... 
						
						
						
						feat: Closure capture inlay hints
I opted for a fictional `move(foo, &bar, &mut qux)` syntax here, disabled by default as these are not correct rust syntax and hence could cause confusion.
 
						
						
					 
					
						2023-05-08 09:52:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bors 
							
						 
					 
					
						
						
						
						
							
						
						
							833d5301d1 
							
						 
					 
					
						
						
							
							Auto merge of  #14758  - lumenian:hover-layout-config, r=HKalbasi  
						
						 
						
						... 
						
						
						
						Add config for disabling hover memory layout data
Requested in https://github.com/rust-lang/rust-analyzer/pull/14748#issuecomment-1537190252  
						
						
					 
					
						2023-05-07 16:22:57 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yury Ivanou 
							
						 
					 
					
						
						
						
						
							
						
						
							98a4c5049f 
							
						 
					 
					
						
						
							
							Rename hover memory layout config key  
						
						 
						
						
						
						
					 
					
						2023-05-07 18:37:56 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yury Ivanou 
							
						 
					 
					
						
						
						
						
							
						
						
							4ed0fa8414 
							
						 
					 
					
						
						
							
							Add config for disabling hover memory layout data  
						
						 
						
						
						
						
					 
					
						2023-05-07 18:21:07 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aleksey Kladov 
							
						 
					 
					
						
						
						
						
							
						
						
							7bc60f512e 
							
						 
					 
					
						
						
							
							feat: define problem matcher for panics in VS Code  
						
						 
						
						... 
						
						
						
						Now in VS Code "go to next error" (`F8`) will bring you to the source of
a panic. 
						
						
					 
					
						2023-05-06 16:49:42 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erik Steiger 
							
						 
					 
					
						
						
						
						
							
						
						
							91b4a169cd 
							
						 
					 
					
						
						
							
							Fix formatting  
						
						 
						
						
						
						
					 
					
						2023-05-05 14:49:42 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Erik Steiger 
							
						 
					 
					
						
						
						
						
							
						
						
							06cfeb47b2 
							
						 
					 
					
						
						
							
							Sort rust dependencies in tree view  
						
						 
						
						
						
						
					 
					
						2023-05-05 14:41:03 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							8081a654da 
							
						 
					 
					
						
						
							
							feat: Closure capture inlay hints  
						
						 
						
						
						
						
					 
					
						2023-05-05 13:38:22 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							0aed507f16 
							
						 
					 
					
						
						
							
							fixing TS linting, removing import  
						
						 
						
						
						
						
					 
					
						2023-05-02 11:06:28 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							bcb21311ea 
							
						 
					 
					
						
						
							
							Accepting review suggestions  
						
						 
						
						
						
						
					 
					
						2023-05-02 11:06:25 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							072f69e4c1 
							
						 
					 
					
						
						
							
							fixing ts linting and rust test  
						
						 
						
						
						
						
					 
					
						2023-05-02 11:01:53 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							bd2160f014 
							
						 
					 
					
						
						
							
							final rabasing fixes  
						
						 
						
						
						
						
					 
					
						2023-05-02 11:01:53 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							66fe84d936 
							
						 
					 
					
						
						
							
							accepting review suggestions  
						
						 
						
						
						
						
					 
					
						2023-05-02 11:01:41 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							fe7874af90 
							
						 
					 
					
						
						
							
							reveal only when tree is visible  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:59:31 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							a3081a6774 
							
						 
					 
					
						
						
							
							Adding crate_root_path to crate_graph  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:59:31 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							8e687f7afb 
							
						 
					 
					
						
						
							
							improving code to work with multi-workspaces  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:59:31 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							1b8288ff96 
							
						 
					 
					
						
						
							
							Fixing naming from graph to list  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:59:29 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							061940dad9 
							
						 
					 
					
						
						
							
							running prettier  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:56:47 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							fc57339fdf 
							
						 
					 
					
						
						
							
							removing unused code  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:56:13 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							299382dacd 
							
						 
					 
					
						
						
							
							WIP: Add lsp-ext scaffold  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:56:13 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							9533644ccf 
							
						 
					 
					
						
						
							
							Remove unnecessary openFile command  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:56:13 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							af999f152b 
							
						 
					 
					
						
						
							
							Reformat VSCode client code  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:56:13 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bruno-ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							d1721b11e9 
							
						 
					 
					
						
						
							
							removing unused function  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:56:13 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bruno-ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							ee54c6558d 
							
						 
					 
					
						
						
							
							fixing linting problemas  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:56:13 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bruno-ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							f8215dd426 
							
						 
					 
					
						
						
							
							fixing stblib loading  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:56:13 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bruno-ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							d01fc6405b 
							
						 
					 
					
						
						
							
							Creating rust dependencies tree view  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:56:13 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bruno Ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							09e0a00d36 
							
						 
					 
					
						
						
							
							fetching dependencies from the server  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:56:09 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							1201b156d8 
							
						 
					 
					
						
						
							
							WIP: Add lsp-ext scaffold  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:52:33 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							16cba19ff3 
							
						 
					 
					
						
						
							
							Remove unnecessary openFile command  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:48:38 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							76432d39cb 
							
						 
					 
					
						
						
							
							Reformat VSCode client code  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:48:38 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bruno-ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							364308d1dc 
							
						 
					 
					
						
						
							
							removing unused function  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:48:38 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bruno-ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							77a4bfd34f 
							
						 
					 
					
						
						
							
							fixing linting problemas  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:48:38 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bruno-ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							68aa20bb8a 
							
						 
					 
					
						
						
							
							fixing stblib loading  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:48:38 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bruno-ortiz 
							
						 
					 
					
						
						
						
						
							
						
						
							795a1cbe89 
							
						 
					 
					
						
						
							
							Creating rust dependencies tree view  
						
						 
						
						
						
						
					 
					
						2023-05-02 10:48:33 -03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							a64626d99e 
							
						 
					 
					
						
						
							
							Highlight closure captures when cursor is on pipe  
						
						 
						
						
						
						
					 
					
						2023-05-02 08:59:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hkalbasi 
							
						 
					 
					
						
						
						
						
							
						
						
							6312fbf521 
							
						 
					 
					
						
						
							
							MIR episode 4  
						
						 
						
						
						
						
					 
					
						2023-05-01 23:23:10 +03:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							cf8f13b531 
							
						 
					 
					
						
						
							
							fix: Fix restart server button trying to start instead of restart the server  
						
						 
						
						
						
						
					 
					
						2023-04-28 21:34:31 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							c21860bd6a 
							
						 
					 
					
						
						
							
							Remove proc-macro server command from the rust-analyzer binary  
						
						 
						
						
						
						
					 
					
						2023-04-26 08:19:28 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nagy Botond 
							
						 
					 
					
						
						
						
						
							
						
						
							36281e0745 
							
						 
					 
					
						
						
							
							using VSCode's native parameterHints.enabled setting  
						
						 
						
						
						
						
					 
					
						2023-04-20 22:13:33 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nagy Botond 
							
						 
					 
					
						
						
						
						
							
						
						
							770734fdbb 
							
						 
					 
					
						
						
							
							Automatic parameter hints trigger can be toggled on/off  
						
						 
						
						
						
						
					 
					
						2023-04-20 19:41:15 +03:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Josh Soref 
							
						 
					 
					
						
						
						
						
							
						
						
							bc7d84c3ce 
							
						 
					 
					
						
						
							
							Spelling  
						
						 
						
						... 
						
						
						
						* a rule
* access
* after
* amount
* annotations
* assignment
* assist
* associated
* attribute
* borrowed
* built-in type
* clarification
* command
* const
* constructor
* corresponding
* counterparts
* curlies
* dependencies
* deterministic
* diagnostic
* duplicates
* edge
* edited
* efficient
* elsewhere
* execution
* expression
* extensions
* extracted
* fill
* github
* helper
* heuristic
* incomplete
* indent end
* inlay
* invocation
* lifetime
* looking
* maybe
* move
* mutability
* mutable
* necessarily
* necessary
* negative
* nonexistent
* occurred
* offsets
* offsetted
* overridden
* parameters
* params
* params_and_where_preds_in_scope
* paredit
* parent
* parentheses
* prepended if
* punctuation
* receive
* receiver
* referring
* repeated
* representing
* semantically
* separately
* shouldnot
* siblings
* similar
* something's
* statement
* struct
* structure
* surprise
* the
* this
* transparent
* unimplemented
* unnamed
* unnecessary
* unneeded
* unreachable
* unterminated
* utilities
* variant
* variants
* visibility
* work around (v)
* workaround
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> 
						
						
					 
					
						2023-04-19 09:45:55 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							34177d8552 
							
						 
					 
					
						
						
							
							minor: Allow copying the graphviz source from the view crategraph webview  
						
						 
						
						
						
						
					 
					
						2023-04-13 22:01:57 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lukas Wirth 
							
						 
					 
					
						
						
						
						
							
						
						
							7a6d5c680c 
							
						 
					 
					
						
						
							
							fix: Fix view crate graph being broken due to webworker usage  
						
						 
						
						
						
						
					 
					
						2023-04-13 17:38:12 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bors 
							
						 
					 
					
						
						
						
						
							
						
						
							208a74ca50 
							
						 
					 
					
						
						
							
							Auto merge of  #14535  - davidbarsky:davidbarsky/use-parent-folder-for-discovery-cwd, r=Veykril  
						
						 
						
						... 
						
						
						
						fix: when running the "discoverProjectCommand", use the Rust file's parent directory instead of the workspace folder
This is a quick fix to allow the `discoverProjectCommand` to run successfully when the user has a workspace that does not, e.g., have a `.buckconfig` defined.
(It's also probably _more correct_ to set the `pwd` of the command to the parent of the Rust file _anyways_ rather than relying on the workspace folders, which may be entirely unrelated.) 
						
						
					 
					
						2023-04-11 07:22:40 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hkalbasi 
							
						 
					 
					
						
						
						
						
							
						
						
							59b6f2d9f2 
							
						 
					 
					
						
						
							
							Compute closure captures  
						
						 
						
						
						
						
					 
					
						2023-04-10 23:04:34 +03:30