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

Rollup of 8 pull requests #91664

Closed
wants to merge 20 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
61cab77
allow for failure of subst_normalize_erasing_regions in const_eval
b-naber Dec 5, 2021
3f831c6
add test and bless existing ones
b-naber Dec 5, 2021
2a95958
Evaluate inline const pat early and report error if too generic
nbdd0121 Dec 5, 2021
97952f4
Link to rustdoc_json_types docs instead of rustdoc-json RFC
aDotInTheVoid 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
4aceaed
Update cargo
ehuss Dec 7, 2021
4dd3f4e
Add missing whitespace before disabled HTML attribute
GuillaumeGomez Dec 7, 2021
a79b702
Remove unneeded access to pretty printer's `s` field in favor of deref
dtolnay Dec 5, 2021
0a84930
Lock x.py build state
worldeva Aug 24, 2021
4d93b4e
Rollup merge of #88310 - worldeva:bootstrap-locking, r=Mark-Simulacrum
matthiaskrgr Dec 8, 2021
0a1cfa9
Rollup merge of #90709 - estebank:erase-known-type-params, r=nagisa
matthiaskrgr Dec 8, 2021
7752498
Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obk
matthiaskrgr Dec 8, 2021
36fc307
Rollup merge of #91570 - nbdd0121:const_typeck, r=oli-obk
matthiaskrgr Dec 8, 2021
19c8099
Rollup merge of #91571 - dtolnay:printerderef, r=Mark-Simulacrum
matthiaskrgr Dec 8, 2021
c68248c
Rollup merge of #91610 - aDotInTheVoid:patch-2, r=GuillaumeGomez
matthiaskrgr Dec 8, 2021
514260c
Rollup merge of #91619 - ehuss:update-cargo, r=ehuss
matthiaskrgr Dec 8, 2021
8007601
Rollup merge of #91630 - GuillaumeGomez:missing-whitespace, r=notriddle
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
6 changes: 3 additions & 3 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -558,11 +558,11 @@ dependencies = [

[[package]]
name = "clap"
version = "2.33.3"
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term 0.11.0",
"ansi_term 0.12.1",
"atty",
"bitflags",
"strsim",
Expand Down
Loading