Skip to content

Rollup of 5 pull requests - #33710

Merged
bors merged 11 commits into
rust-lang:masterfrom
Manishearth:rollup
May 18, 2016
Merged

Rollup of 5 pull requests#33710
bors merged 11 commits into
rust-lang:masterfrom
Manishearth:rollup

Conversation

GuillaumeGomezand others added 11 commits May 15, 2016 15:29
`nest_level` is long dead since cac7a20
(PR rust-lang#14831), so is `check_positional_ok()`. Let's bid them farewell.
This query is frequently used during trait selection and caching the
result can be a reasonable performance win.
…tsakis
syntax_ext: format: nest_level's are no more
Just noticed this while working on rust-lang#33642 and here's a quick fix, shouldn't touch anything else. It's some historic code indeed...
…yle, r=steveklabnik
Fix selected item background style
r? @steveklabnik
…turon
introduce a specializes cache
This query is frequently used during trait selection and caching the
result can be a reasonable performance win.
The one case I examined thus far was the mrusty package (v0.5.1), where I saw an improvement in "typeck item bodies" from ~8.3s to ~1.9s.
r? @aturon
@Manishearth

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=10

@bors

bors commented May 18, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 07194a0 has been approved by Manishearth

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@bors

bors commented May 18, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 07194a0 with merge 9743c66...

bors added a commit that referenced this pull request May 18, 2016
Rollup of 5 pull requests
- Successful merges: #33656, #33666, #33673, #33675, #33695
- Failed merges:
@bors
bors merged commit 07194a0 into rust-lang:masterMay 18, 2016
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Manishearth@bors@rust-highfive@nikomatsakis@Centril@GuillaumeGomez@xen0n@apasel422