Skip to content

Commit 7c34920

Browse files
committed
Getting the latest numbers
1 parent be8211f commit 7c34920

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

_posts/2017-05-15-rust-at-two-years.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -37,31 +37,10 @@ But first, let's do the numbers!
3737

3838
A lot has happened since [Rust's first birthday]:
3939

40-
<!--
41-
Will rerun these just before publishing:
42-
43-
commits:
44-
`git log --since=2016-05-15 --until=2017-05-15 --oneline | wc`
45-
46-
contributors:
47-
`git log --since=2016-05-15 --until=2017-05-15 --oneline --format="%aN" | sort | uniq | wc`
48-
49-
rfcs:
50-
`git ls-tree a4a22d7c5dd71724bb2cd0fe2db5026338d0b270 text/ | wc` => there were 255 RFCs a year ago
51-
`git ls-tree HEAD text/ | wc` => there are 310 RFCs now
52-
310 - 255 = 55
53-
54-
crates:
55-
`select count(*) from crates where date(created_at) >= '2016-05-15';`
56-
57-
friends:
58-
https://github.com/rust-lang/rust-www/compare/bb7f26b...master#diff-ee76f5da00d603d5e34d053a3dc63395
59-
-->
60-
61-
- 10,583 [commits] by 655 contributors added to the core repository;
62-
- 55 [RFCs] merged;
40+
- 10,800 [commits] by 663 contributors (438 of them new this year) added to the core repository;
41+
- 56 [RFCs] merged;
6342
- 9 major releases and 2 patch releases shipped;
64-
- 4,303 new [crates] published;
43+
- 4,405 new [crates] published;
6544
- 284 library stabilizations;
6645
- 10 languages [rust-lang.org] has been translated into;
6746
- 48 new companies [running Rust in production][friends];

0 commit comments

Comments
 (0)