-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement runtime type checker on SemTypes #43279
base: nutcracker
Are you sure you want to change the base?
Implement runtime type checker on SemTypes #43279
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 097339c - Browse repository at this point
Copy the full SHA 097339cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cf7a4e - Browse repository at this point
Copy the full SHA 9cf7a4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2db89b - Browse repository at this point
Copy the full SHA b2db89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34dffce - Browse repository at this point
Copy the full SHA 34dffceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7a09c8 - Browse repository at this point
Copy the full SHA e7a09c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1a2aa2 - Browse repository at this point
Copy the full SHA b1a2aa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f9f08d - Browse repository at this point
Copy the full SHA 0f9f08dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 959d2db - Browse repository at this point
Copy the full SHA 959d2dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 832c452 - Browse repository at this point
Copy the full SHA 832c452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9534c76 - Browse repository at this point
Copy the full SHA 9534c76View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9ec6c6 - Browse repository at this point
Copy the full SHA e9ec6c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 459294c - Browse repository at this point
Copy the full SHA 459294cView commit details -
Use new api in CompilerTypeTestApi Extract out the which semtype implementation used for tests Implement semtype tests
Configuration menu - View commit details
-
Copy full SHA for 40aa6c2 - Browse repository at this point
Copy the full SHA 40aa6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6d3918 - Browse repository at this point
Copy the full SHA c6d3918View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae92a67 - Browse repository at this point
Copy the full SHA ae92a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for c010be8 - Browse repository at this point
Copy the full SHA c010be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18cae23 - Browse repository at this point
Copy the full SHA 18cae23View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfc70b0 - Browse repository at this point
Copy the full SHA bfc70b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a6705 - Browse repository at this point
Copy the full SHA b7a6705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e1eea6 - Browse repository at this point
Copy the full SHA 9e1eea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d5d6c - Browse repository at this point
Copy the full SHA 98d5d6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b47db75 - Browse repository at this point
Copy the full SHA b47db75View commit details -
Configuration menu - View commit details
-
Copy full SHA for e89a244 - Browse repository at this point
Copy the full SHA e89a244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0814816 - Browse repository at this point
Copy the full SHA 0814816View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfce5c6 - Browse repository at this point
Copy the full SHA dfce5c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dab1ed5 - Browse repository at this point
Copy the full SHA dab1ed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0195bae - Browse repository at this point
Copy the full SHA 0195baeView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa2b11 - Browse repository at this point
Copy the full SHA eaa2b11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 989925a - Browse repository at this point
Copy the full SHA 989925aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 458b830 - Browse repository at this point
Copy the full SHA 458b830View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba7a3e7 - Browse repository at this point
Copy the full SHA ba7a3e7View commit details -
Optimize TypeChecker:basicType
Avoid doing a `instanceOf` on a abstract type (which trigger a full type check) and instead use a virtual function that create the basic type which should be cheaper
Configuration menu - View commit details
-
Copy full SHA for 0fc837b - Browse repository at this point
Copy the full SHA 0fc837bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53239af - Browse repository at this point
Copy the full SHA 53239afView commit details -
Fix hash and equals for semtypes
Memoization depends on hash and equals. Otherwise we create duplicate memos for equal types
Configuration menu - View commit details
-
Copy full SHA for 113396f - Browse repository at this point
Copy the full SHA 113396fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe8173a - Browse repository at this point
Copy the full SHA fe8173aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d0fb3 - Browse repository at this point
Copy the full SHA 92d0fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d70cec - Browse repository at this point
Copy the full SHA 3d70cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ede1c5 - Browse repository at this point
Copy the full SHA 7ede1c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3a7cb - Browse repository at this point
Copy the full SHA 7d3a7cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 066ac46 - Browse repository at this point
Copy the full SHA 066ac46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 168cd06 - Browse repository at this point
Copy the full SHA 168cd06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47cf2e2 - Browse repository at this point
Copy the full SHA 47cf2e2View commit details -
Implement mapping type projection
WIP: Make Mapping BTypes use semtypes
Configuration menu - View commit details
-
Copy full SHA for be86ded - Browse repository at this point
Copy the full SHA be86dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 208c564 - Browse repository at this point
Copy the full SHA 208c564View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb5866a - Browse repository at this point
Copy the full SHA bb5866aView commit details -
Fix never type not being set correctly for records
Fix initialization bug WIP: add hack to make never? on the positive side work
Configuration menu - View commit details
-
Copy full SHA for 59ed313 - Browse repository at this point
Copy the full SHA 59ed313View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ffed03 - Browse repository at this point
Copy the full SHA 2ffed03View commit details -
Configuration menu - View commit details
-
Copy full SHA for abe3118 - Browse repository at this point
Copy the full SHA abe3118View commit details -
Refactor type checker with "widenedType"
Widened type for basic types is the basic type where as for other types it is contextually expected type (not the actual shape of the value). This is to avoid the overhead of having to create singleton types for each basic type value
Configuration menu - View commit details
-
Copy full SHA for 2c0e0d0 - Browse repository at this point
Copy the full SHA 2c0e0d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3230b4 - Browse repository at this point
Copy the full SHA e3230b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c521f2 - Browse repository at this point
Copy the full SHA 0c521f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92175a4 - Browse repository at this point
Copy the full SHA 92175a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4305c98 - Browse repository at this point
Copy the full SHA 4305c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c54854 - Browse repository at this point
Copy the full SHA 6c54854View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ebd047 - Browse repository at this point
Copy the full SHA 5ebd047View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b30b5a - Browse repository at this point
Copy the full SHA 7b30b5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8d535 - Browse repository at this point
Copy the full SHA 9e8d535View commit details -
Fix runtime type clash Due to reasons that are not entierly clear to me when we run all the unit tests some how types from `record_project_closed_rec_equiv` to clashed with types defined in other unit tests. As a temperary workaround I introduced a new package name for this.
Configuration menu - View commit details
-
Copy full SHA for 48250e0 - Browse repository at this point
Copy the full SHA 48250e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ada301 - Browse repository at this point
Copy the full SHA 7ada301View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb7cc68 - Browse repository at this point
Copy the full SHA eb7cc68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ad1d7 - Browse repository at this point
Copy the full SHA 16ad1d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7b7b8 - Browse repository at this point
Copy the full SHA cb7b7b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac258d8 - Browse repository at this point
Copy the full SHA ac258d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b5406 - Browse repository at this point
Copy the full SHA 22b5406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 819ee35 - Browse repository at this point
Copy the full SHA 819ee35View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7fcd53 - Browse repository at this point
Copy the full SHA d7fcd53View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5fde6f - Browse repository at this point
Copy the full SHA c5fde6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9b2f5 - Browse repository at this point
Copy the full SHA dd9b2f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca09ab1 - Browse repository at this point
Copy the full SHA ca09ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f22e277 - Browse repository at this point
Copy the full SHA f22e277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b06982 - Browse repository at this point
Copy the full SHA 9b06982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04720bc - Browse repository at this point
Copy the full SHA 04720bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for eceed00 - Browse repository at this point
Copy the full SHA eceed00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f5ca3 - Browse repository at this point
Copy the full SHA 34f5ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f3a3d - Browse repository at this point
Copy the full SHA f5f3a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 005abb4 - Browse repository at this point
Copy the full SHA 005abb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66c3112 - Browse repository at this point
Copy the full SHA 66c3112View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0247780 - Browse repository at this point
Copy the full SHA 0247780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62851cd - Browse repository at this point
Copy the full SHA 62851cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d1e73 - Browse repository at this point
Copy the full SHA a0d1e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for fac9ebf - Browse repository at this point
Copy the full SHA fac9ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0f5e15 - Browse repository at this point
Copy the full SHA b0f5e15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35acfa7 - Browse repository at this point
Copy the full SHA 35acfa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d09d3bb - Browse repository at this point
Copy the full SHA d09d3bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 533de93 - Browse repository at this point
Copy the full SHA 533de93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68cbc8c - Browse repository at this point
Copy the full SHA 68cbc8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1a42ff - Browse repository at this point
Copy the full SHA b1a42ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8786e38 - Browse repository at this point
Copy the full SHA 8786e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2134a2 - Browse repository at this point
Copy the full SHA f2134a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7dc8b6 - Browse repository at this point
Copy the full SHA c7dc8b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a56a08 - Browse repository at this point
Copy the full SHA 4a56a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af937d - Browse repository at this point
Copy the full SHA 5af937dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e59b0d8 - Browse repository at this point
Copy the full SHA e59b0d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aed5c11 - Browse repository at this point
Copy the full SHA aed5c11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c7fb62 - Browse repository at this point
Copy the full SHA 0c7fb62View commit details -
Configuration menu - View commit details
-
Copy full SHA for aee61da - Browse repository at this point
Copy the full SHA aee61daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ec842 - Browse repository at this point
Copy the full SHA 05ec842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dea0e0 - Browse repository at this point
Copy the full SHA 9dea0e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9763bba - Browse repository at this point
Copy the full SHA 9763bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a586cbe - Browse repository at this point
Copy the full SHA a586cbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a90f6c - Browse repository at this point
Copy the full SHA 9a90f6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 603ebb6 - Browse repository at this point
Copy the full SHA 603ebb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6355d7e - Browse repository at this point
Copy the full SHA 6355d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d55c66 - Browse repository at this point
Copy the full SHA 2d55c66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bccb02 - Browse repository at this point
Copy the full SHA 0bccb02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f9d388 - Browse repository at this point
Copy the full SHA 9f9d388View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2be918 - Browse repository at this point
Copy the full SHA e2be918View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82f3449 - Browse repository at this point
Copy the full SHA 82f3449View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e6f3f - Browse repository at this point
Copy the full SHA a2e6f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31763e3 - Browse repository at this point
Copy the full SHA 31763e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c0deea - Browse repository at this point
Copy the full SHA 0c0deeaView commit details -
Introduce simplified cell subtype
Cache BddNode for simple cell types Avoid unnecessarily creating Bdds with simple cells
Configuration menu - View commit details
-
Copy full SHA for 79d606b - Browse repository at this point
Copy the full SHA 79d606bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5287276 - Browse repository at this point
Copy the full SHA 5287276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5339803 - Browse repository at this point
Copy the full SHA 5339803View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb276a7 - Browse repository at this point
Copy the full SHA fb276a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3130b08 - Browse repository at this point
Copy the full SHA 3130b08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a33ddc - Browse repository at this point
Copy the full SHA 8a33ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25a991e - Browse repository at this point
Copy the full SHA 25a991eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdefdd2 - Browse repository at this point
Copy the full SHA fdefdd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4088a2c - Browse repository at this point
Copy the full SHA 4088a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12752be - Browse repository at this point
Copy the full SHA 12752beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 116e8bf - Browse repository at this point
Copy the full SHA 116e8bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d91972 - Browse repository at this point
Copy the full SHA 1d91972View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd5a72 - Browse repository at this point
Copy the full SHA 4dd5a72View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc7397f - Browse repository at this point
Copy the full SHA cc7397fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b8df80 - Browse repository at this point
Copy the full SHA 3b8df80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3984263 - Browse repository at this point
Copy the full SHA 3984263View commit details -
Configuration menu - View commit details
-
Copy full SHA for e730d4d - Browse repository at this point
Copy the full SHA e730d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5de9739 - Browse repository at this point
Copy the full SHA 5de9739View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ccc58 - Browse repository at this point
Copy the full SHA 49ccc58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bd88a - Browse repository at this point
Copy the full SHA 20bd88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0003ac - Browse repository at this point
Copy the full SHA d0003acView commit details -
Also fix more unit tests with clashing type names
Configuration menu - View commit details
-
Copy full SHA for 758b8e4 - Browse repository at this point
Copy the full SHA 758b8e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0976c0c - Browse repository at this point
Copy the full SHA 0976c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b314499 - Browse repository at this point
Copy the full SHA b314499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7542bd2 - Browse repository at this point
Copy the full SHA 7542bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1a356 - Browse repository at this point
Copy the full SHA ad1a356View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef853cf - Browse repository at this point
Copy the full SHA ef853cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ec397 - Browse repository at this point
Copy the full SHA 16ec397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55689c6 - Browse repository at this point
Copy the full SHA 55689c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45c86f9 - Browse repository at this point
Copy the full SHA 45c86f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d039bc3 - Browse repository at this point
Copy the full SHA d039bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d0eed - Browse repository at this point
Copy the full SHA 43d0eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd30867 - Browse repository at this point
Copy the full SHA fd30867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e82632 - Browse repository at this point
Copy the full SHA 4e82632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4387dd1 - Browse repository at this point
Copy the full SHA 4387dd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce32d6 - Browse repository at this point
Copy the full SHA 8ce32d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6e63b - Browse repository at this point
Copy the full SHA fc6e63bView commit details -
Use result caching with all semtypes
Fix check style violations
Configuration menu - View commit details
-
Copy full SHA for f4efb4a - Browse repository at this point
Copy the full SHA f4efb4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0295494 - Browse repository at this point
Copy the full SHA 0295494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff8067 - Browse repository at this point
Copy the full SHA 8ff8067View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc47bb2 - Browse repository at this point
Copy the full SHA cc47bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35306e9 - Browse repository at this point
Copy the full SHA 35306e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 803207f - Browse repository at this point
Copy the full SHA 803207fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1c502 - Browse repository at this point
Copy the full SHA cb1c502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a27f3c - Browse repository at this point
Copy the full SHA 6a27f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 214af52 - Browse repository at this point
Copy the full SHA 214af52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 998d182 - Browse repository at this point
Copy the full SHA 998d182View commit details -
Configuration menu - View commit details
-
Copy full SHA for d64ae55 - Browse repository at this point
Copy the full SHA d64ae55View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90ede8 - Browse repository at this point
Copy the full SHA e90ede8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d24091 - Browse repository at this point
Copy the full SHA 7d24091View commit details -
Configuration menu - View commit details
-
Copy full SHA for d46d0c4 - Browse repository at this point
Copy the full SHA d46d0c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed4e81c - Browse repository at this point
Copy the full SHA ed4e81cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d69c0 - Browse repository at this point
Copy the full SHA f4d69c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c03362 - Browse repository at this point
Copy the full SHA 7c03362View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd09f5a - Browse repository at this point
Copy the full SHA cd09f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a721e1c - Browse repository at this point
Copy the full SHA a721e1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 527881a - Browse repository at this point
Copy the full SHA 527881aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 275e859 - Browse repository at this point
Copy the full SHA 275e859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 944a0f1 - Browse repository at this point
Copy the full SHA 944a0f1View commit details -
We move the type check cache out of SemType to avoid unnecessary type resolutions
Configuration menu - View commit details
-
Copy full SHA for 10ad007 - Browse repository at this point
Copy the full SHA 10ad007View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2073d5 - Browse repository at this point
Copy the full SHA a2073d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca4370c - Browse repository at this point
Copy the full SHA ca4370cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ba22f - Browse repository at this point
Copy the full SHA 17ba22fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81b1066 - Browse repository at this point
Copy the full SHA 81b1066View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce078ab - Browse repository at this point
Copy the full SHA ce078abView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8510e0 - Browse repository at this point
Copy the full SHA c8510e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9245f6a - Browse repository at this point
Copy the full SHA 9245f6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3219b20 - Browse repository at this point
Copy the full SHA 3219b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c2b0fa - Browse repository at this point
Copy the full SHA 5c2b0faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c16cf4 - Browse repository at this point
Copy the full SHA 7c16cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e531dc7 - Browse repository at this point
Copy the full SHA e531dc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaab80e - Browse repository at this point
Copy the full SHA aaab80eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16e830d - Browse repository at this point
Copy the full SHA 16e830dView commit details