Skip to content

Add -Zinput-stats#29764

Merged
bors merged 1 commit into
rust-lang:masterfrom
nrc:stats
Nov 12, 2015
Merged

Add -Zinput-stats#29764
bors merged 1 commit into
rust-lang:masterfrom
nrc:stats

Conversation

@nrc

@nrc nrc commented Nov 11, 2015

Copy link
Copy Markdown
Member

Emits loc, and node count - before and after expansion.

E.g.,

rustc: x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore
Lines of code:             32060
Pre-expansion node count:  120205
Post-expansion node count: 482749

r? @nikomatsakis

@sanxiyn

sanxiyn commented Nov 11, 2015

Copy link
Copy Markdown
Contributor

node_count.rs seems missing.

@nrc

nrc commented Nov 11, 2015

Copy link
Copy Markdown
Member Author

@sanxiyn thanks!

@bors

bors commented Nov 11, 2015

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #29741) made this pull request unmergeable. Please resolve the merge conflicts.

@nikomatsakis

Copy link
Copy Markdown
Contributor

r+ once conflicts are resolved

Emits loc, and node count - before and after expansion.

E.g.,

```
rustc: x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore
Lines of code:             32060
Pre-expansion node count:  120205
Post-expansion node count: 482749
```
@nrc

nrc commented Nov 11, 2015

Copy link
Copy Markdown
Member Author

@bors: r=nikomatsakis

@bors

bors commented Nov 11, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit f7dc917 has been approved by nikomatsakis

@bors

bors commented Nov 11, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit f7dc917 with merge c425969...

@bors

bors commented Nov 11, 2015

Copy link
Copy Markdown
Collaborator

⛄ The build was interrupted to prioritize another pull request.

bors added a commit that referenced this pull request Nov 12, 2015
Emits loc, and node count - before and after expansion.

E.g.,

```
rustc: x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore
Lines of code:             32060
Pre-expansion node count:  120205
Post-expansion node count: 482749
```

r? @nikomatsakis
@bors

bors commented Nov 12, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit f7dc917 with merge 3bd622f...

@bors bors merged commit f7dc917 into rust-lang:master Nov 12, 2015
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.

4 participants