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

pretty.rs: Update Closure and Generator print #22

Closed
wants to merge 1,128 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1128 commits
Select commit Hold shift + click to select a range
a22eb31
Rollup merge of #76898 - Aaron1011:fix/item-def-span, r=oli-obk
Dylan-DPC Sep 23, 2020
98e5ee7
Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obk
Dylan-DPC Sep 23, 2020
eaaf5d7
Rollup merge of #76965 - fusion-engineering-forks:fix-atomic-from-mut…
Dylan-DPC Sep 23, 2020
a40d79c
Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu
Dylan-DPC Sep 23, 2020
bcdbe79
Rollup merge of #76994 - yuk1ty:fix-small-typo, r=estebank
Dylan-DPC Sep 23, 2020
b763436
Rollup merge of #77017 - GuillaumeGomez:vec-missing-examples-iter, r=…
Dylan-DPC Sep 23, 2020
049ba0c
Rollup merge of #77042 - imbolc:patch-2, r=kennytm
Dylan-DPC Sep 23, 2020
f8dec3d
Rollup merge of #77047 - RalfJung:miri-dealloc, r=oli-obk
Dylan-DPC Sep 23, 2020
c3c03f2
Rollup merge of #77055 - est31:more_track_caller, r=Mark-Simulacrum
Dylan-DPC Sep 23, 2020
a6008fa
Auto merge of #77090 - rust-lang:revert-76110-convert-openoptions-cin…
bors Sep 23, 2020
b5d47bf
clarify that `changelog-seen = 1` goes to the beginning of config.toml
matthiaskrgr Sep 23, 2020
1b1b6ea
Remove the "lift constant to reference" logic
oli-obk Sep 23, 2020
d486486
Talk about unpredictable instead of "not deterministic"
oli-obk Sep 23, 2020
177d0ce
Deduplicate errors in const to pat conversion
oli-obk Sep 23, 2020
9a7e66a
Make sure we don't hide errors just because a lint has been emitted
oli-obk Sep 23, 2020
6a33de0
Name function correctly
oli-obk Sep 23, 2020
0174231
Make sure we report a future incompat error in all cases
oli-obk Sep 23, 2020
05f84c6
Ignore test on wasm as it does not unwind
simonvandel Sep 23, 2020
da21764
Make sure we keep emitting a hard error
oli-obk Sep 23, 2020
9aa1c09
Update documentation tests
oli-obk Sep 23, 2020
90c7731
Enable const prop into operands at mir_opt_level=2
bugadani Sep 23, 2020
e636b88
Auto merge of #6044 - rschoon:rc-buffer, r=yaahc
bors Sep 23, 2020
dd66ea2
Updated html_root_url for compiler crates
duckymirror Sep 23, 2020
947536f
Make delegation methods of `std::net::IpAddr` unstable const
CDirkx Sep 7, 2020
138a2e5
/nightly/nightly-rustc
duckymirror Sep 23, 2020
5b30161
use array::from_ref for slices
lcnr Sep 23, 2020
764967a
tidy
duckymirror Sep 23, 2020
8b40853
Auto merge of #76673 - simonvandel:remove-unneeded-drops, r=oli-obk
bors Sep 23, 2020
bcbd2cc
Add `keep-stage-std` to `x.py`
ecstatic-morse Sep 23, 2020
c351775
Auto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r=Dylan-DPC
bors Sep 23, 2020
0e2db57
update tracking issue for const_type_id
KodrAus Sep 23, 2020
df004df
Re-download LLVM on submodule updates only
Mark-Simulacrum Sep 23, 2020
ef95430
Adjust support expectations for downloaded LLVMs
Mark-Simulacrum Sep 23, 2020
c0ddaed
Remove warning about possible future deprecation
ecstatic-morse Sep 23, 2020
945a732
Update mdBook
camelid Sep 23, 2020
16769eb
Add entry to CHANGELOG for `--keep-stage-std`
ecstatic-morse Sep 23, 2020
a09d607
Remove duplicated SimplifyCfg pass
tmiasko Sep 24, 2020
50d9663
Update cargo
ehuss Sep 24, 2020
7b240a1
Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJung
bors Sep 24, 2020
dd7b8c8
Perform most diagnostic lookups in `resolution_failure`
jyn514 Sep 20, 2020
472e52e
Fix intra-doc links for primitives
jyn514 Sep 20, 2020
049d29b
Unify primitive errors with other intra-link errors
jyn514 Sep 20, 2020
085679c
Use theme-adaptive SVG favicon from other Rust sites
Cldfire Sep 24, 2020
78a0894
Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearth
bors Sep 24, 2020
a320ef7
Suggest `const_mut_refs` for mutable references in const fn
ecstatic-morse Sep 24, 2020
e5e5e64
Bless tests
ecstatic-morse Sep 24, 2020
5562bb6
Auto merge of #76748 - tmiasko:no-op-jumps, r=matthewjasper
bors Sep 24, 2020
e1f408e
const_evaluatable_checked: collect predicates from fn_sig
lcnr Sep 22, 2020
ac1d0d8
fmt, use IndexSet directly instead of UniquePredicates
lcnr Sep 22, 2020
f8d3f40
walk hir to get const evaluatable predicates
lcnr Sep 22, 2020
b8402d6
assign the correct `DefId` in `nominal_obligations`
lcnr Sep 22, 2020
3f9015b
visit impl self ty + trait
lcnr Sep 22, 2020
21edd10
update tests
lcnr Sep 22, 2020
2bc54d4
Don't talk about determinism
oli-obk Sep 24, 2020
e4928d7
Use correct type in diagnostics again
oli-obk Sep 24, 2020
86b4172
Auto merge of #77028 - andjo403:mini, r=matthewjasper
bors Sep 24, 2020
9550ca6
Deduplicate the "needs partialeq derive" message creation sites
oli-obk Sep 24, 2020
3a4da87
Auto merge of #77049 - lcnr:const-eval-function-signature, r=oli-obk
bors Sep 24, 2020
f1f1e0b
Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyup
flip1995 Sep 24, 2020
d445493
Update Cargo.lock
flip1995 Sep 24, 2020
893fadd
Auto merge of #76820 - jyn514:query-comments, r=davidtwco
bors Sep 24, 2020
4de836e
Install std for non-host targets
Mark-Simulacrum Sep 24, 2020
9baa601
Add `x.py setup`
jyn514 Sep 12, 2020
382d724
move test to intergrated test in library/core
tesuji Sep 24, 2020
fc9f294
Document `FallbackToConstRef` and make sure we don't accidentally use it
oli-obk Sep 24, 2020
40629ef
Always cache const eval queries
oli-obk Sep 24, 2020
daf976f
Revert a test change to make sure it's still testing the original issue
oli-obk Sep 24, 2020
87d262a
Auto merge of #77006 - oli-obk:🐌_const_queries, r=Mark-Simulacrum
bors Sep 24, 2020
bab15f7
Remove std::io::lazy::Lazy in favour of SyncOnceCell
m-ou-se Sep 24, 2020
e9b25f5
Add test to check stdout flushing during shutdown.
m-ou-se Sep 24, 2020
45700a9
Drop use of Arc from Stdin and Stdout.
m-ou-se Sep 24, 2020
b832a97
Update chalk to 0.22.0
vandenheuvel Sep 24, 2020
52eeff6
Update chalk to 0.23.0
vandenheuvel Sep 24, 2020
cb660c6
Update chalk to 0.24.0
vandenheuvel Sep 24, 2020
ed78402
Update chalk to 0.25.0
vandenheuvel Sep 24, 2020
61b2a6f
Update chalk to 0.26.0
vandenheuvel Sep 24, 2020
5f67571
Update chalk to 0.27.0
vandenheuvel Sep 24, 2020
12ada5c
Remove TrustedLen requirement from BuilderMethods::switch
est31 Sep 24, 2020
1857184
remove enum name from ImplSource variants
lcnr Sep 24, 2020
e599b53
Auto merge of #76918 - ishitatsuyuki:match-fastpath, r=oli-obk
bors Sep 24, 2020
6f9c132
Call ReentrantMutex::init() in stdout().
m-ou-se Sep 24, 2020
13dc237
Remove workaround for deref issue that no longer exists.
m-ou-se Sep 24, 2020
51c781f
Upgrade chalk to 0.28.0
vandenheuvel Sep 24, 2020
7dec440
Resolve https://github.com/rust-lang/rust/pull/76673#discussion_r4944…
simonvandel Sep 24, 2020
ebf024b
Suggest `const_fn_transmute` instead of `const_fn`
ecstatic-morse Sep 24, 2020
0f59469
Bless tests
ecstatic-morse Sep 24, 2020
47843f5
update Miri
RalfJung Sep 24, 2020
e5430e5
the two hardest things in programming, names and...
lcnr Sep 24, 2020
ff7009a
nit
lcnr Sep 24, 2020
06d2325
perf: split progress_obligations with inline(never)
lcnr Sep 24, 2020
74952b9
Fix FIXME in core::num test: Check sign of zero in min/max tests.
m-ou-se Sep 24, 2020
9b5c98f
Auto merge of #77014 - tmiasko:arena, r=Mark-Simulacrum
bors Sep 24, 2020
15efed4
Rollup merge of #75438 - Cldfire:rustdoc/use-adaptive-svg-favicon, r=…
jonas-schievink Sep 25, 2020
88e3693
Rollup merge of #76304 - CDirkx:const-ip, r=ecstatic-morse
jonas-schievink Sep 25, 2020
d766c23
Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnr
jonas-schievink Sep 25, 2020
452c86e
Rollup merge of #76978 - duckymirror:mpsc-from-doc, r=jyn514
jonas-schievink Sep 25, 2020
67bcf04
Rollup merge of #77044 - pickfire:patch-4, r=jyn514
jonas-schievink Sep 25, 2020
862faea
Rollup merge of #77050 - follower:patch-1, r=oli-obk
jonas-schievink Sep 25, 2020
09b0bd6
Rollup merge of #77074 - lcnr:array-from-ref, r=SimonSapin
jonas-schievink Sep 25, 2020
28e0bc9
Rollup merge of #77078 - LingMan:patch-2, r=jonas-schievink
jonas-schievink Sep 25, 2020
dc4f39c
Rollup merge of #77079 - poliorcetics:more-self-in-docs, r=jyn514
jonas-schievink Sep 25, 2020
b8ab6eb
Rollup merge of #77081 - LingMan:patch-1, r=jonas-schievink
jonas-schievink Sep 25, 2020
6f3da3d
Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514
jonas-schievink Sep 25, 2020
473ae22
Rollup merge of #77136 - ecstatic-morse:issue-77134, r=oli-obk
jonas-schievink Sep 25, 2020
b8d158b
Rollup merge of #77160 - ecstatic-morse:const-fn-transmute-suggestion…
jonas-schievink Sep 25, 2020
fc4dc5f
Rollup merge of #77164 - fusion-engineering-forks:no-more-funny-under…
jonas-schievink Sep 25, 2020
8515efb
Rollup merge of #77165 - simonvandel:do-not-fire-on-drop-and-replace,…
jonas-schievink Sep 25, 2020
5bfeee5
Auto merge of #77172 - jonas-schievink:rollup-a041rou, r=jonas-schievink
bors Sep 25, 2020
1d3717d
Removing erroneous semicolon
austinkeeley Sep 25, 2020
9d74efe
Auto merge of #76844 - simonvandel:fix-76803, r=wesleywiser
bors Sep 25, 2020
fadf025
Auto merge of #77144 - flip1995:clippyup, r=Manishearth
bors Sep 25, 2020
1e64d98
BTreeMap: refactor correct_childrens_parent_links
ssomers Aug 9, 2020
3965524
BTreeMap: introduce edge methods similar to those of keys and values
ssomers Aug 9, 2020
55fa8af
BTreeMap: various tweaks
ssomers Aug 9, 2020
521d8d8
Auto merge of #77041 - lcnr:const-eval-perf, r=ecstatic-morse
bors Sep 25, 2020
bfdb790
Link dynamic and static late_link_args before generic ones
mati865 Sep 25, 2020
b984ef6
Auto merge of #77152 - vandenheuvel:update_chalk_further, r=jackh726
bors Sep 25, 2020
54c9c94
Allow multiple allow_internal_unstable attributes
bugadani Sep 25, 2020
939fd37
Rust vec bench import specific rand::RngCore
pickfire Sep 25, 2020
5b9e886
Auto merge of #73453 - erikdesjardins:tuplayout, r=eddyb
bors Sep 25, 2020
606ed2a
Remove extra space from vec drawing
pickfire Sep 25, 2020
10ef7f9
Auto merge of #77157 - tmiasko:simplify-cfg-dup, r=jonas-schievink
bors Sep 25, 2020
0d2521a
Add `const_fn_floating_point_arithmetic`
ecstatic-morse Sep 23, 2020
2049052
Put floating point arithmetic behind its own feature gate
ecstatic-morse Sep 23, 2020
6a52c09
Add new feature gate to standard library
ecstatic-morse Sep 23, 2020
b428f28
Bless tests
ecstatic-morse Sep 23, 2020
4cac90c
Move const fn floating point test out of `min_const_fn`
ecstatic-morse Sep 23, 2020
659028f
Use proper issue for `const_fn_floating_point_arithmetic`
ecstatic-morse Sep 23, 2020
a835af1
Rollup merge of #76932 - fusion-engineering-forks:condvar-promise, r=…
jonas-schievink Sep 25, 2020
1b8c939
Rollup merge of #76973 - lzutao:unstably-const-assume, r=oli-obk
jonas-schievink Sep 25, 2020
e8dc07c
Rollup merge of #77005 - ssomers:btree_cleanup_3, r=Mark-Simulacrum
jonas-schievink Sep 25, 2020
452aa75
Rollup merge of #77066 - jonas-schievink:dest-prop-borrow, r=oli-obk
jonas-schievink Sep 25, 2020
ba44e9f
Rollup merge of #77073 - lcnr:ty-trait-param, r=matthewjasper
jonas-schievink Sep 25, 2020
b49990c
Rollup merge of #77086 - ehuss:src-libunwind, r=Mark-Simulacrum
jonas-schievink Sep 25, 2020
1149b30
Rollup merge of #77097 - fusion-engineering-forks:slice-ptr-range-con…
jonas-schievink Sep 25, 2020
8621ef1
Rollup merge of #77106 - matthiaskrgr:changelog_seen, r=Mark-Simulacrum
jonas-schievink Sep 25, 2020
0a3cf02
Rollup merge of #77120 - ecstatic-morse:keep-stage-std, r=Mark-Simula…
jonas-schievink Sep 25, 2020
61dc57c
Rollup merge of #77126 - Mark-Simulacrum:llvm-less-often, r=alexcrichton
jonas-schievink Sep 25, 2020
ba3e25f
Rollup merge of #77146 - Mark-Simulacrum:xpyinstall, r=alexcrichton
jonas-schievink Sep 25, 2020
e739468
Rollup merge of #77155 - lcnr:ImplSource, r=ecstatic-morse
jonas-schievink Sep 25, 2020
a7bdf85
Rollup merge of #77176 - austinkeeley:intrinsics-documentatation-erro…
jonas-schievink Sep 25, 2020
12b8d89
Rollup merge of #77183 - bugadani:issue-77088, r=varkor
jonas-schievink Sep 25, 2020
d72b7cc
Rollup merge of #77189 - pickfire:patch-5, r=Mark-Simulacrum
jonas-schievink Sep 25, 2020
323a279
Improve <vec::IntoIter>::get_unchecked` safety comment
matthewjasper Sep 25, 2020
04a0b1d
Rename Iterator::get_unchecked
matthewjasper Sep 25, 2020
187162e
Add missing code examples on slice iter types
GuillaumeGomez Sep 22, 2020
c6e4db6
Auto merge of #77198 - jonas-schievink:rollup-i59i41h, r=jonas-schievink
bors Sep 25, 2020
61d86fa
Check for missing const-stability attributes in `stability`
ecstatic-morse Sep 25, 2020
11bfc60
Change error in `fn_queries` to `delay_span_bug`
ecstatic-morse Sep 25, 2020
76c6f2d
No need to call `is_min_const_fn` for side-effects
ecstatic-morse Sep 25, 2020
6ce178f
Test for missing const-stability attributes
ecstatic-morse Sep 25, 2020
900daba
Remove stray word from `ClosureKind::extends` docs
LingMan Sep 25, 2020
043f6d7
Auto merge of #77201 - matthewjasper:rename-get-unchecked, r=spastorino
bors Sep 25, 2020
f1878d1
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema Aug 31, 2020
9f50c49
Implement `Display` for `DisambiguatedDefPathData` and `DefPathData`
marmeladema Aug 31, 2020
2708ad8
Fix pretty-printing of `DisambiguatedDefPathData`
marmeladema Aug 31, 2020
657ecdb
Rename `DefPathData::get_name()` to `DefPathData::name()`
marmeladema Aug 31, 2020
75130b0
Avoid calling `Symbol::interner` in `compute_codegen_unit_name`
marmeladema Sep 1, 2020
bb8e176
Simplify some match statements on `DefPathDataName'
marmeladema Sep 1, 2020
23085b6
Fix profiling query key creation
marmeladema Sep 1, 2020
f25d0bc
Remove now unused `double_braced_*` symbols
marmeladema Sep 1, 2020
601c284
Fix tests
marmeladema Sep 21, 2020
35bad3e
Address review comment
marmeladema Sep 23, 2020
5946c12
Move `is_raw_guess` check in `ty::print::pretty`
marmeladema Sep 24, 2020
aa6a2f4
Rename `whence` to `span`
camelid Sep 25, 2020
58d57f3
Fix documentation highlighting in ty::BorrowKind
jyn514 Sep 25, 2020
12187b7
Remove unused #[allow(...)] statements from compiler/
est31 Sep 25, 2020
c6622d1
Auto merge of #76176 - marmeladema:fix-closure-path-printing, r=eddyb
bors Sep 26, 2020
9e1c436
Auto merge of #74225 - poliorcetics:std-thread-unsafe-op-in-unsafe-fn…
bors Sep 26, 2020
fd15e61
Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb
bors Sep 26, 2020
32195ac
rename functions
lcnr Sep 26, 2020
9a607c0
unused into
lcnr Sep 26, 2020
21ee171
Add doc alias for pointer primitive
GuillaumeGomez Sep 25, 2020
6f9a8a7
Auto merge of #76485 - estebank:format_arg_capture_spans, r=davidtwco
bors Sep 26, 2020
6b8b9c4
Disable stdout-during-shutdown test on emscripten.
m-ou-se Sep 26, 2020
6f881b3
might_permit_raw_init: also check aggregate fields
RalfJung Apr 18, 2020
1e62382
Rollup merge of #75454 - ltratt:option_optimisation_guarantees, r=dto…
RalfJung Sep 26, 2020
c39598a
Rollup merge of #76631 - jyn514:x.py-setup, r=Mark-Simulacrum
RalfJung Sep 26, 2020
31fd0ad
Rollup merge of #77076 - GuillaumeGomez:missing-code-examples-slice-i…
RalfJung Sep 26, 2020
ac8169d
Rollup merge of #77093 - lcnr:const-generics-infer-warning, r=varkor
RalfJung Sep 26, 2020
3b544e7
Rollup merge of #77122 - ecstatic-morse:const-fn-arithmetic, r=RalfJu…
RalfJung Sep 26, 2020
7ff5b44
Rollup merge of #77127 - camelid:update-mdbook, r=Dylan-DPC
RalfJung Sep 26, 2020
7c47b1e
Rollup merge of #77161 - est31:swich_len_already_trusted, r=petrochenkov
RalfJung Sep 26, 2020
f614ae4
Rollup merge of #77166 - RalfJung:miri, r=RalfJung
RalfJung Sep 26, 2020
0a19836
Rollup merge of #77181 - GuillaumeGomez:add-pointer-alias, r=jyn514,p…
RalfJung Sep 26, 2020
67f8c59
Rollup merge of #77204 - LingMan:patch-3, r=jonas-schievink
RalfJung Sep 26, 2020
259e947
Rollup merge of #77207 - camelid:whence-to-span, r=jyn514
RalfJung Sep 26, 2020
9e02642
Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk
RalfJung Sep 26, 2020
4c5acc4
Return values up to 128 bits in registers
jonas-schievink Sep 21, 2020
9b5835e
liveness: Remove redundant debug logging
tmiasko Sep 26, 2020
2fb1564
liveness: Remove redundant fields for a number of live nodes and vari…
tmiasko Sep 26, 2020
70f150b
liveness: Delay conversion from a symbol to a string until linting
tmiasko Sep 26, 2020
141b91d
liveness: Inline contents of specials struct
tmiasko Sep 26, 2020
1b84389
Move `qualify_min_const_fn` out of rustc into clippy
oli-obk Sep 26, 2020
5d359db
Remove all unstable feature support in the `missing_const_for_fn` lint
oli-obk Sep 26, 2020
49d1ce0
liveness: Remove unnecessary local variable exit_ln
tmiasko Sep 26, 2020
57d3897
liveness: Use newtype_index for Variable and LiveNode
tmiasko Sep 26, 2020
cc2ba3b
Add a test for 128-bit return values
jonas-schievink Sep 26, 2020
b965356
Encode less metadata for proc-macro crates
Aaron1011 Sep 18, 2020
275bf62
pretty-print-reparse hack: Rename some variables for clarity
petrochenkov Sep 26, 2020
fe3e5aa
pretty-print-reparse hack: Remove an impossible case
petrochenkov Sep 26, 2020
e37c99f
Auto merge of #77224 - RalfJung:rollup-hdvb96c, r=RalfJung
bors Sep 26, 2020
623fb90
Auto merge of #76897 - Aaron1011:feature/min-proc-macro-metadata, r=p…
bors Sep 26, 2020
a17175f
Test more attributes in test issue-75930-derive-cfg.rs
Aaron1011 Sep 26, 2020
4c5f9f7
Replace `discriminant_switch_effect` with more general version
ecstatic-morse Sep 26, 2020
43e6ef8
Update engine to use new interface
ecstatic-morse Sep 26, 2020
2364b58
Update dataflow impls to reflect new interface
ecstatic-morse Sep 26, 2020
9ab95c3
Rollup merge of #76917 - GuillaumeGomez:map-missing-code-examples, r=…
jonas-schievink Sep 26, 2020
6b8fb3f
Rollup merge of #77107 - bugadani:perf, r=oli-obk
jonas-schievink Sep 26, 2020
184ccb1
Rollup merge of #77129 - ehuss:update-cargo, r=ehuss
jonas-schievink Sep 26, 2020
5926c43
Rollup merge of #77167 - fusion-engineering-forks:fix-fixme-min-max-s…
jonas-schievink Sep 26, 2020
bb416f3
Rollup merge of #77184 - pickfire:patch-4, r=kennytm
jonas-schievink Sep 26, 2020
3d1d24d
Rollup merge of #77208 - mati865:late-link-args-order, r=petrochenkov
jonas-schievink Sep 26, 2020
593b38b
Rollup merge of #77209 - jyn514:fix-docs, r=petrochenkov
jonas-schievink Sep 26, 2020
aa35c52
Rollup merge of #77231 - oli-obk:clippy_const_fn, r=Manishearth
jonas-schievink Sep 26, 2020
7a1a871
Rollup merge of #77235 - petrochenkov:reparse, r=Aaron1011
jonas-schievink Sep 26, 2020
b7c05a3
Rollup merge of #77243 - Aaron1011:more-derive-test, r=petrochenkov
jonas-schievink Sep 26, 2020
d68aa22
liveness: Access live nodes directly through self.lnks[ln]
tmiasko Sep 27, 2020
1ec980d
Auto merge of #77247 - jonas-schievink:rollup-r6ehh8h, r=jonas-schievink
bors Sep 27, 2020
c0cd1b0
Remove intra-doc link
ecstatic-morse Sep 27, 2020
58c232a
reduce overlong line
tshepang Sep 27, 2020
62fe055
Auto merge of #76986 - jonas-schievink:ret-in-reg, r=nagisa
bors Sep 27, 2020
9000710
Add MIPS asm! support
tesuji Sep 16, 2020
d9fc5b5
Fix typo in ExpnData documentation
jyn514 Sep 27, 2020
c9e5e6a
Auto merge of #77154 - fusion-engineering-forks:lazy-stdio, r=dtolnay
bors Sep 27, 2020
653fa5a
update stdarch submodule
dgbo Sep 27, 2020
2e64ff9
fix redundant delarations of const_fn_transmute
dgbo Sep 27, 2020
71bdb84
Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio
bors Sep 27, 2020
3009c52
update tokei and ripgrep in cargotest
RalfJung Sep 27, 2020
3d4a2e6
Remove duplicate comment
bugadani Sep 27, 2020
e420051
Clean up trivial if let
bugadani Sep 27, 2020
b836329
Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkov
bors Sep 27, 2020
d902752
Auto merge of #77118 - exrook:stability-generic-parameters-2, r=varkor
bors Sep 27, 2020
03d8be0
Separate `private_intra_doc_links` and `broken_intra_doc_links` into …
jyn514 Sep 27, 2020
80ffaed
Add documentation for `private_intra_doc_links`
jyn514 Sep 27, 2020
1d216fe
Auto merge of #77259 - dgbo:master, r=kennytm
bors Sep 27, 2020
ec1766c
Rollup merge of #76839 - lzutao:mips-asm, r=Amanieu
jonas-schievink Sep 27, 2020
9f086fc
Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, …
jonas-schievink Sep 27, 2020
2a90d31
Rollup merge of #77249 - jyn514:private-links, r=Manishearth
jonas-schievink Sep 27, 2020
e687dac
Rollup merge of #77252 - tshepang:overlong, r=jyn514
jonas-schievink Sep 27, 2020
06677cb
Rollup merge of #77256 - jyn514:typo, r=Aaron1011
jonas-schievink Sep 27, 2020
65298ee
Rollup merge of #77262 - bugadani:redundant-comment, r=Dylan-DPC
jonas-schievink Sep 27, 2020
344ab3f
Rollup merge of #77263 - bugadani:cleanup, r=lcnr
jonas-schievink Sep 27, 2020
4529af9
Auto merge of #77272 - jonas-schievink:rollup-dydo5kn, r=jonas-schievink
bors Sep 27, 2020
7f7a1cb
Auto merge of #77229 - tmiasko:liveness, r=lcnr
bors Sep 27, 2020
7d98d22
Reopen standard streams when they are closed on Unix
tmiasko Sep 27, 2020
c0b15cc
Auto merge of #77242 - ecstatic-morse:dataflow-switch-int, r=jonas-sc…
bors Sep 27, 2020
db7ee7c
Auto merge of #75295 - tmiasko:fds, r=Amanieu
bors Sep 28, 2020
c923da0
pretty.rs: Update Closure and Generator print
arora-aman Sep 8, 2020
adda0cd
Add tests for updated closure/generator printing
arora-aman Sep 11, 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
  •  
  •  
  •  
71 changes: 34 additions & 37 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
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' && !env.RUST_CI_TEMP_SKIP_CANCEL_OUTDATED"
if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'"
- name: collect CPU statistics
run: src/ci/scripts/collect-cpu-stats.sh
if: success() && !env.SKIP_JOB
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
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' && !env.RUST_CI_TEMP_SKIP_CANCEL_OUTDATED"
if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'"
- name: collect CPU statistics
run: src/ci/scripts/collect-cpu-stats.sh
if: success() && !env.SKIP_JOB
Expand Down Expand Up @@ -375,6 +375,35 @@ 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: "--host=x86_64-apple-darwin --target=x86_64-apple-darwin,aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
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 --set llvm.ninja=false"
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 --stage 2 test"
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
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 @@ -450,7 +479,7 @@ jobs:
os: windows-latest-xl
- name: dist-i686-msvc
env:
RUST_CONFIGURE_ARGS: "--build=i686-pc-windows-msvc --host=i686-pc-windows-msvc --target=i586-pc-windows-msvc --enable-full-tools --enable-profiler"
RUST_CONFIGURE_ARGS: "--build=i686-pc-windows-msvc --host=i686-pc-windows-msvc --target=i686-pc-windows-msvc,i586-pc-windows-msvc --enable-full-tools --enable-profiler"
SCRIPT: python x.py dist
DIST_REQUIRE_ALL_TOOLS: 1
os: windows-latest-xl
Expand Down Expand Up @@ -499,7 +528,7 @@ jobs:
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' && !env.RUST_CI_TEMP_SKIP_CANCEL_OUTDATED"
if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'"
- name: collect CPU statistics
run: src/ci/scripts/collect-cpu-stats.sh
if: success() && !env.SKIP_JOB
Expand Down Expand Up @@ -580,38 +609,6 @@ jobs:
- self-hosted
- ARM64
- linux
- name: dist-x86_64-apple
env:
SCRIPT: "./x.py dist"
RUST_CONFIGURE_ARGS: "--host=x86_64-apple-darwin --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
MACOSX_DEPLOYMENT_TARGET: 10.7
NO_LLVM_ASSERTIONS: 1
NO_DEBUG_ASSERTIONS: 1
DIST_REQUIRE_ALL_TOOLS: 1
RUST_CI_TEMP_SKIP_CANCEL_OUTDATED: 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 --set llvm.ninja=false"
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
MACOSX_DEPLOYMENT_TARGET: 10.7
NO_LLVM_ASSERTIONS: 1
NO_DEBUG_ASSERTIONS: 1
RUST_CI_TEMP_SKIP_CANCEL_OUTDATED: 1
os: macos-latest
- name: x86_64-apple
env:
SCRIPT: "./x.py --stage 2 test"
RUST_CONFIGURE_ARGS: "--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false"
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
RUST_CI_TEMP_SKIP_CANCEL_OUTDATED: 1
os: macos-latest
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps:
Expand All @@ -638,7 +635,7 @@ jobs:
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' && !env.RUST_CI_TEMP_SKIP_CANCEL_OUTDATED"
if: "success() && !env.SKIP_JOB && github.ref != 'refs/heads/try'"
- name: collect CPU statistics
run: src/ci/scripts/collect-cpu-stats.sh
if: success() && !env.SKIP_JOB
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
[submodule "src/llvm-project"]
path = src/llvm-project
url = https://github.com/rust-lang/llvm-project.git
branch = rustc/11.0-2020-08-20
branch = rustc/11.0-2020-09-22
[submodule "src/doc/embedded-book"]
path = src/doc/embedded-book
url = https://github.com/rust-embedded/book.git
Expand Down
Loading