Robert Bastian

Results 173 comments of Robert Bastian

Outstanding work tracked in #3128

We seem to be releasing frequently enough to not require special releases for CLDR bumps. We also now have `SourceData::latest_tested`, so `icu_datagen` is coupled to CLDR versioning the same way...

From the discussion so far I think this is hard to get right, and I don't really see a benefit. If structs have private fields they will have a custom...

@Manishearth could you take a look?

@pdogr implemented `ShortVec3` but used `Vec` instead of `Box`, as otherwise pushing would always reallocate. If we use `Box` we probably want to remove `push`, `remove`, and `insert`. @pdogr to...

https://github.com/rust-diplomat/diplomat/pull/416 adds HIR support for custom ABI renames.

Fixed by #5228