Skip to content

Rollup of 12 pull requests #77509

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

Closed
wants to merge 41 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
96a8048
rustc_ast_passes: allow c-variadic associated fns
dlrobertson Sep 18, 2020
43c181b
Use `tracing` spans to trace the entire MIR interp stack
oli-obk Aug 4, 2020
916d236
updated p! macro to accept literals
jakevossen5 Sep 30, 2020
d103fe1
Fixed more write literals after master merge
jakevossen5 Sep 30, 2020
f69a88b
updated p! macro to accept literals
jakevossen5 Sep 30, 2020
5032674
fixed merge conflicts
jakevossen5 Sep 30, 2020
dffb9d6
cargo fmt
jakevossen5 Sep 30, 2020
c1e17f5
Add a regression test for issue-66501
JohnTitor Oct 1, 2020
8631e1c
Add a regression test for issue-68951
JohnTitor Oct 1, 2020
50ffd6b
Add a regression test for issue-72565
JohnTitor Oct 1, 2020
d4fdf6e
Add a regression test for issue-74244
JohnTitor Oct 1, 2020
38f460f
Add a regression test for issue-75299
JohnTitor Oct 1, 2020
8f9472c
Only mention that a stack frame is being popped when starting to do so
oli-obk Oct 1, 2020
cd159fd
Uplift drop-bounds lint from clippy
notriddle Aug 19, 2020
e87d391
BTreeMap: complete the compile-time test_variance test case
ssomers Oct 2, 2020
90c8b43
BTreeMap: document DrainFilterInner better
ssomers Sep 26, 2020
dceb81a
Deprecate clippy lint
notriddle Oct 2, 2020
3ea96b8
made multiline macro calls into single line
jakevossen5 Oct 2, 2020
4c9bcf3
Fix test name
camelid Oct 2, 2020
87f3f81
Improve rustdoc error for failed intra-doc link resolution
camelid Oct 2, 2020
0193a88
Remove unhelpful help message
camelid Oct 2, 2020
21fb9df
Use old error when there's partial resolution
camelid Oct 3, 2020
aa9b718
Improve error messages
camelid Oct 3, 2020
f296163
Place all-targets checking behind a flag
Mark-Simulacrum Oct 2, 2020
bcab97c
Check all Cargo targets on CI
Mark-Simulacrum Oct 2, 2020
b22e039
Set `deny-warnings = false` in contributor defaults
jyn514 Oct 3, 2020
eaa0186
Add quotes around command in CHANGELOG
ecstatic-morse Oct 3, 2020
018d587
fixed going over 100 chars in line
jakevossen5 Oct 3, 2020
e41a144
Support vectors with fewer than 8 elements for simd_select_bitmask
Amanieu Oct 3, 2020
acfafb5
Rollup merge of #74765 - dlrobertson:c-variadic-assoc-fn, r=joshtriplett
jonas-schievink Oct 3, 2020
8003ac6
Rollup merge of #75143 - oli-obk:tracing, r=RalfJung
jonas-schievink Oct 3, 2020
b85a3f7
Rollup merge of #75699 - notriddle:drop-bounds-lint, r=petrochenkov
jonas-schievink Oct 3, 2020
ab940e2
Rollup merge of #77190 - jakevossen5:master, r=eddyb
jonas-schievink Oct 3, 2020
31b0f10
Rollup merge of #77388 - JohnTitor:add-tests, r=Dylan-DPC
jonas-schievink Oct 3, 2020
58585a3
Rollup merge of #77445 - ssomers:btree_cleanup_7, r=Mark-Simulacrum
jonas-schievink Oct 3, 2020
f990bba
Rollup merge of #77447 - ssomers:btree_cleanup_8, r=Mark-Simulacrum
jonas-schievink Oct 3, 2020
40d1dc9
Rollup merge of #77468 - camelid:fix-test-name, r=Dylan-DPC
jonas-schievink Oct 3, 2020
5c5d2f8
Rollup merge of #77469 - camelid:rustdoc-better-failed-res-error, r=j…
jonas-schievink Oct 3, 2020
85c1966
Rollup merge of #77473 - Mark-Simulacrum:check-limited, r=ecstatic-morse
jonas-schievink Oct 3, 2020
317d122
Rollup merge of #77492 - jyn514:no-deny, r=nagisa
jonas-schievink Oct 3, 2020
5efe9be
Rollup merge of #77504 - Amanieu:select_simd_bitmask, r=ecstatic-morse
jonas-schievink Oct 3, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add quotes around command in CHANGELOG
  • Loading branch information
ecstatic-morse authored Oct 3, 2020
commit eaa0186662b0a494b2536f75f9e2811b6aa8366b
2 changes: 1 addition & 1 deletion src/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Non-breaking changes since the last major version]

- x.py check needs opt-in to check tests (--all-targets) [#77473](https://github.com/rust-lang/rust/pull/77473)
- `x.py check` needs opt-in to check tests (--all-targets) [#77473](https://github.com/rust-lang/rust/pull/77473)

## [Version 2] - 2020-09-25

Expand Down