Skip to content
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

update from origin 2020-06-23 #6

Merged
merged 334 commits into from
Jun 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
334 commits
Select commit Hold shift + click to select a range
0094f44
Remove old commented code
Lucretiel Jun 19, 2020
9245ba8
Remove the const_raw_ptr_comparison feature gate.
oli-obk Jun 12, 2020
e09b620
Add fuzzy pointer comparison intrinsics
oli-obk Jun 16, 2020
84f1d73
Tidy got confused on `rustc_const_unstable` `issue`s
oli-obk Jun 18, 2020
85e1c3b
Rollup merge of #71568 - hbina:document_unsafety_slice_sort, r=joshtr…
Manishearth Jun 19, 2020
55479de
Rollup merge of #72709 - LeSeulArtichaut:unsafe-liballoc, r=nikomatsakis
Manishearth Jun 19, 2020
bc773fe
Rollup merge of #73214 - androm3da:hex_inline_asm_00, r=Amanieu
Manishearth Jun 19, 2020
186640a
Rollup merge of #73248 - marmeladema:save-analysis-various-fixes, r=X…
Manishearth Jun 19, 2020
17064da
Rollup merge of #73257 - davidtwco:issue-73249-improper-ctypes-projec…
Manishearth Jun 19, 2020
4910206
Rollup merge of #73261 - estebank:generics-sized, r=nikomatsakis
Manishearth Jun 19, 2020
058971c
Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkov
Manishearth Jun 19, 2020
b285d68
Rollup merge of #73334 - ayazhafiz:err/num-type-cannot-fit, r=estebank
Manishearth Jun 19, 2020
65c33ed
Rollup merge of #73357 - petrochenkov:tmap, r=davidtwco
Manishearth Jun 19, 2020
687f929
Rollup merge of #73364 - joshtriplett:inline-asm, r=Amanieu
Manishearth Jun 19, 2020
b443a10
Rollup merge of #73382 - Aaron1011:fix/self-receiver-candidates, r=pe…
Manishearth Jun 19, 2020
d2272d4
Rollup merge of #73465 - lzutao:spec-char-tostring, r=sfackler
Manishearth Jun 19, 2020
a88182f
Rollup merge of #73489 - sexxi-goose:init_place_refactor, r=nikomatsakis
Manishearth Jun 19, 2020
33b304c
Using xsave restore to restore complete FPU state
raoulstrackx Jun 19, 2020
2f9d338
forbid mutable references in all constants except const fns
pvdrz Jun 7, 2020
014e605
update tests
pvdrz Jun 8, 2020
1f48465
update diagnostics for &mut in constants
pvdrz Jun 15, 2020
8c7c84b
code coverage foundation for hash and num_counters
richkadel Jun 18, 2020
8fc2eeb
Use newtype to map from `Local` to `GeneratorSavedLocal`
ecstatic-morse Jun 10, 2020
c178e64
Look for stores between non-conflicting generator saved locals
ecstatic-morse Jun 10, 2020
b2ec645
Incorporate review suggestions
ecstatic-morse Jun 19, 2020
006b482
Add compare-mode=chalk and add a little bit more implementations and …
jackh726 May 13, 2020
16dd584
Update chalk
jackh726 May 13, 2020
6aa2e9d
Update chalk
jackh726 May 27, 2020
7c09ad0
Use builtin types for Never, Array, and FnDef
jackh726 May 27, 2020
a42e5a1
Implement fn_def_datum
jackh726 May 27, 2020
d0ad15d
Remove RustDefId
jackh726 May 27, 2020
e997375
Test error order is non-deterministic
jackh726 May 27, 2020
90e01ee
Update Chalk
jackh726 May 27, 2020
64c486b
Update chalk and add LifetimeOutlives and ObjectSafe lowering
jackh726 May 30, 2020
6a979d8
Lower consts
jackh726 May 30, 2020
a1c769b
Fix building
jackh726 May 30, 2020
b5d5994
Update chalk to 0.11.0
jackh726 Jun 2, 2020
16ad3f3
Nits and change skip_binder to no_bound_vars for fndef
jackh726 Jun 3, 2020
890cef6
Change InternedAdtDef to &'tcx AdtDef
jackh726 Jun 3, 2020
d63195b
Return type is bound too
jackh726 Jun 3, 2020
2d8bd9b
Auto merge of #73257 - davidtwco:issue-73249-improper-ctypes-projecti…
bors Jun 19, 2020
96031e2
add new error code
pvdrz Jun 18, 2020
8f0bd5f
Update the doc for std::prelude, removing the "technical part" section
poliorcetics Jun 19, 2020
e75fbae
add second message for livedrop errors
pvdrz Jun 19, 2020
562f496
Account for multiple impl/dyn Trait in return type when suggesting `'_`
estebank Jun 9, 2020
db0d70e
Refactor `try_find` a little
cuviper May 4, 2020
34c5cd9
Auto merge of #73511 - Manishearth:rollup-3iffxd8, r=Manishearth
bors Jun 19, 2020
95f8daa
Fix -Z unpretty=everybody_loops
jyn514 Jun 20, 2020
203305d
Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthe…
Manishearth Jun 20, 2020
5c9cd82
Rollup merge of #71899 - cuviper:try_find_map, r=dtolnay
Manishearth Jun 20, 2020
218b90f
Rollup merge of #72689 - lcnr:common_str, r=estebank
Manishearth Jun 20, 2020
c0a25be
Rollup merge of #72791 - lcnr:coerce-refactor, r=estebank
Manishearth Jun 20, 2020
dac512e
Rollup merge of #72934 - christianpoveda:mut-borrows-in-consts, r=oli…
Manishearth Jun 20, 2020
2d1bd57
Rollup merge of #73027 - doctorn:issue-72690, r=estebank
Manishearth Jun 20, 2020
17b80d9
Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic
Manishearth Jun 20, 2020
fe4b485
Rollup merge of #73359 - jonas-schievink:do-the-shimmy, r=matthewjasper
Manishearth Jun 20, 2020
2dbb8b6
Rollup merge of #73399 - GuillaumeGomez:cleanup-e0668, r=Dylan-DPC
Manishearth Jun 20, 2020
2377a50
Rollup merge of #73436 - GuillaumeGomez:cleanup-e0670, r=Dylan-DPC
Manishearth Jun 20, 2020
d69d4c3
Rollup merge of #73440 - jyn514:bootstrap/build-rustdoc, r=Mark-Simul…
Manishearth Jun 20, 2020
db7203d
Rollup merge of #73442 - davidtwco:issue-72181-pretty-print-const-val…
Manishearth Jun 20, 2020
61f8c3e
Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakis
Manishearth Jun 20, 2020
fd1c783
Rollup merge of #73458 - tmiasko:arena-layout, r=matthewjasper
Manishearth Jun 20, 2020
7777b0b
Rollup merge of #73484 - poliorcetics:use-prelude-doc, r=sfackler
Manishearth Jun 20, 2020
3e40cca
Rollup merge of #73506 - Xanewok:update-rls, r=Xanewok
Manishearth Jun 20, 2020
033013c
Auto merge of #73528 - Manishearth:rollup-7djz8nd, r=Manishearth
bors Jun 20, 2020
a540b1b
Add ClashingExternDecl test case.
jumbatm Mar 31, 2020
6b74e3c
Add ClashingExternDecl lint.
jumbatm Jun 19, 2020
8f07952
Add clashing-extern-fn.rs stderr.
jumbatm Apr 5, 2020
556b7ba
Update existing test cases.
jumbatm Apr 6, 2020
0624a5a
Squashed all commits
rakshith-ravi Jun 20, 2020
2851c9f
Support sanitizers on aarch64-unknown-linux-gnu
tmiasko Jun 4, 2020
a3e88be
bootstrap: Build sanitizer runtimes for aarch64-unknown-linux-gnu
tmiasko Jun 6, 2020
d2e6e93
ci: Enable sanitizers on dist-aarch64-linux
tmiasko Jun 4, 2020
66e7a14
bootstrap: Factor out common code in supported_sanitizers
tmiasko Jun 8, 2020
c4840db
skol -> placeholder
lcnr Jun 6, 2020
a24c897
int -> i32
lcnr Jun 6, 2020
180334c
remove `pop_placeholders`
lcnr Jun 6, 2020
ef10694
Deprecate `Vec::remove_item`
LukasKalbertodt Jun 20, 2020
936b6bf
Move `trait_map` into `hir::Crate`
marmeladema Jun 12, 2020
a98f35f
Remove `NodeId` to `HirId` conversion APIs
marmeladema Jun 12, 2020
6a0f1af
Remove `HirId` to `NodeId` conversion APIs
marmeladema Jun 12, 2020
94817e3
Pre-compute `hir_id_to_def_id` mapping
marmeladema Jun 12, 2020
1e6e082
Remove uses of `Vec::remove_item`
LukasKalbertodt Jun 20, 2020
5155518
Decouple `Autoderef` with `FnCtxt` and move `Autoderef` to `librustc_…
ldm0 Jun 20, 2020
ef68bf3
Try to suggest dereferences when trait selection failed.
ldm0 Jun 20, 2020
2e781dd
lint: normalize projections using opaque types
davidtwco Jun 12, 2020
29272fc
Correctly handle binders inside trait predicates
matthewjasper May 30, 2020
04e589c
Consider fewer predicates for projection candidates
matthewjasper May 30, 2020
59d8c45
Clean up E0695 explanation
GuillaumeGomez Jun 20, 2020
5eaee0d
update Miri
RalfJung Jun 20, 2020
f1e0710
Prevent incorrect help message for dereference suggestion
ldm0 Jun 20, 2020
13104ef
Pre-compute `def_id_to_hir_id` table
marmeladema Jun 12, 2020
9e88b48
Refer just to the issue in the raw ptr cmp diagnostic instead of expl…
oli-obk Jun 20, 2020
53686b9
Satisfy tidy
oli-obk Jun 20, 2020
98e97a4
Address review comments
oli-obk Jun 20, 2020
d660dbc
Check associated type satisfy their bounds
matthewjasper May 30, 2020
9818bc0
Don't set STILL_FURTHER_SPECIALIZABLE for regions/bound variables
matthewjasper Jun 10, 2020
db4826d
Move bounds on associated types to the type
matthewjasper Jun 11, 2020
5e8c9f4
Explain what the substs we're creating are
matthewjasper Jun 13, 2020
5431ef6
Rollup merge of #72600 - Aaron1011:fix/anon-const-encoding, r=varkor
RalfJung Jun 20, 2020
b015b28
Rollup merge of #73055 - lcnr:skol-no-more, r=matthewjasper
RalfJung Jun 20, 2020
913aac8
Rollup merge of #73058 - tmiasko:aarch64-san, r=nagisa
RalfJung Jun 20, 2020
77efcab
Rollup merge of #73171 - tblah:riscv-qemu-test, r=pietroalbini
RalfJung Jun 20, 2020
91bd333
Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-Simulacrum
RalfJung Jun 20, 2020
7930ee6
Rollup merge of #73444 - pietroalbini:ci-remove-try-alt, r=Mark-Simul…
RalfJung Jun 20, 2020
96b86ea
Rollup merge of #73471 - raoulstrackx:raoul/fpu_tag_word, r=jethrogb
RalfJung Jun 20, 2020
c1cad70
Rollup merge of #73539 - LukasKalbertodt:deprecate-vec-remove-item, r…
RalfJung Jun 20, 2020
bb0016b
Rollup merge of #73543 - GuillaumeGomez:cleanup-e0695, r=Dylan-DPC
RalfJung Jun 20, 2020
3ff5879
core/time: Add Duration methods for zero
jonhoo May 30, 2020
ad7fd62
Doctests need feature
jonhoo May 30, 2020
386114b
Revise according to review
jonhoo Jun 20, 2020
c883fa4
Allow multiple `asm!` options
camelid Jun 11, 2020
e614116
Update tests
camelid Jun 11, 2020
1d2acdf
Use `Vec<Span>` instead of `Option<Vec<Span>>`
camelid Jun 12, 2020
27cc7c7
Clean up
camelid Jun 12, 2020
820bba1
Add codegen test for multiple `asm!` options
camelid Jun 12, 2020
2be403c
Warn on duplicate `asm!` options
camelid Jun 14, 2020
7aaadb6
Add UI test for duplicate `asm!` options warning
camelid Jun 14, 2020
b94b7e7
Make warning an error; use help instead of suggestion; clean up code
camelid Jun 14, 2020
ac54265
Use `span_label`
camelid Jun 15, 2020
7c5b66f
Update duplicate options test
camelid Jun 15, 2020
c7da50d
Get option name from symbol instead of snippet
camelid Jun 15, 2020
e8be797
Use bitflags function instead of custom one
camelid Jun 15, 2020
b00b1a4
Use `span_suggestion` instead of `span_label`
camelid Jun 16, 2020
f4dfc61
Add more to duplicate options test
camelid Jun 16, 2020
4ba6697
Make suggestion machine-applicable
camelid Jun 16, 2020
8fe6710
Create a separate, tool-only suggestion for the comma
camelid Jun 16, 2020
db9d376
Add documentation
camelid Jun 17, 2020
58f812b
Use `p.token` instead of `p.look_ahead()`
camelid Jun 18, 2020
8d80cc5
Fix duplicate options error
camelid Jun 20, 2020
c31785a
Run `./x.py fmt`
camelid Jun 20, 2020
5a8e915
Update bootstrap to rustc 1.45.0-beta.2 (1dc0f6d8e 2020-06-15)
ehuss Jun 16, 2020
f455e46
Auto merge of #73550 - RalfJung:rollup-5huj1k1, r=RalfJung
bors Jun 20, 2020
bfb0e8d
Fix broken inner_deref doc tests.
ehuss Jun 20, 2020
9355168
update tests
Jun 20, 2020
a1404a9
Rollup merge of #72456 - ldm0:dereftrait, r=estebank
Manishearth Jun 20, 2020
1a171d0
Rollup merge of #72788 - matthewjasper:projection-bound-validation, r…
Manishearth Jun 20, 2020
c47550f
Rollup merge of #72790 - jonhoo:duration-is-zero, r=LukasKalbertodt
Manishearth Jun 20, 2020
45d6aef
Rollup merge of #73227 - camelid:multiple-asm-options, r=Amanieu
Manishearth Jun 20, 2020
9003087
Rollup merge of #73287 - davidtwco:issue-73251-opaque-types-in-projec…
Manishearth Jun 20, 2020
0a8fd43
Rollup merge of #73291 - marmeladema:hir-id-ification-fix, r=petroche…
Manishearth Jun 20, 2020
a876a5a
Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obk
Manishearth Jun 20, 2020
9a82736
Rollup merge of #73411 - ehuss:bump-stage0, r=Mark-Simulacrum
Manishearth Jun 20, 2020
929f032
Rollup merge of #73443 - pietroalbini:gha-auto-fallible, r=Mark-Simul…
Manishearth Jun 20, 2020
fc60282
impl PartialEq<Vec<B>> for &[A], &mut [A]
sollyucko Apr 29, 2020
7058471
Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearth
bors Jun 20, 2020
4896a06
Update stability attribute of new Vec PartialEq impls
dtolnay Jun 20, 2020
a63eb3c
Clarify --extern documentation.
adetaylor Jun 21, 2020
228a0ed
Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa
bors Jun 21, 2020
6374054
Fix typos in doc comments
JOE1994 Jun 21, 2020
38bd83d
Auto merge of #71911 - wesleywiser:const_prop_small_cleanups, r=oli-obk
bors Jun 21, 2020
e3d735d
Fix typo in error_codes doc
dario23 Jun 21, 2020
8ea55f1
Cache decoded predicate shorthands
matthewjasper Jun 10, 2020
f802ee1
Cache flags and escaping vars for predicates
matthewjasper Jun 10, 2020
6e12272
Replace `is_global` call on data with call on predicate
matthewjasper Jun 10, 2020
7adbc0d
Auto merge of #73546 - RalfJung:miri, r=RalfJung
bors Jun 21, 2020
1c74ab4
Make is_freeze and is_copy_modulo_regions take TyCtxtAt
RalfJung Jun 21, 2020
e465b22
`icmp` can handle raw pointers just fine, there's no need to cast to …
oli-obk Jun 21, 2020
467415d
deprecate wrapping_offset_from
RalfJung Jun 21, 2020
a657be4
Create E0765 error for unterminated double quote strings
GuillaumeGomez Jun 21, 2020
349f6bf
Auto merge of #72696 - jethrogb:jb/llvm-zlib, r=Mark-Simulacrum
bors Jun 21, 2020
726b6f4
Miri: replace many bug! by span_bug!
RalfJung Jun 21, 2020
c14d85f
Update UI tests
GuillaumeGomez Jun 21, 2020
893077c
Update src/librustc_mir/monomorphize/collector.rs
JOE1994 Jun 21, 2020
fea5ab1
Prefer accessible paths in 'use' suggestions
da-x Jun 13, 2020
3bfd0c9
remove switch_ty reliance in codegen
RalfJung Jun 21, 2020
6297228
MIR validation: check switch_ty
RalfJung Jun 21, 2020
a8cf399
Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakis
bors Jun 21, 2020
7447bf2
fmt
RalfJung Jun 21, 2020
ae71e96
Do not send a notification for P-high stable regressions
LeSeulArtichaut Jun 21, 2020
1a4e2b6
Auto merge of #73180 - matthewjasper:predicate-cache, r=nikomatsakis
bors Jun 21, 2020
f60513e
Move remaining `NodeId` APIs from `Definitions` to `Resolver`
marmeladema Jun 20, 2020
1d3f49f
Always create a root definition when creating a new `Definitions` obj…
marmeladema Jun 21, 2020
bd4f6f0
Move `next_disambiguator` to `Resolver`
marmeladema Jun 21, 2020
953104e
Fix spurious 'value moved here in previous iteration of loop' messages
Aaron1011 Jun 22, 2020
933fe80
num_counters to u32, after implementing TypeFoldable
richkadel Jun 22, 2020
b60ec47
bootstrap: no `config.toml` exists regression
davidtwco Jun 21, 2020
c474317
Clean up E0699 explanation
GuillaumeGomez Jun 22, 2020
932237b
fix `intrinsics::needs_drop` docs
lcnr Jun 22, 2020
8da1dd0
Rollup merge of #71660 - sollyucko:master, r=dtolnay
Dylan-DPC Jun 22, 2020
fdd241f
Rollup merge of #72623 - da-x:use-suggest-public-path, r=petrochenkov
Dylan-DPC Jun 22, 2020
d22b80d
Rollup merge of #73502 - GuillaumeGomez:add-e0764, r=estebank
Dylan-DPC Jun 22, 2020
35ecb26
Rollup merge of #73580 - RalfJung:deprecate-wrapping-offset-from, r=A…
Dylan-DPC Jun 22, 2020
cb85f4b
Rollup merge of #73582 - RalfJung:miri-span-bug, r=oli-obk
Dylan-DPC Jun 22, 2020
c5e6f48
Rollup merge of #73585 - LeSeulArtichaut:patch-3, r=Mark-Simulacrum
Dylan-DPC Jun 22, 2020
62878c2
Auto merge of #73617 - Dylan-DPC:rollup-zugh80o, r=Dylan-DPC
bors Jun 22, 2020
bcc0a9c
modify leak-check to track only outgoing edges from placeholders
nikomatsakis May 18, 2020
4199b3a
Revert "modify leak-check to track only outgoing edges from placehold…
nikomatsakis May 18, 2020
f2cf994
rewrite leak check to be based on universes
nikomatsakis May 19, 2020
5a7a850
move leak-check to during coherence, candidate eval
nikomatsakis May 20, 2020
1e00e1b
upcasting traits requires only that things become more general
nikomatsakis May 20, 2020
6bb3dbf
Auto merge of #73415 - ehuss:update-cargo, r=ehuss
bors Jun 22, 2020
ad9972a
Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, …
Aaron1011 Jun 21, 2020
d3feb8b
Re-enable Clippy tests
Aaron1011 Jun 21, 2020
e2ab98d
Stop using old version of `syn` in `rustc-workspace-hack`
Aaron1011 Jun 22, 2020
3ed96a6
Point at the call spawn when overflow occurs during monomorphization
Aaron1011 Jun 22, 2020
70cf33f
remove snapshot calls from "match" operations during select
nikomatsakis May 22, 2020
6873a76
remove leak-check from project
nikomatsakis May 22, 2020
3a68d56
remove `leak_check` from the outlives predicate evaluations
nikomatsakis May 22, 2020
be0d10f
add new tests from MCP and the tracking issue
nikomatsakis May 22, 2020
93e2982
add new coherence tests and update the documentation
nikomatsakis Jun 5, 2020
c88a76e
WIP bless test and compare-mode=nll
nikomatsakis Jun 6, 2020
6929013
fix subtle bug in NLL type checker
nikomatsakis Jun 8, 2020
d57689f
cite issue 73154
nikomatsakis Jun 8, 2020
cbf356a
Auto merge of #73594 - Aaron1011:revert/move-fn-self-msg, r=Manishearth
bors Jun 22, 2020
f4a7938
implemented query for coverage data
richkadel Jun 22, 2020
f84b7e1
Provide context on E0308 involving fn items
estebank Jun 22, 2020
994d9d0
Address remaining feedback items
richkadel Jun 22, 2020
3eb8eb9
review comments
estebank Jun 22, 2020
dcd470f
Auto merge of #73007 - yoshuawuyts:socketaddr-from-string-u16, r=sfac…
bors Jun 23, 2020
6276c13
Rollup merge of #71756 - carstenandrich:master, r=dtolnay
Dylan-DPC Jun 23, 2020
5426586
Rollup merge of #73495 - Lucretiel:wasi-io-impls, r=sfackler
Dylan-DPC Jun 23, 2020
4dfae77
Rollup merge of #73575 - dario23:typo-errorcodes-doc, r=matthewjasper
Dylan-DPC Jun 23, 2020
963a480
Rollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas-schievink
Dylan-DPC Jun 23, 2020
490d820
Rollup merge of #73586 - RalfJung:switch-ty, r=oli-obk
Dylan-DPC Jun 23, 2020
b3d99cb
Rollup merge of #73600 - Aaron1011:fix/move-in-macro, r=ecstatic-morse
Dylan-DPC Jun 23, 2020
e979392
Rollup merge of #73610 - GuillaumeGomez:cleanup-e0699, r=Dylan-DPC
Dylan-DPC Jun 23, 2020
08ec4cb
moves coverage data computation from pass to query
richkadel Jun 23, 2020
3d0192e
PR no longer requires u32 impl TypeFoldable
richkadel Jun 23, 2020
a045140
using "mir_body" (vs "body") in InstrumentCoverage
richkadel Jun 23, 2020
3b1c08c
Auto merge of #73635 - Dylan-DPC:rollup-b4wbp42, r=Dylan-DPC
bors Jun 23, 2020
977ce57
Updated query for num_counters to compute from max index
richkadel Jun 23, 2020
59e87c0
Rollup merge of #72271 - rakshith-ravi:master, r=varkor
Manishearth Jun 23, 2020
903823c
Rollup merge of #72493 - nikomatsakis:move-leak-check, r=matthewjasper
Manishearth Jun 23, 2020
ae38698
Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung…
Manishearth Jun 23, 2020
98aa34c
Rollup merge of #73472 - GuillaumeGomez:cleanup-e0689, r=Dylan-DPC
Manishearth Jun 23, 2020
cd18ac1
Rollup merge of #73496 - estebank:opaque-missing-lts-in-fn-3, r=nikom…
Manishearth Jun 23, 2020
0f9a6ed
Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obk
Manishearth Jun 23, 2020
0560151
Rollup merge of #73567 - adetaylor:extern-doc-fix, r=dtolnay
Manishearth Jun 23, 2020
84bd1e7
Rollup merge of #73572 - JOE1994:patch-4, r=jonas-schievink
Manishearth Jun 23, 2020
44900f8
Rollup merge of #73590 - davidtwco:bootstrap-fix-config-env-var, r=Ma…
Manishearth Jun 23, 2020
1557fb0
Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth
bors Jun 23, 2020
5fa8b08
The const propagator cannot trace references.
oli-obk Jun 22, 2020
478750c
rustdoc: Fix doc aliases with crate filtering
ollie27 Jun 23, 2020
0c2b025
rustc: Modernize wasm checks for atomics
alexcrichton Jun 23, 2020
ff5b446
Auto merge of #73644 - ollie27:rustdoc_alias_filter, r=GuillaumeGomez
bors Jun 23, 2020
6e8aa1f
review comments: wording and style
estebank Jun 23, 2020
7d2fba1
Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ol…
Manishearth Jun 23, 2020
317a151
Rollup merge of #72876 - TrolledWoods:patch-2, r=Dylan-DPC
Manishearth Jun 23, 2020
781b589
Rollup merge of #73244 - ecstatic-morse:validate-generator-mir, r=tma…
Manishearth Jun 23, 2020
f5e46fe
Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry
Manishearth Jun 23, 2020
505cf52
Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morse
Manishearth Jun 23, 2020
045761c
Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petroc…
Manishearth Jun 23, 2020
30fba22
Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ec…
Manishearth Jun 23, 2020
d8b4604
Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiser
Manishearth Jun 23, 2020
f7d5687
Rollup merge of #73614 - lcnr:patch-4, r=Dylan-DPC
Manishearth Jun 23, 2020
4f2e540
Rollup merge of #73630 - estebank:fn-item-e0308, r=davidtwco
Manishearth Jun 23, 2020
6ed6a84
Rollup merge of #73665 - alexcrichton:update-wasm-atomics-feature, r=…
Manishearth Jun 23, 2020
0c04344
Auto merge of #73669 - Manishearth:rollup-0n4u7vq, r=Manishearth
bors Jun 23, 2020
3c90ae8
Auto merge of #73293 - Aaron1011:feature/macro-rules-arg-capture, r=p…
bors Jun 24, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
162 changes: 129 additions & 33 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ jobs:
- name: dist-x86_64-linux
os: ubuntu-latest-xl
env: {}
- name: dist-x86_64-linux-alt
env:
IMAGE: dist-x86_64-linux
os: ubuntu-latest-xl
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps:
Expand Down Expand Up @@ -373,35 +369,6 @@ jobs:
env:
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
os: ubuntu-latest-xl
- name: dist-x86_64-apple
env:
SCRIPT: "./x.py dist"
RUST_CONFIGURE_ARGS: "--target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc"
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
MACOSX_DEPLOYMENT_TARGET: 10.7
NO_LLVM_ASSERTIONS: 1
NO_DEBUG_ASSERTIONS: 1
DIST_REQUIRE_ALL_TOOLS: 1
os: macos-latest
- name: dist-x86_64-apple-alt
env:
SCRIPT: "./x.py dist"
RUST_CONFIGURE_ARGS: "--enable-extended --enable-profiler --set rust.jemalloc"
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
MACOSX_DEPLOYMENT_TARGET: 10.7
NO_LLVM_ASSERTIONS: 1
NO_DEBUG_ASSERTIONS: 1
os: macos-latest
- name: x86_64-apple
env:
SCRIPT: "./x.py test"
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
MACOSX_DEPLOYMENT_TARGET: 10.8
MACOSX_STD_DEPLOYMENT_TARGET: 10.7
NO_LLVM_ASSERTIONS: 1
NO_DEBUG_ASSERTIONS: 1
os: macos-latest
- name: x86_64-msvc-1
env:
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-profiler"
Expand Down Expand Up @@ -584,6 +551,135 @@ jobs:
AWS_ACCESS_KEY_ID: "${{ env.ARTIFACTS_AWS_ACCESS_KEY_ID }}"
AWS_SECRET_ACCESS_KEY: "${{ secrets[format('AWS_SECRET_ACCESS_KEY_{0}', env.ARTIFACTS_AWS_ACCESS_KEY_ID)] }}"
if: "success() && !env.SKIP_JOB && (github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1')"
auto-fallible:
name: auto-fallible
env:
CI_JOB_NAME: "${{ matrix.name }}"
SCCACHE_BUCKET: rust-lang-gha-caches
DEPLOY_BUCKET: rust-lang-gha
TOOLSTATE_REPO: "https://github.com/pietroalbini/rust-toolstate"
TOOLSTATE_ISSUES_API_URL: "https://api.github.com/repos/pietroalbini/rust-toolstate/issues"
TOOLSTATE_PUBLISH: 1
CACHES_AWS_ACCESS_KEY_ID: AKIA46X5W6CZOMUQATD5
ARTIFACTS_AWS_ACCESS_KEY_ID: AKIA46X5W6CZH5AYXDVF
CACHE_DOMAIN: ci-caches-gha.rust-lang.org
if: "github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'"
strategy:
matrix:
include:
- name: dist-x86_64-apple
env:
SCRIPT: "./x.py dist"
RUST_CONFIGURE_ARGS: "--target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc"
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
MACOSX_DEPLOYMENT_TARGET: 10.7
NO_LLVM_ASSERTIONS: 1
NO_DEBUG_ASSERTIONS: 1
DIST_REQUIRE_ALL_TOOLS: 1
os: macos-latest
- name: dist-x86_64-apple-alt
env:
SCRIPT: "./x.py dist"
RUST_CONFIGURE_ARGS: "--enable-extended --enable-profiler --set rust.jemalloc"
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
MACOSX_DEPLOYMENT_TARGET: 10.7
NO_LLVM_ASSERTIONS: 1
NO_DEBUG_ASSERTIONS: 1
os: macos-latest
- name: x86_64-apple
env:
SCRIPT: "./x.py test"
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc"
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
MACOSX_DEPLOYMENT_TARGET: 10.8
MACOSX_STD_DEPLOYMENT_TARGET: 10.7
NO_LLVM_ASSERTIONS: 1
NO_DEBUG_ASSERTIONS: 1
os: macos-latest
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps:
- name: disable git crlf conversion
run: git config --global core.autocrlf false
shell: bash
- name: checkout the source code
uses: actions/checkout@v1
with:
fetch-depth: 2
- name: configure GitHub Actions to kill the build when outdated
uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
with:
github_token: "${{ secrets.github_token }}"
if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'"
- name: add extra environment variables
run: src/ci/scripts/setup-environment.sh
env:
EXTRA_VARIABLES: "${{ toJson(matrix.env) }}"
if: success() && !env.SKIP_JOB
- name: decide whether to skip this job
run: src/ci/scripts/should-skip-this.sh
if: success() && !env.SKIP_JOB
- name: collect CPU statistics
run: src/ci/scripts/collect-cpu-stats.sh
if: success() && !env.SKIP_JOB
- name: show the current environment
run: src/ci/scripts/dump-environment.sh
if: success() && !env.SKIP_JOB
- name: install awscli
run: src/ci/scripts/install-awscli.sh
if: success() && !env.SKIP_JOB
- name: install sccache
run: src/ci/scripts/install-sccache.sh
if: success() && !env.SKIP_JOB
- name: install clang
run: src/ci/scripts/install-clang.sh
if: success() && !env.SKIP_JOB
- name: install WIX
run: src/ci/scripts/install-wix.sh
if: success() && !env.SKIP_JOB
- name: install InnoSetup
run: src/ci/scripts/install-innosetup.sh
if: success() && !env.SKIP_JOB
- name: ensure the build happens on a partition with enough space
run: src/ci/scripts/symlink-build-dir.sh
if: success() && !env.SKIP_JOB
- name: disable git crlf conversion
run: src/ci/scripts/disable-git-crlf-conversion.sh
if: success() && !env.SKIP_JOB
- name: install MSYS2
run: src/ci/scripts/install-msys2.sh
if: success() && !env.SKIP_JOB
- name: install MinGW
run: src/ci/scripts/install-mingw.sh
if: success() && !env.SKIP_JOB
- name: install ninja
run: src/ci/scripts/install-ninja.sh
if: success() && !env.SKIP_JOB
- name: enable ipv6 on Docker
run: src/ci/scripts/enable-docker-ipv6.sh
if: success() && !env.SKIP_JOB
- name: disable git crlf conversion
run: src/ci/scripts/disable-git-crlf-conversion.sh
if: success() && !env.SKIP_JOB
- name: checkout submodules
run: src/ci/scripts/checkout-submodules.sh
if: success() && !env.SKIP_JOB
- name: ensure line endings are correct
run: src/ci/scripts/verify-line-endings.sh
if: success() && !env.SKIP_JOB
- name: run the build
run: src/ci/scripts/run-build-from-ci.sh
env:
AWS_ACCESS_KEY_ID: "${{ env.CACHES_AWS_ACCESS_KEY_ID }}"
AWS_SECRET_ACCESS_KEY: "${{ secrets[format('AWS_SECRET_ACCESS_KEY_{0}', env.CACHES_AWS_ACCESS_KEY_ID)] }}"
TOOLSTATE_REPO_ACCESS_TOKEN: "${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}"
if: success() && !env.SKIP_JOB
- name: upload artifacts to S3
run: src/ci/scripts/upload-artifacts.sh
env:
AWS_ACCESS_KEY_ID: "${{ env.ARTIFACTS_AWS_ACCESS_KEY_ID }}"
AWS_SECRET_ACCESS_KEY: "${{ secrets[format('AWS_SECRET_ACCESS_KEY_{0}', env.ARTIFACTS_AWS_ACCESS_KEY_ID)] }}"
if: "success() && !env.SKIP_JOB && (github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1')"
master:
name: master
runs-on: ubuntu-latest
Expand Down
Loading