bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							3426a730ff 
							
						 
					 
					
						
						
							
							Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20  
						
						
						
						
					 
					
						2021-12-20 18:56:35 +01:00 
						 
				 
			
				
					
						
							
							
								Amanieu d'Antras 
							
						 
					 
					
						
						
						
						
							
						
						
							8007dfa3b2 
							
						 
					 
					
						
						
							
							Remove alloc::prelude  
						
						... 
						
						
						
						As per the libs team decision in #58935 .
Closes  #58935  
						
						
					 
					
						2021-10-15 01:41:31 +02:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							86f9bcfb8e 
							
						 
					 
					
						
						
							
							Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into sync_cg_clif-2021-09-19  
						
						
						
						
					 
					
						2021-09-19 13:56:58 +02:00 
						 
				 
			
				
					
						
							
							
								Marcel Hellwig 
							
						 
					 
					
						
						
						
						
							
						
						
							0f081832b4 
							
						 
					 
					
						
						
							
							remove box_syntax uses from cranelift and tools  
						
						
						
						
					 
					
						2021-08-18 09:31:51 +02:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							d531f3d6ee 
							
						 
					 
					
						
						
							
							Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-2021-07-07  
						
						
						
						
					 
					
						2021-07-07 11:14:20 +02:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							fa702d0d2b 
							
						 
					 
					
						
						
							
							Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-2021-05-27  
						
						
						
						
					 
					
						2021-05-27 13:08:14 +02:00 
						 
				 
			
				
					
						
							
							
								Erin Power 
							
						 
					 
					
						
						
						
						
							
						
						
							505aa48f24 
							
						 
					 
					
						
						
							
							Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'  
						
						
						
						
					 
					
						2021-04-30 14:49:58 +02:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							5444b46234 
							
						 
					 
					
						
						
							
							Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-2021-03-29  
						
						
						
						
					 
					
						2021-03-29 10:45:09 +02:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							7a6ea77473 
							
						 
					 
					
						
						
							
							Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05  
						
						
						
						
					 
					
						2021-03-05 19:12:59 +01:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							27855331e8 
							
						 
					 
					
						
						
							
							Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-2021-02-01  
						
						
						
						
					 
					
						2021-02-01 10:11:46 +01:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							52cf01c815 
							
						 
					 
					
						
						
							
							Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_clif-2020-12-27  
						
						
						
						
					 
					
						2020-12-27 10:30:38 +01:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							477aa67802 
							
						 
					 
					
						
						
							
							Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-2020-11-27  
						
						
						
						
					 
					
						2020-11-27 20:48:53 +01:00 
						 
				 
			
				
					
						
							
							
								Camelid 
							
						 
					 
					
						
						
						
						
							
						
						
							810324d1f3 
							
						 
					 
					
						
						
							
							Rename optin_builtin_traits to auto_traits  
						
						... 
						
						
						
						They were originally called "opt-in, built-in traits" (OIBITs), but
people realized that the name was too confusing and a mouthful, and so
they were renamed to just "auto traits". The feature flag's name wasn't
updated, though, so that's what this PR does.
There are some other spots in the compiler that still refer to OIBITs,
but I don't think changing those now is worth it since they are internal
and not particularly relevant to this PR.
Also see <https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/opt-in.2C.20built-in.20traits.20(auto.20traits).20feature.20name >. 
						
						
					 
					
						2020-11-23 14:14:06 -08:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							216c4ae463 
							
						 
					 
					
						
						
							
							Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2020-11-01  
						
						
						
						
					 
					
						2020-11-03 11:00:04 +01:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
						
						
							
						
						
							ac4f7deb2f 
							
						 
					 
					
						
						
							
							Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff25d3dda92'  
						
						... 
						
						
						
						git-subtree-dir: compiler/rustc_codegen_cranelift
git-subtree-mainline: cf798c1ec65a5ec3491846777f9003fabb881b4a
git-subtree-split: 793d26047f994e23415f8f6bb5686ff25d3dda92 
						
						
					 
					
						2020-10-26 09:53:27 +01:00