Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Rollup of 7 pull requests#109662

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bors merged 14 commits intorust-lang:masterfrommatthiaskrgr:rollup-tk2g3jf
Mar 27, 2023
Merged
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
291ddb8
Rename 'src/bootstrap/native.rs' to llvm.rs
rohaquinlopMar 20, 2023
53ec4bc
Remove some stale FIXMEs in new solver
compiler-errorsMar 25, 2023
4979860
Refactor: Separate `LocalRef` variant for not-evaluated-yet operands
scottmcmMar 25, 2023
dd5b690
Remove Nilstrieb from review rotation
NoratriebMar 27, 2023
2436923
Update cargo
weihangloMar 27, 2023
32189d3
backport 1.68.1 and 1.68.2 release notes to master
pietroalbiniMar 27, 2023
20ca24e
More config.toml.example cleanups
jyn514Mar 2, 2023
84a7540
Rollup merge of #108625 - jyn514:config-toml-cleanups, r=albertlarsan68
matthiaskrgrMar 27, 2023
3917644
Rollup merge of #109418 - rohaquinlop:108240-rename-native.rs-to-llvm…
matthiaskrgrMar 27, 2023
9c73bf9
Rollup merge of #109580 - compiler-errors:new-solver-fixmes, r=lcnr
matthiaskrgrMar 27, 2023
7f6b406
Rollup merge of #109582 - scottmcm:local-ref-pending, r=oli-obk
matthiaskrgrMar 27, 2023
b885e5f
Rollup merge of #109650 - Nilstrieb:i-will-not-review-your-code, r=al…
matthiaskrgrMar 27, 2023
297e3a1
Rollup merge of #109656 - weihanglo:update-cargo, r=weihanglo
matthiaskrgrMar 27, 2023
c3a428f
Rollup merge of #109658 - rust-lang:pa-1.68.2-relnotes, r=pietroalbini
matthiaskrgrMar 27, 2023
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
PrevPrevious commit
NextNext commit
backport 1.68.1 and 1.68.2 release notes to master
  • Loading branch information
@pietroalbini
pietroalbini committedMar 27, 2023
commit32189d3d1a499262f5e2af2f9f3cd34f2907dcbd
23 changes: 23 additions & 0 deletionsRELEASES.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
Version 1.68.2 (2023-03-28)
===========================

- [Update the GitHub RSA host key bundled within Cargo](https://github.com/rust-lang/cargo/pull/11883).
The key was [rotated by GitHub](https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/)
on 2023-03-24 after the old one leaked.
- [Mark the old GitHub RSA host key as revoked](https://github.com/rust-lang/cargo/pull/11889).
This will prevent Cargo from accepting the leaked key even when trusted by
the system.
- [Add support for `@revoked` and a better error message for `@cert-authority` in Cargo's SSH host key verification](https://github.com/rust-lang/cargo/pull/11635)

Version 1.68.1 (2023-03-23)
===========================

- [Fix miscompilation in produced Windows MSVC artifacts](https://github.com/rust-lang/rust/pull/109094)
This was introduced by enabling ThinLTO for the distributed rustc which led
to miscompilations in the resulting binary. Currently this is believed to be
limited to the -Zdylib-lto flag used for rustc compilation, rather than a
general bug in ThinLTO, so only rustc artifacts should be affected.
- [Fix --enable-local-rust builds](https://github.com/rust-lang/rust/pull/109111/)
- [Treat `$prefix-clang` as `clang` in linker detection code](https://github.com/rust-lang/rust/pull/109156)
- [Fix panic in compiler code](https://github.com/rust-lang/rust/pull/108162)

Version 1.68.0 (2023-03-09)
==========================

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp