-
Notifications
You must be signed in to change notification settings - Fork 152
Rustc pull update #1678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rustc pull update #1678
Changes from all commits
612bb4c
ac4c353
feceed6
db5291b
e54f30b
4b7a390
3d1c0be
1f96041
cff915a
796c460
d9f8255
6de1bbd
5f2eb81
2cad01b
2fe7950
5a68025
00cb34f
31e8f97
6eca37f
cc0e38d
aabc28e
a6b821d
009ff58
c2c6bd6
dcb9d23
9734567
3fde443
225d030
2707e8a
d9f7011
a225fa2
51f061e
3f4b449
522666b
93ad5b9
962ccc1
c28d566
be32376
3284083
4e54c0d
0fca1e2
2172cbd
98c6e2d
9a18b89
274a0a8
1e27f04
22ab353
0a3e6af
0e0100c
f36baa1
56f420c
b23c95e
2fac768
46b59f0
da77ed3
80d47f0
e33dc55
247d104
1eb31d1
cd49f3c
7f11ef1
45b5b0a
4f77d31
f3f48c8
cda2a79
fe7d173
6b5e199
55f964f
c284059
63d7888
08bd597
b67466d
3b507c3
e6553ec
734ab88
c7ca60d
6c59d1c
58833d5
7051e95
05f4e29
30f0bce
24b892e
3d186ed
93f2760
0b4e841
a4dccd1
dff5dcc
c1cd96e
c4ed52a
57a03b1
dea5a2f
70681e6
be116eb
12032eb
7f96f32
a01fa9d
d5c0417
4dc72ae
b8d1eed
85ded0a
c47d83c
8565270
8346d38
e4e5dc9
14a6118
7b48c00
6e99e08
5f23a38
a06ba4c
73fa524
8466ad7
4d79814
79c11e9
ba52b14
1ccb801
7b18db4
be2392d
8d6400c
9fa196f
dde83c7
268759c
093536d
bb0c6c0
36ee455
0e76f72
537e69f
0b6bcf9
ba06fa3
dad4f32
70a8ad9
dfa9036
aab38bf
afeac81
4302bd8
b3916f9
ca27f1a
3e242f4
a6b51cc
76d5a43
0ba9676
7600c67
1460ed9
04ca23c
57cf390
fa64881
34cd3eb
6a5466f
c90731d
10359cf
70a13ae
b070185
7832b63
7b6a02b
5215f96
744b352
5b07da6
c0ea770
3bdfeb1
ef9b92a
3912eb4
7dac5f2
a5d9538
ca209b6
533defb
b7981b5
d27fb79
ef54849
78678b7
03baa18
0a9d40a
8e65360
7634125
61bc494
04e51f2
190a4f2
bf05b2e
6d9b24f
d6b501d
10cc73c
676846b
4e7380a
ac5f258
5d9555e
dd30505
b35d117
511e754
c1a0d7b
07219b9
240149f
a3e8aaf
165a82b
b0b5c8d
ee8f40e
3c32d77
542b4a0
5a86a68
40fb050
18e23e2
f05004b
1eeddda
bdb6e65
f05fb28
5a8bafc
5ad8f2b
9141521
3b33bd9
98b155e
f42e49f
cd969ef
56b7b5b
eb0f800
d1b2066
0d20e21
ce430dc
b8defe5
9a18592
a3a8208
31b7fff
667f6b3
0d2dd8d
e677ea6
d1ef17d
5302858
e9105ba
776a769
c311018
fa3ee39
baa392a
59bd90e
e0772a8
f099cbc
5f136d8
615f31e
4876e2d
f49455b
c4cfb2a
30b172f
6553d41
1889203
7f41313
58f72ea
f8e65ac
f9a02f3
ce0b647
4034bd5
21b3d16
c70baf1
c55d85f
14d05be
d3c5613
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,7 @@ | |
| extern_types, | ||
| decl_macro, | ||
| rustc_attrs, | ||
| rustc_private, | ||
| transparent_unions, | ||
| pattern_types, | ||
| auto_traits, | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| repo = "rustc_codegen_cranelift" | ||
| filter = ":rev(<=cb89537d435ec9cc9c812cd47c6130bd96aa0050:prefix=compiler/rustc_codegen_cranelift):/compiler/rustc_codegen_cranelift" | ||
| sync-version = 2 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is that a flag that exists in josh-sync? I can't find it... I would have suggested to rename it since I don;t know what "version of the sync" is supposed to mean. I would have called it
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's still WIP: rust-lang/josh-sync#54 The config itself is backwards compatible, so it's not a new major version of the config, per-se. It is a new way to perform synces (with a different filter, essentially). Which is why I named it It could be also named
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 390279b302ca98ae270f434100ae3730531d1246 |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be
:~(history="keep-trivial-merges")[:rev(<=cb89537d435ec9cc9c812cd47c6130bd96aa0050:prefix=compiler/rustc_codegen_cranelift)]:/compiler/rustc_codegen_craneliftView changes since the review