-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve the performance of the vec![] macro
Closes #17865
- Loading branch information
1 parent
310f2de
commit 02d976a
Showing
5 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
02d976a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from aturon
at https://github.com/thestinger/rust/commit/02d976a7f9ae838901b50b64109d90d54619fe4d
02d976a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging thestinger/rust/vec = 02d976a into auto
02d976a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thestinger/rust/vec = 02d976a merged ok, testing candidate = 1add4de
02d976a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1742
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1739
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1733
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1739
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1736
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1735
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1735
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1739
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1733
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1732
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1735
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1393
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/1390
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/1393
success: http://buildbot.rust-lang.org/builders/auto-win-64-opt/builds/228
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-t/builds/228
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-c/builds/224
02d976a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = 1add4de