Santiago Pastorino 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							05c516446a 
							
						 
					 
					
						
						
							
							Implement .use keyword as an alias of clone  
						
						
						
						
					 
					
						2025-03-06 17:58:32 -03:00 
						 
				 
			
				
					
						
							
							
								Moulins 
							
						 
					 
					
						
						
						
						
							
						
						
							cbe32a7647 
							
						 
					 
					
						
						
							
							Remove layouting dead code for non-array SIMD types.  
						
						... 
						
						
						
						These aren't supported anymore, and are already rejected in type checking. 
						
						
					 
					
						2025-03-02 12:50:14 +01:00 
						 
				 
			
				
					
						
							
							
								Oli Scherer 
							
						 
					 
					
						
						
						
						
							
						
						
							e96ce20b34 
							
						 
					 
					
						
						
							
							s/generator/coroutine/  
						
						
						
						
					 
					
						2023-10-20 21:14:01 +00:00 
						 
				 
			
				
					
						
							
							
								clubby789 
							
						 
					 
					
						
						
						
						
							
						
						
							f97fddab91 
							
						 
					 
					
						
						
							
							Ensure Fluent messages are in alphabetical order  
						
						
						
						
					 
					
						2023-05-25 23:49:35 +00:00 
						 
				 
			
				
					
						
							
							
								Oli Scherer 
							
						 
					 
					
						
						
						
						
							
						
						
							4e92f761fe 
							
						 
					 
					
						
						
							
							Use the opaque_types_defined_by query to cheaply check for whether a hidden type may be registered for an opaque type  
						
						
						
						
					 
					
						2023-05-12 10:26:50 +00:00 
						 
				 
			
				
					
						
							
							
								DaniPopes 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f06640de08 
							
						 
					 
					
						
						
							
							Update ty_utils_never_to_any_not_supported diagnostic message  
						
						
						
						
					 
					
						2023-04-10 22:03:08 +02:00 
						 
				 
			
				
					
						
							
							
								DaniPopes 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							677357d32b 
							
						 
					 
					
						
						
							
							Fix typos in compiler  
						
						
						
						
					 
					
						2023-04-10 22:02:52 +02:00 
						 
				 
			
				
					
						
							
							
								Matthew Jasper 
							
						 
					 
					
						
						
						
						
							
						
						
							804e93871d 
							
						 
					 
					
						
						
							
							Move SIMD layout errors to SessionDiagnostic  
						
						
						
						
					 
					
						2023-04-08 20:28:32 +01:00 
						 
				 
			
				
					
						
							
							
								Matthew Jasper 
							
						 
					 
					
						
						
						
						
							
						
						
							f7f2eb3e41 
							
						 
					 
					
						
						
							
							Move FnPtrAddr error to SessionDiagnostic  
						
						
						
						
					 
					
						2023-04-07 19:48:27 +01:00 
						 
				 
			
				
					
						
							
							
								est31 
							
						 
					 
					
						
						
						
						
							
						
						
							7e2ecb3cd8 
							
						 
					 
					
						
						
							
							Simplify message paths  
						
						... 
						
						
						
						This makes it easier to open the messages file while developing on features.
The commit was the result of automatted changes:
for p in compiler/rustc_*; do mv $p/locales/en-US.ftl $p/messages.ftl; rmdir $p/locales; done
for p in compiler/rustc_*; do sed -i "s#\.\./locales/en-US.ftl#../messages.ftl#" $p/src/lib.rs; done 
						
						
					 
					
						2023-03-11 22:51:57 +01:00