Skip to content

Conversation

grahame
Copy link
Contributor

@grahame grahame commented Jan 14, 2012

I've added in the enum keyword, and the keywords associated with interfaces.

brson added a commit that referenced this pull request Jan 15, 2012
Simple update of the vim syntax file
@brson brson merged commit b93ed36 into rust-lang:master Jan 15, 2012
@brson
Copy link
Contributor

brson commented Jan 15, 2012

Thanks!

Stebalien added a commit to Stebalien/rust that referenced this pull request Sep 30, 2016
Instead of cloning a bunch of copyable types only to drop them (in `nth`,
`last`, and `count`), take advantage of rust-lang#1521 (Copy clone semantics) and don't
bother cloning them in the first place (directly call `nth`, `last`, and `count`
on the wrapped iterator). If the wrapped iterator optimizes these methods,
`Cloned` now inherits this optimization.
Stebalien added a commit to Stebalien/rust that referenced this pull request Jan 12, 2017
Instead of cloning a bunch of copyable types only to drop them (in `nth`,
`last`, and `count`), take advantage of rust-lang#1521 (Copy clone semantics) and don't
bother cloning them in the first place (directly call `nth`, `last`, and `count`
on the wrapped iterator). If the wrapped iterator optimizes these methods,
`Cloned` now inherits this optimization.
celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
bjorn3 pushed a commit to bjorn3/rust that referenced this pull request Aug 9, 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.

2 participants