about summary refs log tree commit diff
path: root/users/wpcarro/scratch/compiler/vec.ml (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-25 r/5197 feat(wpcarro/compiler): Support Vector typeWilliam Carroll1-0/+127
Support an array that dynamically resizes itself, and replace usages of `List`, `Array`, and `Queue` with `Vec`. Change-Id: I910b140b7c1bdddae40e08f8191986dccbc6fddf Reviewed-on: https://cl.tvl.fyi/c/depot/+/7080 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>