Skip to content
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

Add len to str extensions #2139

Merged
merged 1 commit into from
Apr 6, 2012
Merged

Add len to str extensions #2139

merged 1 commit into from
Apr 6, 2012

Conversation

jamorton
Copy link
Contributor

@jamorton jamorton commented Apr 6, 2012

Yeah.

brson added a commit that referenced this pull request Apr 6, 2012
@brson brson merged commit ce8023b into rust-lang:master Apr 6, 2012
@brson
Copy link
Contributor

brson commented Apr 6, 2012

Thanks! What a peculiar oversight.

bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 22, 2022
Factor current-span logic into a caching handle

After rust-lang/miri#2030 and while working on rust-lang/miri#1935 it became quite clear that we need to do some caching here, because some retag operations generate many calls to `log_invalidation`, and would thus search the current thread's stack _many_ times for a local crate. This caching fixes that. This handle type also has the nice benefit of tucking away all the `ThreadManager` + `CrateNum` logic.
celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
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.

None yet

2 participants