Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
413ca98
Update std::env::temp_dir to use GetTempPath2 on Windows when available.
talagrand Oct 17, 2021
1d26e41
Clarify platform availability of GetTempPath2
talagrand Oct 27, 2021
70855b2
Add spin_loop hint for RISC-V architecture
luojia65 Dec 5, 2021
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
1b27b69
don't allocate strings when str is enought for using as key
klensy 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
6e7ec0c
Simplify collect_in_band_defs.
cjgillot Nov 12, 2021
72b6f70
Use collect_in_band_defs for async lifetime captures.
cjgillot Nov 29, 2021
8576ab4
Store impl_trait_fn inside OpaqueTyOrigin.
cjgillot Nov 30, 2021
54ff721
Simplify match.
cjgillot Dec 7, 2021
908f300
Remove the reg_thumb register class for asm! on ARM
Amanieu Nov 11, 2021
5d1aa35
Rollup merge of #89999 - talagrand:GetTempPath2, r=m-ou-se
matthiaskrgr Dec 8, 2021
97fca83
Rollup merge of #90709 - estebank:erase-known-type-params, r=nagisa
matthiaskrgr Dec 8, 2021
a713341
Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplett
matthiaskrgr Dec 8, 2021
22afb94
Rollup merge of #91548 - luojia65:hint-spin-loop-riscv, r=Amanieu
matthiaskrgr Dec 8, 2021
4da7fcc
Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obk
matthiaskrgr Dec 8, 2021
2429f11
Rollup merge of #91570 - nbdd0121:const_typeck, r=oli-obk
matthiaskrgr Dec 8, 2021
5be5182
Rollup merge of #91571 - dtolnay:printerderef, r=Mark-Simulacrum
matthiaskrgr Dec 8, 2021
d00e238
Rollup merge of #91610 - aDotInTheVoid:patch-2, r=GuillaumeGomez
matthiaskrgr Dec 8, 2021
c4bd406
Rollup merge of #91619 - ehuss:update-cargo, r=ehuss
matthiaskrgr Dec 8, 2021
4f05c4a
Rollup merge of #91626 - klensy:json-less-alloc, r=petrochenkov
matthiaskrgr Dec 8, 2021
1839c1a
Rollup merge of #91630 - GuillaumeGomez:missing-whitespace, r=notriddle
matthiaskrgr Dec 8, 2021
efa06f3
Rollup merge of #91640 - cjgillot:in-band-collect, r=oli-obk
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
Update cargo
  • Loading branch information
ehuss committed Dec 7, 2021
commit 4aceaedb5e1629cd4f6f38638fdcf19919c05619
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
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 89 files
+8 −1 CHANGELOG.md
+1 −1 Cargo.toml
+1 −1 src/bin/cargo/cli.rs
+1 −1 src/bin/cargo/commands/bench.rs
+1 −1 src/bin/cargo/commands/build.rs
+1 −1 src/bin/cargo/commands/check.rs
+1 −1 src/bin/cargo/commands/clean.rs
+1 −1 src/bin/cargo/commands/doc.rs
+1 −1 src/bin/cargo/commands/fetch.rs
+1 −1 src/bin/cargo/commands/fix.rs
+1 −1 src/bin/cargo/commands/generate_lockfile.rs
+1 −1 src/bin/cargo/commands/init.rs
+1 −1 src/bin/cargo/commands/install.rs
+1 −1 src/bin/cargo/commands/locate_project.rs
+1 −1 src/bin/cargo/commands/login.rs
+1 −1 src/bin/cargo/commands/logout.rs
+1 −1 src/bin/cargo/commands/metadata.rs
+1 −1 src/bin/cargo/commands/new.rs
+1 −1 src/bin/cargo/commands/owner.rs
+1 −1 src/bin/cargo/commands/package.rs
+1 −1 src/bin/cargo/commands/pkgid.rs
+1 −1 src/bin/cargo/commands/publish.rs
+1 −1 src/bin/cargo/commands/read_manifest.rs
+0 −4 src/bin/cargo/commands/report.rs
+1 −1 src/bin/cargo/commands/run.rs
+1 −1 src/bin/cargo/commands/rustc.rs
+1 −1 src/bin/cargo/commands/rustdoc.rs
+1 −1 src/bin/cargo/commands/search.rs
+1 −1 src/bin/cargo/commands/tree.rs
+1 −1 src/bin/cargo/commands/uninstall.rs
+1 −1 src/bin/cargo/commands/update.rs
+1 −1 src/bin/cargo/commands/vendor.rs
+1 −1 src/bin/cargo/commands/verify_project.rs
+1 −1 src/bin/cargo/commands/version.rs
+1 −1 src/bin/cargo/commands/yank.rs
+12 −0 src/cargo/core/compiler/build_context/target_info.rs
+0 −3 src/cargo/core/compiler/future_incompat.rs
+18 −7 src/cargo/core/compiler/mod.rs
+6 −2 src/cargo/core/features.rs
+1 −1 src/cargo/ops/resolve.rs
+6 −13 src/cargo/util/command_prelude.rs
+4 −1 src/cargo/util/flock.rs
+1 −0 src/doc/man/cargo-build.md
+1 −0 src/doc/man/cargo-check.md
+42 −0 src/doc/man/cargo-report.md
+1 −0 src/doc/man/cargo-rustc.md
+1 −0 src/doc/man/cargo-test.md
+7 −1 src/doc/man/generated_txt/cargo-build.txt
+7 −1 src/doc/man/generated_txt/cargo-check.txt
+1 −1 src/doc/man/generated_txt/cargo-doc.txt
+1 −1 src/doc/man/generated_txt/cargo-fix.txt
+34 −0 src/doc/man/generated_txt/cargo-report.txt
+1 −1 src/doc/man/generated_txt/cargo-run.txt
+7 −1 src/doc/man/generated_txt/cargo-rustc.txt
+1 −1 src/doc/man/generated_txt/cargo-rustdoc.txt
+7 −1 src/doc/man/generated_txt/cargo-test.txt
+6 −0 src/doc/man/includes/options-future-incompat.md
+1 −1 src/doc/man/includes/options-release.md
+2 −0 src/doc/src/SUMMARY.md
+1 −0 src/doc/src/commands/build-commands.md
+7 −0 src/doc/src/commands/cargo-build.md
+7 −0 src/doc/src/commands/cargo-check.md
+1 −0 src/doc/src/commands/cargo-doc.md
+1 −0 src/doc/src/commands/cargo-fix.md
+43 −0 src/doc/src/commands/cargo-report.md
+1 −0 src/doc/src/commands/cargo-run.md
+7 −0 src/doc/src/commands/cargo-rustc.md
+1 −0 src/doc/src/commands/cargo-rustdoc.md
+7 −0 src/doc/src/commands/cargo-test.md
+2 −2 src/doc/src/guide/dependencies.md
+17 −0 src/doc/src/reference/config.md
+6 −4 src/doc/src/reference/environment-variables.md
+24 −0 src/doc/src/reference/future-incompat-report.md
+1 −0 src/doc/src/reference/index.md
+2 −2 src/doc/src/reference/registries.md
+29 −26 src/doc/src/reference/specifying-dependencies.md
+5 −30 src/doc/src/reference/unstable.md
+9 −0 src/etc/man/cargo-build.1
+9 −0 src/etc/man/cargo-check.1
+1 −0 src/etc/man/cargo-doc.1
+1 −0 src/etc/man/cargo-fix.1
+48 −0 src/etc/man/cargo-report.1
+1 −0 src/etc/man/cargo-run.1
+9 −0 src/etc/man/cargo-rustc.1
+1 −0 src/etc/man/cargo-rustdoc.1
+9 −0 src/etc/man/cargo-test.1
+19 −0 tests/testsuite/build.rs
+25 −54 tests/testsuite/future_incompat_report.rs
+23 −0 tests/testsuite/run.rs