Commit Graph

320 Commits

Author SHA1 Message Date
XAMPPRocky
7bb1889899
Apply suggestions from code review
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
2020-12-08 22:13:03 +00:00
Erin Power
891341942a Update RELEASES.md for 1.49.0 2020-12-07 23:45:23 +00:00
Mara Bos
c75f21008d
Rollup merge of #78364 - XAMPPRocky:relnote-1.48.0, r=pietroalbini
Update RELEASES.md for 1.48.0

### [Rendered](https://github.com/XAMPPRocky/rust/blob/relnote-1.48.0/RELEASES.md)

r? `@Mark-Simulacrum`
cc `@rust-lang/release`
2020-11-16 17:26:21 +01:00
XAMPPRocky
a81a64e42c
Update RELEASES.md 2020-11-12 16:20:22 +01:00
Mike Hommey
5fb5707f35 Add LLVM upgrades from 7 to 10 to RELEASES.md
Fixes #78464
2020-10-31 06:54:39 +09:00
XAMPPRocky
0a9cf84225
Update RELEASES.md 2020-10-29 16:28:17 +01:00
XAMPPRocky
c899998fa2
Update RELEASES.md 2020-10-27 13:07:14 +01:00
XAMPPRocky
1c6d4d27b9
Update RELEASES.md 2020-10-27 13:04:05 +01:00
XAMPPRocky
3f6726dba6
Update RELEASES.md 2020-10-27 11:00:07 +01:00
XAMPPRocky
1186f28861
Update RELEASES.md 2020-10-26 11:30:23 +01:00
XAMPPRocky
e6bf0c3e7f
Update RELEASES.md 2020-10-26 11:24:31 +01:00
XAMPPRocky
a9a26b8e86
Update RELEASES.md 2020-10-26 11:23:54 +01:00
XAMPPRocky
3cb07753cc
Apply suggestions from code review
Co-authored-by: Camelid <camelidcamel@gmail.com>
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
2020-10-26 07:11:03 +01:00
XAMPPRocky
149ca76440
Apply suggestions from code review
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-10-25 20:43:44 +01:00
XAMPPRocky
a268264073
Update RELEASES.md
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
2020-10-25 20:43:00 +01:00
XAMPPRocky
ff89b801df
Update RELEASES.md 2020-10-25 18:12:40 +01:00
Erin Power
2b1fa1fece Update RELEASES.md for 1.48.0 2020-10-25 18:09:28 +01:00
Camelid
250b4adc15
Fix capitalization in blog post name 2020-10-03 13:30:37 -07:00
Erin Power
e34d3bf0dc Update RELEASES.md for 1.47.0 2020-10-02 13:26:42 -04:00
bors
6c44bcc4ff Auto merge of #75926 - camelid:patch-5, r=jonas-schievink
Fix typo in release notes
2020-08-31 07:17:34 +00:00
tinaun
65b37ce090
fix wording in release notes
C-like enums are still allowed to impl drop, you just can't cast them to numbers
2020-08-27 14:41:18 -04:00
Camelid
acd396225e Fix typo in release notes 2020-08-25 16:12:46 -07:00
Pietro Albini
cc39409593
releases: include last-minute compatibility notes for 1.46.0 2020-08-24 16:11:19 +02:00
Erin Power
bf4be5de52 Update RELEASES.md for 1.46.0
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
Co-authored-by: Lonami <totufals@hotmail.com>
2020-08-10 11:48:59 +02:00
Mark Rousskov
f173a4b8ec 1.45.2 release notes 2020-07-31 17:47:33 +02:00
Mark Rousskov
19d191bb02 Update release notes
(cherry picked from commit 32166ab1eb)
2020-07-30 11:36:33 -07:00
Mark Rousskov
e1e01f72a5 1.45.1 release
(cherry picked from commit 9e5fb40807)
2020-07-30 11:36:14 -07:00
Linda_pp
e28c0ea2be
Fix typo in the latest release note 2020-07-16 23:57:47 +09:00
Josh Stone
2ba58f9823 Add a 1.45 release note on lto vs. embed-bitcode 2020-07-15 10:27:51 -07:00
Erin Power
ffac887908 Update RELEASES.md for 1.45.0 2020-07-12 14:06:53 -04:00
Raphael Nestler
60410ef020
Fix forge-platform-support URL
Apparently it got changed.
2020-06-16 13:42:09 +02:00
Dylan DPC
033f6899f7
Rollup merge of #73008 - tshepang:patch-1, r=nikomatsakis
Update RELEASES.md

make catch_unwind line more readable
2020-06-08 22:15:12 +02:00
Tshepang Lekhonkhobe
9d6ed2960c
address review comment 2020-06-05 03:41:21 +02:00
Tshepang Lekhonkhobe
3c23798718
Update RELEASES.md
try fix the f64 as u32 line
2020-06-05 03:30:56 +02:00
Tshepang Lekhonkhobe
e508db2840
Update RELEASES.md
make catch_unwind line more readable
2020-06-05 03:05:12 +02:00
Wesley Wiser
61c2774436
Fix missing word in RELEASES.md 2020-06-04 14:36:23 -04:00
Peter Todd
786ad87d40
Minor: off-by-one error in RELEASES.md 2020-06-02 09:47:33 -04:00
Dylan DPC
b6a5fea2ce
Rollup merge of #72832 - joshtriplett:cargo-tree-d, r=Mark-Simulacrum
RELEASES.md: Expand `cargo tree` note to mention `cargo tree -d`

Useful feature that people might not automatically associate with `cargo
tree`.
2020-06-01 03:14:14 +02:00
Josh Triplett
32736606fd RELEASES.md: Expand cargo tree note to mention cargo tree -d
Useful feature that people might not automatically associate with `cargo
tree`.
2020-05-31 12:39:28 -07:00
Steven Fackler
0a71ba2243
Fix release notes for niche initialization change
MaybeUninit is not affected by the linked PR.
2020-05-31 14:51:08 -04:00
XAMPPRocky
692f4ec3b1
Update RELEASES.md 2020-05-29 18:25:34 +02:00
XAMPPRocky
859863dad2
Update RELEASES.md 2020-05-29 12:49:13 +02:00
XAMPPRocky
5b37ee1c2a
Update RELEASES.md 2020-05-29 11:45:25 +02:00
XAMPPRocky
283358b081
Update RELEASES.md 2020-05-29 11:36:50 +02:00
XAMPPRocky
bd5ed9e62f
Update RELEASES.md
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2020-05-09 16:30:00 +02:00
Erin Power
bb433914b5 Update RELEASES.md for 1.44.0 2020-05-09 02:13:16 +02:00
Josh Stone
3857506be5
backport 1.43.1 release notes 2020-05-05 11:55:07 +02:00
XAMPPRocky
dda3445fd5
Update RELEASES.md 2020-04-11 16:36:29 +02:00
XAMPPRocky
32047903c7
Update RELEASES.md 2020-04-11 16:35:19 +02:00
XAMPPRocky
6364b4dbb4
Update RELEASES.md 2020-04-02 21:11:29 +02:00