Skip to content

Commit d52a85b

Browse files
author
arielb1
committed
---
yaml --- r: 227296 b: refs/heads/auto c: 21eae93 h: refs/heads/master v: v3
1 parent a60447f commit d52a85b

File tree

831 files changed

+30629
-23672
lines changed

Some content is hidden

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

831 files changed

+30629
-23672
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
88
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
99
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1010
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
11-
refs/heads/auto: e907fab17812d1f6749a4a50ae248b205a7eca0f
11+
refs/heads/auto: 21eae93550216ca02c7fa949268d5d2907d36e26
1212
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1313
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336
1414
refs/tags/0.2: 1754d02027f2924bed83b0160ee340c7f41d5ea1

branches/auto/.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/auto/.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/auto/.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)