Skip to content

Commit f9cf9da

Browse files
committed
---
yaml --- r: 233832 b: refs/heads/beta c: 4bb9023 h: refs/heads/master v: v3
1 parent f77c653 commit f9cf9da

File tree

1,240 files changed

+49991
-41165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,240 files changed

+49991
-41165
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
2323
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
2424
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
26-
refs/heads/beta: 73e7a7269553f661501d54c1fe8c57aa12b126fa
26+
refs/heads/beta: 4bb90232daab451cf58359e0c5874bc905d2f101
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
2828
refs/heads/tmp: 370fe2786109360f7c35b8ba552b83b773dd71d6
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

branches/beta/.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66
*.rs rust
77
src/etc/pkg/rust-logo.ico binary
88
src/etc/pkg/rust-logo.png binary
9-
src/rt/msvc/* -whitespace
10-
src/rt/valgrind/* -whitespace
119
*.woff binary

branches/beta/.mailmap

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ Abhishek Chanda <[email protected]> Abhishek Chanda <abhishek@cloudscaling
1010
1111
Aydin Kim <[email protected]> aydin.kim <[email protected]>
1212
13+
Alex Newman <[email protected]> Alex HotShot Newman <[email protected]>
1314
Alex Rønne Petersen <[email protected]>
1415
16+
Andrew Kuchev <[email protected]> Andrew <[email protected]>
1517
1618
17-
19+
Ariel Ben-Yehuda <[email protected]> arielb1 <[email protected]>
20+
Ariel Ben-Yehuda <[email protected]> Ariel Ben-Yehuda <[email protected]>
1821
1922
2023
Benjamin Jackman <[email protected]>
@@ -76,6 +79,7 @@ Kang Seonghoon <[email protected]> <[email protected]>
7679
7780
Kyeongwoon Lee <[email protected]>
7881
Lee Wondong <[email protected]>
82+
Lee Jeffery <[email protected]> Lee Jeffery <[email protected]>
7983
Lennart Kudling <[email protected]>
8084
8185
@@ -121,8 +125,10 @@ startling <[email protected]>
121125
122126
Steven Stewart-Gallus <[email protected]> <[email protected]>
123127
Tamir Duberstein <[email protected]> Tamir Duberstein <[email protected]>
128+
Ticki <[email protected]> Ticki <@>
124129
125130
131+
Ulrik Sverdrup <[email protected]> Ulrik Sverdrup <root@localhost>
126132
Vadim Petrochenkov <[email protected]> petrochenkov <[email protected]>
127133
128134
Xuefeng Wu <[email protected]> Xuefeng Wu <[email protected]> XuefengWu <[email protected]>

branches/beta/.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ sudo: false
2020
before_script:
2121
- ./configure --enable-ccache
2222
script:
23-
- make tidy
24-
- make rustc-stage1 -j4
23+
- make tidy && make check -j4
2524

2625
env:
2726
- CXX=/usr/bin/g++-4.7

0 commit comments

Comments
 (0)