File tree Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -37,31 +37,10 @@ But first, let's do the numbers!
37
37
38
38
A lot has happened since [ Rust's first birthday] :
39
39
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;
63
42
- 9 major releases and 2 patch releases shipped;
64
- - 4,303 new [ crates] published;
43
+ - 4,405 new [ crates] published;
65
44
- 284 library stabilizations;
66
45
- 10 languages [ rust-lang.org] has been translated into;
67
46
- 48 new companies [ running Rust in production] [ friends ] ;
You can’t perform that action at this time.
0 commit comments