Skip to content

Commit ab106b2

Browse files
author
arielb1
committed
---
yaml --- r: 232358 b: refs/heads/try c: 21eae93 h: refs/heads/master v: v3
1 parent eb47e63 commit ab106b2

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
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: edeb4f1c86cbf6af8ef9874d4b3af50f721ea1b8
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4-
refs/heads/try: e907fab17812d1f6749a4a50ae248b205a7eca0f
4+
refs/heads/try: 21eae93550216ca02c7fa949268d5d2907d36e26
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

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