~thopiekar/protobuf/+git/protobuf:dependabot/github_actions/ilammy/msvc-dev-cmd-1.13.0

Last commit made on 2024-04-29
Get this branch:
git clone -b dependabot/github_actions/ilammy/msvc-dev-cmd-1.13.0 https://git.launchpad.net/~thopiekar/protobuf/+git/protobuf

Branch merges

Branch information

Name:
dependabot/github_actions/ilammy/msvc-dev-cmd-1.13.0
Repository:
lp:~thopiekar/protobuf/+git/protobuf

Recent commits

18a0a9d... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump ilammy/msvc-dev-cmd from 1.12.1 to 1.13.0

Bumps [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/ilammy/msvc-dev-cmd/releases)
- [Commits](https://github.com/ilammy/msvc-dev-cmd/compare/cec98b9d092141f74527d0afa6feb2af698cfe89...0b201ec74fa43914dc39ae48a89fd1d8cb592756)

---
updated-dependencies:
- dependency-name: ilammy/msvc-dev-cmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

f9ed220... by Jakob Buchgraber <email address hidden>

Remove MutProxied for bytes/string fields.

This change then also makes the BytesMut/ProtoStrMut types unused. It removes them and related code.

PiperOrigin-RevId: 629023886

1980e02... by Jakob Buchgraber <email address hidden>

Remove PrimitiveMut and related vtable types

The last callside that used PrimitiveMut was in our enums code. This change makes it so that enums nolonger implement MutProxied and thus no longer need the PrimitiveMut type.

PiperOrigin-RevId: 629017282

1a84c9c... by Jakob Buchgraber <email address hidden>

Remove gencode that uses vtables for string/bytes field accessors

It's now unused.

PiperOrigin-RevId: 629000604

d76fdc5... by Jakob Buchgraber <email address hidden>

Implement IntoProxied for messages

PiperOrigin-RevId: 628992357

1d0028d... by Protobuf Team Bot <email address hidden>

Fix unused warnings in Rust Proto

PiperOrigin-RevId: 628973552

de6aba9... by Protobuf Team Bot <email address hidden>

Java Proto Lite: Serialize repeated enums without allocating

Serialize repeated enums without allocating

PiperOrigin-RevId: 628915124

b3e7a00... by Protobuf Team Bot <email address hidden>

Add unit test enum showing allocation in repeated enum lists

TestPackedTypes' field is unused, it's just there to make the messages symmetric between packed and unpacked versions.

PiperOrigin-RevId: 628913968

ea4c77c... by Eric Salo <email address hidden>

upb: implement .mergeFromBuffer() on GeneratedMessage in Dart

PiperOrigin-RevId: 628455567

93bd4bb... by Marcel Hlopko <email address hidden>

Ensure that the rust_proto_library is in the same package as proto_library

PiperOrigin-RevId: 628308230