Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 3 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
1d2e3ff
Clean up E0730 explanation
GuillaumeGomez Jul 25, 2020
f22a34e
Clean up E0734 explanation
GuillaumeGomez Jul 27, 2020
ad6d63e
Don't use "weak count" around Weak::from_raw_ptr
vorner Jul 26, 2020
b5d143b
Enable docs on dist-x86_64-musl
Jul 28, 2020
0374006
Avoid bool-like naming
tesuji Jul 29, 2020
759de11
Clean up E0740 explanation
GuillaumeGomez Jul 29, 2020
8046fea
Improve diagnostics when constant pattern is too generic
nbdd0121 Jul 30, 2020
4e963d5
Fix ui tests
nbdd0121 Jul 30, 2020
89e4fe3
Improve E0730 explanation
GuillaumeGomez Jul 30, 2020
cd8bdb5
rustc: Ignore fs::canonicalize errors in metadata
alexcrichton Jul 29, 2020
e1e01f7
1.45.1 release
Mark-Simulacrum Jul 20, 2020
19d191b
Update release notes
Mark-Simulacrum Jul 25, 2020
7e86c8e
Rollup merge of #74751 - GuillaumeGomez:cleanup-e0730, r=jyn514
Manishearth Jul 30, 2020
4637968
Rollup merge of #74782 - vorner:weak-into-raw-cnt-doc, r=dtolnay
Manishearth Jul 30, 2020
172b3a7
Rollup merge of #74835 - GuillaumeGomez:cleanup-e0734, r=jyn514
Manishearth Jul 30, 2020
8892785
Rollup merge of #74871 - etherealist:musl_doc, r=Mark-Simulacrum
Manishearth Jul 30, 2020
e823af6
Rollup merge of #74905 - lzutao:listed, r=jyn514
Manishearth Jul 30, 2020
2c6c764
Rollup merge of #74907 - GuillaumeGomez:cleanup-e0740, r=pickfire
Manishearth Jul 30, 2020
0a45b13
Rollup merge of #74915 - alexcrichton:allow-failing-canonicalize, r=M…
Manishearth Jul 30, 2020
b0d4261
Rollup merge of #74934 - nbdd0121:issue-73976, r=ecstatic-morse
Manishearth Jul 30, 2020
9eb5026
Rollup merge of #74951 - cuviper:relnotes-1.45.1, r=jonas-schievink
Manishearth Jul 30, 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
13 changes: 13 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 1.45.1 (2020-07-30)
==========================

* [Fix const propagation with references.][73613]
* [rustfmt accepts rustfmt_skip in cfg_attr again.][73078]
* [Avoid spurious implicit region bound.][74509]
* [Install clippy on x.py install][74457]

[73613]: https://github.com/rust-lang/rust/pull/73613
[73078]: https://github.com/rust-lang/rust/issues/73078
[74509]: https://github.com/rust-lang/rust/pull/74509
[74457]: https://github.com/rust-lang/rust/pull/74457

Version 1.45.0 (2020-07-16)
==========================

Expand Down