Skip to content

Commit d17cb62

Browse files
committed
---
yaml --- r: 157182 b: refs/heads/master c: 72fb8f3 h: refs/heads/master v: v3
1 parent 54ebf3f commit d17cb62

File tree

668 files changed

+6052
-7802
lines changed

Some content is hidden

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

668 files changed

+6052
-7802
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ad4557ce76ccf8d774bd28b6d7a4e43e73200f21
2+
refs/heads/master: 72fb8f36881784c24acc3febd429d642ddb64c2c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: d44ea720fa9dfe062ef06d0eb49a58d4e7e92344
55
refs/heads/try: 6ecdf1fa83d7cdbf44a0091132e9c6580be72275

trunk/.mailmap

Lines changed: 2 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -5,104 +5,8 @@
55
# email addresses.
66
#
77

8-
Aaron Todd <[email protected]>
9-
10-
11-
Alex Rønne Petersen <[email protected]>
12-
13-
14-
15-
16-
17-
18-
Benjamin Jackman <[email protected]>
19-
20-
blake2-ppc <[email protected]> <blake2-ppc>
21-
22-
23-
Brian Dawn <[email protected]>
24-
Carl-Anton Ingmarsson <[email protected]> <[email protected]>
25-
Carol Willing <[email protected]>
26-
Chris Pressey <[email protected]>
27-
28-
David Klein <[email protected]>
29-
30-
Damien Schoof <[email protected]>
31-
Derek Chiang <[email protected]> Derek Chiang (Enchi Jiang) <[email protected]>
32-
33-
34-
Eduardo Bautista <[email protected]> <=>
35-
36-
Elly Fong-Jones <[email protected]>
37-
38-
39-
Eric Holmes <[email protected]>
40-
41-
42-
Evgeny Sologubov
43-
Falco Hirschenberger <[email protected]> <[email protected]>
44-
Gareth Daniel Smith <[email protected]>
45-
46-
47-
48-
49-
50-
Ilyong Cho <[email protected]>
51-
J. J. Weber <[email protected]>
52-
Jakub Bukaj <[email protected]>
53-
54-
55-
56-
57-
58-
Jeremy Letang <[email protected]>
59-
60-
61-
62-
63-
8+
Elly Jones <[email protected]>
9+
6410
Junyoung Cho <[email protected]>
65-
66-
67-
68-
Kyeongwoon Lee <[email protected]>
69-
Lee Wondong <[email protected]>
70-
Lennart Kudling <[email protected]>
71-
72-
73-
74-
75-
Luke Metz <[email protected]>
76-
77-
Makoto Nakashima <[email protected]> gifnksm <[email protected]>
78-
Margaret Meyerhofer <[email protected]> <mmeyerho@andrew>
79-
Mark Sinclair <[email protected]>
80-
Mark Sinclair <[email protected]> =Mark Sinclair <[email protected]>
81-
82-
Matthew Auld <[email protected]>
83-
8411
Matthijs Hofstra <[email protected]>
85-
Michael Williams <[email protected]>
86-
Michael Woerister <michaelwoerister@gmail> <[email protected]>
87-
Michael Woerister <michaelwoerister@gmail> <michaelwoerister@posteo>
88-
89-
Philipp Brüschweiler <[email protected]> <[email protected]>
90-
Philipp Brüschweiler <[email protected]> <[email protected]>
91-
Pradeep Kumar <[email protected]>
92-
9312
Rob Arnold <[email protected]>
94-
Robert Gawdzik <[email protected]> Robert Gawdzik ☢ <[email protected]>
95-
Robert Millar <[email protected]>
96-
Ryan Scheel <[email protected]>
97-
Seonghyun Kim <[email protected]>
98-
Simon Barber-Dueck <[email protected]> Simon BD <simon@server>
99-
100-
startling <[email protected]>
101-
102-
Steven Stewart-Gallus <[email protected]> <[email protected]>
103-
104-
105-
106-
107-
108-
Zack Slayton <[email protected]>

trunk/configure

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ CFG_PREFIX=${CFG_PREFIX%/}
842842
CFG_MANDIR=${CFG_MANDIR%/}
843843
CFG_HOST="$(echo $CFG_HOST | tr ',' ' ')"
844844
CFG_TARGET="$(echo $CFG_TARGET | tr ',' ' ')"
845-
CFG_SUPPORTED_TARGET="$(ls ${CFG_SRC_DIR}mk/cfg)"
845+
CFG_SUPPORTED_TARGET="$(grep ^CC_*=* ${CFG_SRC_DIR}mk/platform.mk | sed -e 's/^CC_//' -e 's/\([^=]*\).*/\1/' | xargs)"
846846

847847
# copy host-triples to target-triples so that hosts are a subset of targets
848848
V_TEMP=""
@@ -989,7 +989,6 @@ do
989989
make_dir $h/test/doc-guide-container
990990
make_dir $h/test/doc-guide-tasks
991991
make_dir $h/test/doc-guide-plugin
992-
make_dir $h/test/doc-guide-crates
993992
make_dir $h/test/doc-rust
994993
done
995994

trunk/mk/cfg/arm-apple-ios

Lines changed: 0 additions & 34 deletions
This file was deleted.

trunk/mk/cfg/arm-linux-androideabi

Lines changed: 0 additions & 28 deletions
This file was deleted.

trunk/mk/cfg/arm-unknown-linux-gnueabi

Lines changed: 0 additions & 29 deletions
This file was deleted.

trunk/mk/cfg/arm-unknown-linux-gnueabihf

Lines changed: 0 additions & 29 deletions
This file was deleted.

trunk/mk/cfg/i386-apple-ios

Lines changed: 0 additions & 33 deletions
This file was deleted.

trunk/mk/cfg/i586-mingw32msvc

Lines changed: 0 additions & 29 deletions
This file was deleted.

trunk/mk/cfg/i686-apple-darwin

Lines changed: 0 additions & 27 deletions
This file was deleted.

trunk/mk/cfg/i686-unknown-linux-gnu

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)