Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								64b44c7f30 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainTime.prototype[@@toStringTag]  
							
							
							
						 
						
							2021-07-28 21:57:30 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								ae4bf8fc32 
								
							 
						 
						
							
							
								
								LibJS: Start implementing Temporal.PlainTime  
							
							... 
							
							
							
							This commit adds the PlainTime object itself, its constructor and
prototype (currently empty), and the CreateTemporalTime abstract
operation. 
							
						 
						
							2021-07-28 21:57:30 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								321f2c0927 
								
							 
						 
						
							
							
								
								LibJS: Fix types of PlainDateTime iso_{milli,micro,nano}second params  
							
							... 
							
							
							
							999 does not fit into an u8. :^) 
							
						 
						
							2021-07-28 21:57:30 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								2ba338869b 
								
							 
						 
						
							
							
								
								LibJS/Tests: Remove two leftover console.log() calls  
							
							
							
						 
						
							2021-07-28 21:57:30 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Flynn 
								
							 
						 
						
							
							
							
							
								
							
							
								2f8eb4f068 
								
							 
						 
						
							
							
								
								LibJS: Implement non-ECMA-402 String.prototype.toLocale{Lower,Upper}Case  
							
							... 
							
							
							
							In implementations without ECMA-402, these methods are to behave like
their non-locale equivalents. 
							
						 
						
							2021-07-27 22:35:24 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Flynn 
								
							 
						 
						
							
							
							
							
								
							
							
								2dc9ae00af 
								
							 
						 
						
							
							
								
								LibJS: Use special case folding for String.prototype.to{Lower,Upper}Case  
							
							... 
							
							
							
							Note we still have one String.prototype.toLowerCase test262 failure due
to not yet parsing WordBreakProperty.txt. 
							
						 
						
							2021-07-27 21:04:36 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								af3a26f4cc 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Now.plainDateTimeISO()  
							
							
							
						 
						
							2021-07-27 19:51:44 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								0bb19fc51c 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Now.plainDateTime()  
							
							
							
						 
						
							2021-07-27 19:51:44 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								f2a2e8e13c 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Now.plainDateISO()  
							
							
							
						 
						
							2021-07-27 19:51:44 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								c303bbde54 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Now.plainDate()  
							
							... 
							
							
							
							...and ten required AOs we didn't have yet:
- BalanceISODate
- BalanceISODateTime
- BalanceISOYearMonth
- BalanceTime
- BuiltinTimeZoneGetPlainDateTimeFor
- GetISOPartsFromEpoch
- GetOffsetNanosecondsFor
- ParseTemporalTimeZone
- SystemDateTime
- ToTemporalTimeZone 
							
						 
						
							2021-07-27 19:51:44 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								ff307194f3 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Now[@@toStringTag]  
							
							
							
						 
						
							2021-07-27 18:48:22 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								b3723a88a6 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal[@@toStringTag]  
							
							
							
						 
						
							2021-07-27 18:48:22 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Flynn 
								
							 
						 
						
							
							
							
							
								
							
							
								2e3a5b884c 
								
							 
						 
						
							
							
								
								LibJS: Implement Unicode aware String.prototype.to{Upper,Lower}Case  
							
							
							
						 
						
							2021-07-26 17:03:55 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								67b3255fe8 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.from  
							
							
							
						 
						
							2021-07-26 16:15:31 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								07485802c6 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.compare  
							
							
							
						 
						
							2021-07-26 16:15:31 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									davidot 
								
							 
						 
						
							
							
							
							
								
							
							
								7a56ca1250 
								
							 
						 
						
							
							
								
								LibJS: Implement a naive String.prototype.localeCompare  
							
							
							
						 
						
							2021-07-26 15:56:15 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								96e63415b6 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.TimeZone.prototype.getOffsetNanosecondsFor()  
							
							
							
						 
						
							2021-07-25 23:44:36 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Flynn 
								
							 
						 
						
							
							
							
							
								
							
							
								5a8f870594 
								
							 
						 
						
							
							
								
								LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code units  
							
							... 
							
							
							
							This also converts the GetSubstitution abstract operation take its input
strings as UTF-16 now that all callers are UTF-16 capable. This means
String.prototype.replace (and replaceAll) no longer needs UTF-8 and
UTF-16 copies of these strings. 
							
						 
						
							2021-07-23 23:06:57 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Flynn 
								
							 
						 
						
							
							
							
							
								
							
							
								ee7b04f7bb 
								
							 
						 
						
							
							
								
								LibJS: Implement RegExp.prototype [ @@split ] with UTF-16 code units  
							
							
							
						 
						
							2021-07-23 23:06:57 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Flynn 
								
							 
						 
						
							
							
							
							
								
							
							
								66c31a0c07 
								
							 
						 
						
							
							
								
								LibJS: Implement RegExp.prototype [ @@search ] with UTF-16 code units  
							
							
							
						 
						
							2021-07-23 23:06:57 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Timothy Flynn 
								
							 
						 
						
							
							
							
							
								
							
							
								2c023157e9 
								
							 
						 
						
							
							
								
								LibJS: Implement RegExp.prototype [ @@match ] with UTF-16 code units  
							
							
							
						 
						
							2021-07-23 23:06:57 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								1d76be97f5 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.prototype.inLeapYear  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								c9ae7e1af1 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Calendar.prototype.inLeapYear  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								dd15fc471c 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.prototype.monthsInYear  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								342172da37 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Calendar.prototype.monthsInYear  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								b1dd09840b 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.prototype.daysInYear  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								7f27035342 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Calendar.prototype.daysInYear  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								3160540d0e 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.prototype.daysInMonth  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								69c8b8e8bd 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Calendar.prototype.daysInMonth  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								2150f5b374 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.prototype.daysInWeek  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								623df361e6 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Calendar.prototype.daysInWeek  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								2cf582436f 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.prototype.weekOfYear  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								d22fe25643 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Calendar.prototype.weekOfYear  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								d561535ac9 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.prototype.dayOfYear  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								c0e7761758 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Calendar.prototype.dayOfYear  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								bcbfd5b280 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.prototype.dayOfWeek  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								339b0a17e8 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Calendar.prototype.dayOfWeek  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								59dc0e8421 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.prototype.day  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								8a20f258f0 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Calendar.prototype.day  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								d9414e465a 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.prototype.monthCode  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								9d9ba29cae 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Calendar.prototype.monthCode  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								a0af9b11fb 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.prototype.month  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								3bec18432a 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Calendar.prototype.month  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								8434ca6c4b 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.prototype.year  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								3895a8354d 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Calendar.prototype.year  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Idan Horowitz 
								
							 
						 
						
							
							
							
							
								
							
							
								9fa8f19a0f 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDate.prototype.withCalendar  
							
							
							
						 
						
							2021-07-23 22:00:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								080112eb82 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDateTime.prototype.getISOFields()  
							
							
							
						 
						
							2021-07-23 08:18:11 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								18fd0d4011 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.PlainDateTime.prototype.toPlainDate()  
							
							
							
						 
						
							2021-07-23 08:18:11 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								38645347a7 
								
							 
						 
						
							
							
								
								LibJS/Tests: Fix this value error test description in a PlainDate test  
							
							
							
						 
						
							2021-07-22 21:19:40 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								2c46a0fa6c 
								
							 
						 
						
							
							
								
								LibJS/Tests: Replace snake_case with pascalCase in two PlainDate tests  
							
							
							
						 
						
							2021-07-22 21:19:40 +01:00