Uh oh!
There was an error while loading. Please reload this page.
Move base64 out of extra. - #11980
Closed
nham wants to merge 1 commit into
Closed
Conversation
In accordance with the dissolution of libextra (rust-lang#8784), this moves base64 out of libextra and into its own module.
sfackler
commented
Feb 1, 2014
Member
I would think that |
huonw
commented
Feb 1, 2014
Contributor
@olsonjeffery is moving at least |
olsonjeffery
commented
Feb 6, 2014
Contributor
liigo
commented
Feb 12, 2014
Contributor
I done it. #12200 Move base64 and hex from libextra to libserialize. |
alexcrichton
commented
Feb 14, 2014
Member
Closed by #12200 |
flip1995 pushed a commit
to flip1995/rust
that referenced
this pull request
Jan 11, 2024
…N-tostring, r=llogiq Extend UNCONDITIONAL_RECURSION to check for ToString implementations Follow-up of rust-lang/rust-clippy#11938. r? `@llogiq` changelog: Extend `UNCONDITIONAL_RECURSION` to check for `ToString` implementations
U007D pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In accordance with the dissolution of libextra (#8784), this moves base64 out of libextra and into its own module.