Skip to content

Commit 8e7f7fc

Browse files
committed
---
yaml --- r: 233671 b: refs/heads/beta c: 3f1c7e1 h: refs/heads/master i: 233669: 1fafbe7 233667: ba6adfc 233663: 5236a16 v: v3
1 parent 5fccf03 commit 8e7f7fc

File tree

1,146 files changed

+38247
-42467
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,146 files changed

+38247
-42467
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: b74ec4c847388a5d34688186347eb9ebb3d6115b
26+
refs/heads/beta: 3f1c7e1660c8f6d8d51ac70d39c7aa53f88542d1
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
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
911
*.woff binary

branches/beta/.mailmap

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ 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]>
1413
Alex Rønne Petersen <[email protected]>
1514
16-
Andrew Kuchev <[email protected]> Andrew <[email protected]>
1715
1816
19-
Ariel Ben-Yehuda <[email protected]> arielb1 <[email protected]>
20-
Ariel Ben-Yehuda <[email protected]> Ariel Ben-Yehuda <[email protected]>
17+
2118
2219
2320
Benjamin Jackman <[email protected]>
@@ -79,7 +76,6 @@ Kang Seonghoon <[email protected]> <[email protected]>
7976
8077
Kyeongwoon Lee <[email protected]>
8178
Lee Wondong <[email protected]>
82-
Lee Jeffery <[email protected]> Lee Jeffery <[email protected]>
8379
Lennart Kudling <[email protected]>
8480
8581
@@ -125,10 +121,8 @@ startling <[email protected]>
125121
126122
Steven Stewart-Gallus <[email protected]> <[email protected]>
127123
Tamir Duberstein <[email protected]> Tamir Duberstein <[email protected]>
128-
Ticki <[email protected]> Ticki <@>
129124
130125
131-
Ulrik Sverdrup <[email protected]> Ulrik Sverdrup <root@localhost>
132126
Vadim Petrochenkov <[email protected]> petrochenkov <[email protected]>
133127
134128
Xuefeng Wu <[email protected]> Xuefeng Wu <[email protected]> XuefengWu <[email protected]>

branches/beta/.travis.yml

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

2526
env:
2627
- CXX=/usr/bin/g++-4.7

0 commit comments

Comments
 (0)