Skip to content

Remove deprecated modes from libstd/time.rs #3269

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

Merged
merged 1 commit into from
Aug 24, 2012

Conversation

killerswan
Copy link
Contributor

I've changed the unique string arguments to slices, and internally use
references to tm enums. These changes are self-contained and so likely
don't step on @graydon's feet for a change!

I've changed the unique string arguments to slices, and internally use
references to tm enums.  These changes are self-contained and so likely
don't step on any of @graydon's feet for a change!
graydon added a commit that referenced this pull request Aug 24, 2012
Remove deprecated modes from libstd/time.rs
@graydon graydon merged commit 23deed1 into rust-lang:incoming Aug 24, 2012
@graydon
Copy link
Contributor

graydon commented Aug 24, 2012

Thanks!

bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
jaisnan pushed a commit to jaisnan/rust-dev that referenced this pull request Jul 29, 2024
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`59ef366` to `7495f7b`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/7495f7b43c271ebf3d467409c43fc3cc864bdcc6"><code>7495f7b</code></a>
build(deps): bump docker/build-push-action from 5 to 6 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2253">#2253</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/bb2c836165cf81a74627460393d0385e8fda6d2c"><code>bb2c836</code></a>
feat(s2n-quic-core): add waker contract helper (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2248">#2248</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/3cd4c289c109700b75a9a8cd87301a432f03cf7b"><code>3cd4c28</code></a>
fix(dc-wireshark): parse all packet types in TCP (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2252">#2252</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/d8ee4e611ee24739bfda9457a987718fe542cfdd"><code>d8ee4e6</code></a>
fix: clippy fixes for rustc 1.79 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2250">#2250</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/c25b075f07a2547a0211985ac3ebab31d35a50ec"><code>c25b075</code></a>
docs: make an actual policy recommendation for fips (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2246">#2246</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/aef5f4d0c904b7d77992b10c38c5191b41ecbee8"><code>aef5f4d</code></a>
feat(wireshark-dcquic): add wireshark plugin (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2239">#2239</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/701b240493821036954fc953f2e91db071192e35"><code>701b240</code></a>
chore: release 1.39.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2245">#2245</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/ab6337ca558e08b030910727d728dbb62405d211"><code>ab6337c</code></a>
feat(s2n-quic-dc): add socket constructor (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2240">#2240</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/7a06121283a205c5aeddc3b49e95a423b10420a5"><code>7a06121</code></a>
feat(s2n-quic-core): updates to dc provider (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2244">#2244</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/c93f74af895f4467aa0183b6f5afe54f8cfdb940"><code>c93f74a</code></a>
fix(s2n-quic-dc): replace generational-areana with slotmap (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2243">#2243</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/s2n-quic/compare/59ef366af76edfb4f89bd39137865db2a1ad041d...7495f7b43c271ebf3d467409c43fc3cc864bdcc6">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants