Skip to content

More 0.7 release notes #7209

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

Closed
wants to merge 1 commit into from
Closed

More 0.7 release notes #7209

wants to merge 1 commit into from

Conversation

brson
Copy link
Contributor

@brson brson commented Jun 18, 2013

No description provided.

* std: Added `os::mkdir_recursive`.
* std: Added `os::glob` function performs filesystems globs.
* std: `FuzzyEq` renamed to `ApproxEq`.
* std: `Map` now defines `pop` and `swap` methods.
* std: `Cell` constructors converted to static methods.
* extra: `rc` module adds the reference counted pointer, `Rc`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could also mention RcMut here

@brson
Copy link
Contributor Author

brson commented Jun 18, 2013

Updated to incorporate @thestinger's feedback

@thestinger
Copy link
Contributor

Going to land this in #7270 with the other documentation pull requests to help clear the queue faster.

@thestinger thestinger closed this Jun 21, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 17, 2021
…r=flip1995

Vec extend to append

This PR adds a check to suggest changes of vector from

```
vec.extend(other_vec.drain(..))
```

could be written as

```
vec![].append(&mut vec![]);
```

changelog: Add vec_extend_to_append lint
issue: rust-lang#7209
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