Files
rust/compiler
Nicholas Nethercote 81436ebd55 Use SmallVec for the bundles vectors.
They never have a length of more than two. So this commit changes them
to `SmallVec<[_; 2]>`.

Also, we possibly push `None` values and then filter those `None` values
out again with `retain`. So this commit removes the `retain` and instead
only pushes the values if they are `Some(_)`.
2023-06-29 11:47:39 +10:00
..
2023-05-02 10:45:16 -07:00
2023-06-29 11:45:52 +10:00
2023-06-05 16:01:09 +02:00
2023-06-21 16:54:54 +05:30
2023-06-11 22:45:04 -04:00
2023-05-26 15:18:54 -04:00