Skip to content

Rollup of 14 pull requests #91650

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 34 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
951dad6
Update certificates in some Ubuntu 16 images.
ehuss Nov 3, 2021
b38a540
Print a suggestion when comparing references to primitive types in co…
FabianWolff Nov 26, 2021
49aa5ba
Emphasise that an OsStr[ing] is not necessarily a platform string
ChrisDenton Dec 2, 2021
74437e4
Do not add `;` to expected tokens list when it's wrong
notriddle Dec 4, 2021
70855b2
Add spin_loop hint for RISC-V architecture
luojia65 Dec 5, 2021
6afbfca
Remove unnecessary FIXME (answered by Oli)
ecstatic-morse Dec 5, 2021
2a95958
Evaluate inline const pat early and report error if too generic
nbdd0121 Dec 5, 2021
f04b8f2
Make treatment of generator drop shims explicit
ecstatic-morse Dec 6, 2021
6199592
Add better comments for FnParseMode
notriddle Dec 6, 2021
6611567
Expect extern fn with no body when parsing
notriddle Dec 6, 2021
78e88f4
Only shown relevant type params in E0283 label
estebank Nov 8, 2021
3fd15c8
Refer to uninferred `const` params by their name, instead of `{ _: _ }`
estebank Nov 8, 2021
6a691b1
Refer to const params as "const params" and not "type params"
estebank Nov 8, 2021
7271d1f
Add test with multiple type params failing inference
estebank Nov 19, 2021
4dd3f4e
Add missing whitespace before disabled HTML attribute
GuillaumeGomez Dec 7, 2021
9b6c510
Future compatibility warning on cfg_attr on crate_type and crate_name
bjorn3 Apr 1, 2021
a79b702
Remove unneeded access to pretty printer's `s` field in favor of deref
dtolnay Dec 5, 2021
db5a2ae
Define c_char using cfg_if rather than repeating 40-line cfg
dtolnay Dec 7, 2021
0a84930
Lock x.py build state
worldeva Aug 24, 2021
a124924
Remove `in_band_lifetimes` from `rustc_mir_transform`
scottmcm Dec 6, 2021
0f12afd
Rollup merge of #83744 - bjorn3:deprecate_cfg_attr_crate_type_name, r…
matthiaskrgr Dec 8, 2021
7379ca9
Rollup merge of #88310 - worldeva:bootstrap-locking, r=Mark-Simulacrum
matthiaskrgr Dec 8, 2021
da9f1ee
Rollup merge of #90550 - ehuss:update-ca, r=Mark-Simulacrum
matthiaskrgr Dec 8, 2021
9bc499e
Rollup merge of #90709 - estebank:erase-known-type-params, r=nagisa
matthiaskrgr Dec 8, 2021
ad29287
Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesle…
matthiaskrgr Dec 8, 2021
2d75df1
Rollup merge of #91467 - ChrisDenton:confusing-os-string, r=Mark-Simu…
matthiaskrgr Dec 8, 2021
0e8c1b8
Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-sem…
matthiaskrgr Dec 8, 2021
9e39487
Rollup merge of #91548 - luojia65:hint-spin-loop-riscv, r=Amanieu
matthiaskrgr Dec 8, 2021
01bd578
Rollup merge of #91570 - nbdd0121:const_typeck, r=oli-obk
matthiaskrgr Dec 8, 2021
cafbdc3
Rollup merge of #91571 - dtolnay:printerderef, r=Mark-Simulacrum
matthiaskrgr Dec 8, 2021
bd75333
Rollup merge of #91577 - ecstatic-morse:mir-pass-manager-cleanup, r=o…
matthiaskrgr Dec 8, 2021
60cd4c7
Rollup merge of #91630 - GuillaumeGomez:missing-whitespace, r=notriddle
matthiaskrgr Dec 8, 2021
a300c2e
Rollup merge of #91638 - scottmcm:less-inband-2-of-28, r=petrochenkov
matthiaskrgr Dec 8, 2021
46010eb
Rollup merge of #91641 - dtolnay:cchar-if, r=Mark-Simulacrum
matthiaskrgr Dec 8, 2021
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
Remove unneeded access to pretty printer's s field in favor of deref
  • Loading branch information
dtolnay committed Dec 7, 2021
commit a79b702956e24aca5857a0630e9ff4f2e257a713
Loading