Katherine Philip 
							
						 
					 
					
						
						
						
						
							
						
						
							56b767322b 
							
						 
					 
					
						
						
							
							Don't ICE on layout computation failure  
						
						 
						
						
						
						
					 
					
						2023-08-28 12:40:39 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Tolnay 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							26fd6b15b0 
							
						 
					 
					
						
						
							
							Add note about writing native-static-libs to file  
						
						 
						
						
						
						
					 
					
						2023-07-20 11:04:32 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Beránek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							62728c7aaf 
							
						 
					 
					
						
						
							
							Add rustc option to output LLVM optimization remarks to YAML files  
						
						 
						
						
						
						
					 
					
						2023-07-02 13:41:36 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jing Peng 
							
						 
					 
					
						
						
						
						
							
						
						
							9b1a1e1d95 
							
						 
					 
					
						
						
							
							Write to stdout if - is given as output file  
						
						 
						
						... 
						
						
						
						If `-o -` or `--emit KIND=-` is provided, output will be written
to stdout instead. Binary output (`obj`, `llvm-bc`, `link` and
`metadata`) being written this way will result in an error unless
stdout is not a tty. Multiple output types going to stdout will
trigger an error too, as they will all be mixded together. 
						
						
					 
					
						2023-06-06 17:53:29 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								clubby789 
							
						 
					 
					
						
						
						
						
							
						
						
							f97fddab91 
							
						 
					 
					
						
						
							
							Ensure Fluent messages are in alphabetical order  
						
						 
						
						
						
						
					 
					
						2023-05-25 23:49:35 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								clubby789 
							
						 
					 
					
						
						
						
						
							
						
						
							0138513635 
							
						 
					 
					
						
						
							
							Fix static string lints  
						
						 
						
						
						
						
					 
					
						2023-04-25 18:59:55 +01: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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DaniPopes 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							677357d32b 
							
						 
					 
					
						
						
							
							Fix typos in compiler  
						
						 
						
						
						
						
					 
					
						2023-04-10 22:02:52 +02: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