-
Notifications
You must be signed in to change notification settings - Fork 52
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
Internal change #167
Merged
Internal change #167
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PiperOrigin-RevId: 473822092
PiperOrigin-RevId: 474399520
PiperOrigin-RevId: 475385396
PiperOrigin-RevId: 475918821
PiperOrigin-RevId: 475950989
PiperOrigin-RevId: 476211669
PiperOrigin-RevId: 477174015
PiperOrigin-RevId: 477284807
PiperOrigin-RevId: 477498581
PiperOrigin-RevId: 477826431
PiperOrigin-RevId: 478550382
PiperOrigin-RevId: 478557994
PiperOrigin-RevId: 478571306
PiperOrigin-RevId: 479164000
PiperOrigin-RevId: 480133124
PiperOrigin-RevId: 480143459
PiperOrigin-RevId: 480261088
PiperOrigin-RevId: 481914050
PiperOrigin-RevId: 482331094
PiperOrigin-RevId: 482353270
…n::Create` to standalone functions PiperOrigin-RevId: 482493085
PiperOrigin-RevId: 482570000
PiperOrigin-RevId: 483424523
PiperOrigin-RevId: 483462567
PiperOrigin-RevId: 483957710
…er utility and migrate the builtin registrar to use them. This covers all of the standard builtin cases and can be implemented simply (reducing the binary size over a fully generalized implementation). PiperOrigin-RevId: 484013270
PiperOrigin-RevId: 531310682
…stead of an instance. PiperOrigin-RevId: 531312047
PiperOrigin-RevId: 531313837
…lding optimization. PiperOrigin-RevId: 531319295
PiperOrigin-RevId: 531558145
PiperOrigin-RevId: 531576309
PiperOrigin-RevId: 532156138
…ce warnings PiperOrigin-RevId: 532161387
PiperOrigin-RevId: 532191709
PiperOrigin-RevId: 532193349
PiperOrigin-RevId: 532225932
…ifying constants at plan time. For now, clients still need to explicitly declare the set of enums that can be used as constants in expression. PiperOrigin-RevId: 532242312
PiperOrigin-RevId: 532243263
PiperOrigin-RevId: 532299260
PiperOrigin-RevId: 532529938
…escriptors PiperOrigin-RevId: 532532458
… `absl::Span` PiperOrigin-RevId: 532532876
PiperOrigin-RevId: 532538180
PiperOrigin-RevId: 532539270
PiperOrigin-RevId: 532559575
PiperOrigin-RevId: 532563089
PiperOrigin-RevId: 532574621
PiperOrigin-RevId: 532576668
PiperOrigin-RevId: 532830941
PiperOrigin-RevId: 532870452
PiperOrigin-RevId: 532871600
PiperOrigin-RevId: 533103982
jcking
approved these changes
May 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Internal change