Martin Zacho 
							
						 
					 
					
						
						
						
						
							
						
						
							38e10e5619 
							
						 
					 
					
						
						
							
							improve diagnostics for const eval query overflow  
						
						
						
						
					 
					
						2025-01-06 09:43:05 +01:00 
						 
				 
			
				
					
						
							
							
								yukang 
							
						 
					 
					
						
						
						
						
							
						
						
							42a033affa 
							
						 
					 
					
						
						
							
							Cleanup unused messages in ftl files  
						
						
						
						
					 
					
						2023-09-20 19:09:01 +08:00 
						 
				 
			
				
					
						
							
							
								nxya 
							
						 
					 
					
						
						
						
						
							
						
						
							bef91ee687 
							
						 
					 
					
						
						
							
							added links as a note  
						
						
						
						
					 
					
						2023-07-18 09:20:25 -04:00 
						 
				 
			
				
					
						
							
							
								nxya 
							
						 
					 
					
						
						
						
						
							
						
						
							c429a72db9 
							
						 
					 
					
						
						
							
							add links to query documentation for E0391  
						
						
						
						
					 
					
						2023-07-18 09:20:25 -04:00 
						 
				 
			
				
					
						
							
							
								clubby789 
							
						 
					 
					
						
						
						
						
							
						
						
							f97fddab91 
							
						 
					 
					
						
						
							
							Ensure Fluent messages are in alphabetical order  
						
						
						
						
					 
					
						2023-05-25 23:49:35 +00:00 
						 
				 
			
				
					
						
							
							
								Josh Soref 
							
						 
					 
					
						
						
						
						
							
						
						
							e09d0d2a29 
							
						 
					 
					
						
						
							
							Spelling - compiler  
						
						... 
						
						
						
						* account
* achieved
* advising
* always
* ambiguous
* analysis
* annotations
* appropriate
* build
* candidates
* cascading
* category
* character
* clarification
* compound
* conceptually
* constituent
* consts
* convenience
* corresponds
* debruijn
* debug
* debugable
* debuggable
* deterministic
* discriminant
* display
* documentation
* doesn't
* ellipsis
* erroneous
* evaluability
* evaluate
* evaluation
* explicitly
* fallible
* fulfill
* getting
* has
* highlighting
* illustrative
* imported
* incompatible
* infringing
* initialized
* into
* intrinsic
* introduced
* javascript
* liveness
* metadata
* monomorphization
* nonexistent
* nontrivial
* obligation
* obligations
* offset
* opaque
* opportunities
* opt-in
* outlive
* overlapping
* paragraph
* parentheses
* poisson
* precisely
* predecessors
* predicates
* preexisting
* propagated
* really
* reentrant
* referent
* responsibility
* rustonomicon
* shortcircuit
* simplifiable
* simplifications
* specify
* stabilized
* structurally
* suggestibility
* translatable
* transmuting
* two
* unclosed
* uninhabited
* visibility
* volatile
* workaround
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> 
						
						
					 
					
						2023-04-17 16:09:18 -04: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