Josh Stone
568d6c1ac7
Expand 1.67 to 1.67.0
2023-01-20 18:38:09 -08:00
Josh Stone
edd647e141
Release notes for 1.67.0
2023-01-20 18:29:35 -08:00
Pietro Albini
e491b080b3
update release notes for 1.66.1
2023-01-10 17:28:38 +01:00
tronta
b037c4447f
Update RELEASES.md
...
this is not yet supported:
..X => https://github.com/rust-lang/rust/issues/37854 is still open
2022-12-13 13:18:08 +01:00
Mark Rousskov
4264f0850d
1.66.0 release notes
2022-12-12 08:15:54 -05:00
Matthias Krüger
9ef3b414a5
Rollup merge of #103931 - pnkfelix:note-eh-personality-limit-atop-lld, r=Mark-Simulacrum
...
Add note to RELEASES.md regarding issue 102754.
As discussed in [compiler triage meeting today](https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings/topic/.5Bweekly.5D.202022-11-03/near/307746618 ); it would have been nice to get this in time for the stable notes, but having it only in nightly only is better than nothing...
r? `@Mark-Simulacrum`
2022-11-04 06:40:33 +01:00
Felix S. Klock II
9c79a27e23
Add note to RELEASES.md regarding issue 102754.
2022-11-03 11:44:50 -04:00
Mark Rousskov
a0c21e4e7e
Remove let_underscore_must_use from list of uplifted lints
2022-10-31 20:55:03 -04:00
Mark Rousskov
3f56a823f2
1.65.0 release notes
...
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
Co-authored-by: Christopher Serr <christopher.serr@gmail.com>
Co-authored-by: memoryruins <michael@memoryruins.com>
Co-authored-by: Alexander Ronald Altman <alexanderaltman@me.com>
2022-10-29 15:07:00 -04:00
Matthias Krüger
683cf99f1d
Rollup merge of #102019 - pietroalbini:pa-relnotes-revert, r=pietroalbini
...
Remove backed off PRs from relnotes
Backport of 7358a9b03e
to master.
2022-09-19 17:55:24 +02:00
Matthias Krüger
1e1baabe77
Rollup merge of #102004 - cuviper:relnotes-1.64.0-ffi, r=pietroalbini
...
Try to clarify what's new in 1.64.0 ffi types
2022-09-19 17:55:22 +02:00
Pietro Albini
d19079b067
remove backed off PR from relnotes
2022-09-19 15:29:13 +02:00
Josh Stone
ad671849b9
Try to clarify what's new in 1.64.0 ffi types
2022-09-18 19:24:57 -07:00
Pietro Albini
b4937c3c7b
remove ice fix
2022-09-18 16:12:05 +02:00
Pietro Albini
24b0f99109
make the styling of the cargo section similar to the rest
2022-09-18 16:12:03 +02:00
Pietro Albini
f062d5a99d
remove diagnostic changes
2022-09-18 16:12:02 +02:00
Pietro Albini
8cad20de55
remove items that are already mentioned in the compatibility notes
2022-09-18 16:12:01 +02:00
Pietro Albini
68f6c4f4eb
improve the wording for some release notes items
2022-09-18 16:11:57 +02:00
Mark Rousskov
a924b8a8fb
Release notes update
...
Co-authored-by: Tyler Mandry <tmandry@gmail.com>
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
2022-09-17 13:48:06 -04:00
Eric Huss
ce3d526027
Add const_extern_fn
to 1.62 release notes.
2022-09-05 05:57:46 -07:00
Dezhi Wu
1770693771
Correct typo
2022-08-31 18:25:00 +08:00
Dezhi Wu
b1430fb7ca
Fix a bunch of typo
...
This PR will fix some typos detected by [typos].
I only picked the ones I was sure were spelling errors to fix, mostly in
the comments.
[typos]: https://github.com/crate-ci/typos
2022-08-31 18:24:55 +08:00
Jeong YunWon
29398d7d33
Add Duration rounding change to release note
2022-08-14 02:12:55 +09:00
Josh Stone
99793d97e1
Update RELEASES.md
...
Co-authored-by: Trevor Spiteri <tspiteri@ieee.org>
2022-08-05 10:02:46 -07:00
Josh Stone
5247a33f83
Update RELEASES.md
...
Co-authored-by: Trevor Spiteri <tspiteri@ieee.org>
2022-08-05 10:02:38 -07:00
Josh Stone
c2822ed52d
Reword some 1.63.0 release notes
2022-08-04 11:48:16 -07:00
Josh Stone
3aed918dbe
Complete the links for 1.63.0 stabilizations
2022-08-04 11:08:15 -07:00
Josh Stone
ce51e13b05
Apply suggested updates
2022-08-04 10:52:42 -07:00
Josh Stone
7d80513794
Add release notes for Rust 1.63.0
2022-08-04 10:52:39 -07:00
Mark Rousskov
919dece4cb
Release 1.62.1
2022-08-04 10:51:16 -07:00
Chris Denton
ee3e518291
Add #95469 to the release notes
2022-07-02 08:51:59 +01:00
Matthias Krüger
18d4228456
Rollup merge of #98749 - CAD97:patch-3, r=jyn514
...
Add macro_rules! rustdoc change to 1.62 relnotes
#96630 was tagged <kbd>relnotes</kbd> but didn't make it into the notes. Given this is a compatibility issue (https://github.com/rust-lang/rust/issues/97030 , https://github.com/rust-lang/rust/issues/98735 , https://github.com/rust-lang/rust/issues/98743 ), it probably *should* be retroactively added.
2022-07-01 06:06:00 +02:00
Christopher Durham
4ea18ccf7e
Add macro_rules! rustdoc change to 1.62 relnotes
2022-06-30 23:48:11 -04:00
Tomasz Miąsko
debee1e581
Update RELEASES.md
...
Clarify that flow sensitive checks now understand that *visibly*
uninhabited call expressions never return.
The change influences checks of reachable and unreachable code alike,
not just dead code like previous wording would imply.
2022-06-30 00:00:00 +00:00
Weiyi Wang
f5a38d1b30
Remove unstable CStr/CString change from 1.62 release note
...
(Discovered in https://github.com/rust-lang/rust/pull/98571#discussion_r907469604 )
The change to move CStr/CString to core/alloc is currently behind feature flags as stated in https://github.com/rust-lang/rust/issues/98314
2022-06-27 19:35:33 -04:00
Mark Rousskov
44364dcdcb
Add release notes for 1.62
2022-06-18 11:20:51 -04:00
Mark Rousskov
23a4614238
Adjust language
...
Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com>
2022-05-17 15:33:15 -04:00
Tyler Mandry
4d523a8149
Apply review feedback
2022-05-16 13:46:08 -07:00
Tyler Mandry
80e2957c60
Apply suggestions from code review
...
Co-authored-by: Wesley Wiser <wwiser@gmail.com>
Co-authored-by: Josh Stone <cuviper@gmail.com>
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
2022-05-13 16:12:33 -07:00
Tyler Mandry
0a07e55f22
Add release notes for 1.61.0
2022-04-28 19:01:16 -07:00
Pietro Albini
82eedae66b
improve 92630 wording
2022-04-04 10:38:41 +02:00
Pietro Albini
af8b6b6ef9
add compat note about instant changes
2022-04-04 10:33:21 +02:00
Pietro Albini
9c0de7bb99
add future compatibility notes for linux-gnu baseline bump
2022-04-04 10:13:21 +02:00
Pietro Albini
91beb32328
reword the docs on tier 2 platforms docs
2022-04-04 10:09:57 +02:00
Pietro Albini
e393ed7219
move 2021 libs to internal changes
2022-04-04 09:48:56 +02:00
Pietro Albini
b81d430c6b
link target tier policy to new targets
2022-04-04 09:48:20 +02:00
Josh Stone
fc3d57cd3d
Drop unstable compat notes from relnotes
2022-03-21 14:15:47 -07:00
Josh Stone
d47fba7182
Drop unstable features from relnotes
2022-03-21 14:15:09 -07:00
Josh Stone
7382f226b9
Fix cargo relnotes using its 1.60.0 milestone
2022-03-21 14:15:09 -07:00
Josh Stone
1a496368ef
Mention 92800 for docs availability
2022-03-21 14:15:09 -07:00
Josh Stone
02dbf24f25
Release notes for 1.60.0
2022-03-21 14:15:09 -07:00
cuishuang
00fffdddd2
all: fix some typos
...
Signed-off-by: cuishuang <imcusg@gmail.com>
2022-03-03 19:47:23 +08:00
Jacob Pratt
eb104bb877
Add missing item to release notes
2022-02-25 13:32:21 -05:00
lcnr
d9230a3c0f
backport from stable and fix link
2022-02-23 16:16:34 +01:00
lcnr
adc8a8a30a
update rel notes for cg stabilization
2022-02-23 16:11:26 +01:00
Mark Rousskov
adddfe75d9
Release notes for 1.59
2022-02-18 16:02:00 -05:00
nsunderland1
56d43a28fe
Add missing release notes for #85200
2022-02-11 18:07:12 -08:00
Matthew James Kraai
91b9b6adfb
Fix link to CVE-2022-21658
2022-01-21 19:47:35 -08:00
Pietro Albini
028a3e77f9
backport the 1.58.1 relnotes to master
2022-01-20 22:59:54 +01:00
Eric Huss
6b726a10ee
Fix some links that had colliding reference names.
...
These reference names were very general, and used in other places.
2022-01-14 07:49:43 -08:00
Eric Huss
c7926c7dd8
Fix link name collision for cargo#2365 (1.8cv)
2022-01-14 07:49:43 -08:00
Eric Huss
12fa471984
Fix incorrect link for #38622 .
2022-01-14 07:49:43 -08:00
Eric Huss
c1526c69f2
Remove duplicate #39983 . It was part of 1.19.
2022-01-14 07:49:43 -08:00
Eric Huss
ddab0bf6bf
Remove duplicate cargo/4270. It was part of 1.21.
2022-01-14 07:49:43 -08:00
Eric Huss
9b9fc606a6
Remove unused link references.
2022-01-14 07:48:45 -08:00
Eric Huss
5b2d5da0d3
Update RELEASES for 1.58.
2022-01-12 16:05:30 -08:00
Matthias Krüger
4f31c5c130
Rollup merge of #92703 - joshtriplett:relnotes-file-options, r=pietroalbini
...
RELEASES.md: Add 1.58 release note for `File::options` stabilization
2022-01-12 07:12:10 +01:00
unknown
fc8af986fd
Document Box<T> FFI guarantee in 1.41.0 release notes
...
Fixes #68676
2022-01-10 17:21:16 -05:00
Josh Triplett
680ebeaa79
RELEASES.md: Add 1.58 release note for File::options
stabilization
2022-01-09 20:35:12 -08:00
Miguel Ojeda
2d19606d90
Release notes: add Result::unwrap_{,err_}unchecked
...
They were stabilized together with `Option::unwrap_unchecked`
in https://github.com/rust-lang/rust/issues/81383 .
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2022-01-09 17:04:08 +01:00
Pietro Albini
0e13d0c20e
remove float methods
2022-01-08 21:34:01 +01:00
Tyler Mandry
81963b12c5
Clarify that -C strip is only in rustc, not cargo, in 1.58
2022-01-07 16:49:14 +00:00
Tyler Mandry
dd9501f8d3
Fix broken link
2022-01-07 16:48:47 +00:00
Tyler Mandry
c3a99d8fd6
Move #90329 to compatibility notes
2022-01-05 01:08:56 +00:00
Tyler Mandry
3d2b8a29f9
Apply suggestions from code review
...
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
Co-authored-by: Alexander Ronald Altman <alexanderaltman@me.com>
2022-01-04 17:03:05 -08:00
Tyler Mandry
e2c659bed8
Add links to stabilized APIs
2021-12-23 01:41:45 +00:00
Tyler Mandry
8fd6e8bb54
Move RUSTFLAGS compat note to 1.55
2021-12-23 01:27:19 +00:00
Tyler Mandry
0928e52571
Apply suggestions from code review
...
Co-authored-by: Hans Kratz <hans@appfour.com>
Co-authored-by: Chris Denton <ChrisDenton@users.noreply.github.com>
Co-authored-by: Joshua Nelson <github@jyn.dev>
2021-12-23 01:25:18 +00:00
Tyler Mandry
9b588a6b69
Add release notes for 1.58
2021-12-23 01:25:11 +00:00
Josh Stone
4c3699f01a
Add 1.57.0 release notes
2021-11-26 15:18:39 -05:00
Pietro Albini
a567c8a86f
add 1.56.1 to the release notes
2021-10-31 13:15:27 +01:00
Vincent de Phily
3b53c8ef3d
Update RELEASES.md
...
Fix typo.
2021-10-19 15:50:27 +01:00
Mark Rousskov
2284082ae8
Drop reverted stabilizations from release notes
2021-10-14 10:58:16 -04:00
Matthias Krüger
a624eef249
Rollup merge of #89853 - cuviper:release-1.56, r=Mark-Simulacrum
...
Update the 1.56.0 release header for consistency
2021-10-13 22:51:05 +02:00
Josh Stone
a0cc8725e9
Update the 1.56.0 release header for consistency
2021-10-13 11:10:00 -07:00
Scott Mabin
cf905ed72f
Add riscv32imc-esp-espidf
to changelog
2021-10-13 13:14:16 +01:00
David Tolnay
7a7dfa8b67
Remove task::ready! from 1.56.0 release notes
2021-10-11 12:06:44 -07:00
Manish Goregaokar
7d9a0e5da9
Rollup merge of #89256 - danielg1111:fix_typo, r=Mark-Simulacrum
...
Fix typo in release notes
2021-09-25 18:22:22 -07:00
Manish Goregaokar
653dcaac2b
Rollup merge of #89216 - r00ster91:bigo, r=dtolnay
...
Consistent big O notation
This makes the big O time complexity notation in places with markdown support more consistent.
Inspired by #89210
2021-09-25 18:22:20 -07:00
Daniel Giger
b51897f604
Fix typo in release notes
2021-09-25 16:34:39 -04:00
Mark Rousskov
a307dcc962
Add 1.56.0 release notes
...
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
2021-09-24 11:24:00 -04:00
r00ster91
956f87fb04
consistent big O notation
2021-09-24 12:44:28 +02:00
Mark Rousskov
daf6f9951e
Drop 1.56 stabilizations from 1.55 release notes
2021-09-08 10:29:12 -04:00
Guillaume Gomez
7248ff2760
Rollup merge of #88417 - xu-cheng:rel-fix-link, r=jyn514
...
RELEASES.md: fix broken link
2021-08-29 16:25:36 +02:00
Cheng XU
2de6c14b25
RELEASES.md: fix broken link
2021-08-27 23:21:50 -07:00
Joe Ardent
7a46ff5981
Fix formatting in release notes from 52a988344b
2021-08-27 14:24:25 -07:00
Joshua Nelson
f858c7c300
Add mutable-noalias to the release notes for 1.54
2021-08-25 07:11:48 -05:00
Jack Huey
908b2ead9c
Rollup merge of #88170 - nebkor:release-note-1.55, r=Mark-Simulacrum
...
Update release note for 1.55.0.
Added a line about new formatting option, `{lib}`, for `cargo
tree` (https://github.com/rust-lang/cargo/pull/9663 ).
2021-08-21 20:56:29 -04:00
Jack Huey
9e8b143e6a
Rollup merge of #88057 - ehuss:releases-doc-macros, r=Mark-Simulacrum
...
Update RELEASES to clarify attribute macro values.
As noted in #87681 , macros do not work with the `#[path]` attribute. Since the places where macros *can* be used is very limited, I have changed this to just focus on `#[doc]` which is the only attribute where this is really useful.
2021-08-21 20:56:28 -04:00
Joe Ardent
52a988344b
Update release note for 1.55.0.
...
Added a line about new formatting option, `{lib}`, for `cargo
tree` (https://github.com/rust-lang/cargo/pull/9663 ).
2021-08-19 13:54:26 -07:00
Eric Huss
634244e63f
Update RELEASES to clarify attribute macro values.
2021-08-15 10:38:45 -07:00
Erin Power
0455fe342f
Update RELEASES.md for 1.55.0
...
Co-authored-by: Eric Huss <eric@huss.org>
Co-authored-by: inquisitivecrystal <22333129+inquisitivecrystal@users.noreply.github.com>
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
Co-authored-by: Daniel Giger <danielg3432@gmail.com>
2021-08-15 13:17:11 -04:00
bors
fc24bcead1
Auto merge of #86696 - rust-lang:relnotes-1.54.0, r=pietroalbini
...
Update RELEASES.md for 1.54.0
### [Rendered](https://github.com/rust-lang/rust/blob/relnotes-1.54.0/RELEASES.md )
r? `@Mark-Simulacrum`
cc `@rust-lang/release`
2021-07-26 11:41:37 +00:00
XAMPPRocky
9fc2bfafb1
Update RELEASES.md
2021-07-26 10:58:37 +02:00
Jacob Lifshay
30b619771d
IEEE 754 is not an RFC
2021-07-23 17:35:18 -07:00
XAMPPRocky
09b5ce3e1b
Update RELEASES.md
2021-07-23 13:08:58 +02:00
XAMPPRocky
6e59a9d112
Update RELEASES.md
...
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
2021-07-23 13:06:43 +02:00
XAMPPRocky
af0b8553fe
Update RELEASES.md
2021-07-23 13:06:23 +02:00
XAMPPRocky
10ac141941
Update RELEASES.md
2021-07-07 14:13:06 +02:00
XAMPPRocky
17d60329d3
Update RELEASES.md
2021-07-07 14:10:20 +02:00
XAMPPRocky
3b16b6ee3c
Update RELEASES.md
2021-06-29 13:28:15 +02:00
XAMPPRocky
2c489be26e
Update RELEASES.md
...
Co-authored-by: Jeff Parsons <jeff@parsons.io>
2021-06-29 13:27:19 +02:00
XAMPPRocky
283080ee9c
Update RELEASES.md
...
Co-authored-by: Joshua Nelson <jyn514@gmail.com>
2021-06-29 13:26:26 +02:00
XAMPPRocky
6d4161bb16
Update RELEASES.md
...
Co-authored-by: Michael <5672750+mibac138@users.noreply.github.com>
2021-06-29 13:26:14 +02:00
Erin Power
b0897ff2ee
Update RELEASES.md for 1.54.0
2021-06-28 20:53:23 +02:00
Yuki Okushi
58e7411092
Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3
...
Spaces
2021-06-22 00:00:38 +09:00
Alexander Melentyev
e84c9aed6d
Delete spaces
2021-06-21 12:11:37 +03:00
hi-rustin
87fb7cb58f
Updated release note
2021-06-18 15:21:41 +08:00
Felix S Klock II
3fbac90c4d
Update RELEASES.md
2021-06-17 12:45:50 -04:00
bors
50a407200b
Auto merge of #86380 - cuviper:1.53-compat-bits, r=Mark-Simulacrum
...
Add a compatibility note for BITS in 1.53
Closes #85667
r? `@Mark-Simulacrum`
2021-06-17 01:12:30 +00:00
Josh Stone
fded947257
Add a compatibility note for BITS in 1.53
2021-06-16 14:04:33 -07:00
Yuki Okushi
4e9dc76d36
Rollup merge of #86339 - JohnTitor:note-derive-on-proc-macros, r=petrochenkov
...
Mention #79078 on compatibility notes of 1.52
Closes #85854
r? ``@petrochenkov``
2021-06-17 05:54:57 +09:00
Yuki Okushi
5781cb546c
Remove some duplicate char
assoc items on RELEASES.md
2021-06-16 09:54:39 +09:00
Yuki Okushi
78df1b8284
Mention #79078 on compatibility notes of 1.52
2021-06-16 07:23:19 +09:00
XAMPPRocky
6314a639b3
Update RELEASES.md
...
Co-authored-by: klensy <klensy@users.noreply.github.com>
2021-05-28 11:56:33 +02:00
XAMPPRocky
e94eda2473
Update RELEASES.md
...
Co-authored-by: Alexander Ronald Altman <alexanderaltman@me.com>
2021-05-28 05:37:41 +02:00
XAMPPRocky
9e2ad50a69
Update RELEASES.md
2021-05-27 13:35:22 +02:00
XAMPPRocky
1554c8d482
Update RELEASES.md
2021-05-27 13:33:25 +02:00
XAMPPRocky
72c109e65c
Update RELEASES.md
2021-05-27 13:29:37 +02:00
XAMPPRocky
b906953d59
Update RELEASES.md
2021-05-27 11:22:47 +02:00
XAMPPRocky
9f1ad43e69
Apply suggestions from code review
...
Co-authored-by: memoryruins <memoryruinsmusic@gmail.com>
2021-05-26 18:40:36 +02:00
XAMPPRocky
9348118c30
Update RELEASES.md
2021-05-26 14:22:19 +02:00
XAMPPRocky
3fcf5f3150
Update RELEASES.md
2021-05-26 14:20:50 +02:00
XAMPPRocky
b36e1a63e0
Update RELEASES.md
...
Co-authored-by: Joshua Nelson <jyn514@gmail.com>
2021-05-22 18:52:06 +02:00
XAMPPRocky
b7cad35f7f
Update RELEASES.md
2021-05-21 13:53:18 +02:00
XAMPPRocky
bc86e8111a
Update RELEASES.md
2021-05-21 13:40:24 +02:00
XAMPPRocky
ac5d15a4ca
Update RELEASES.md
2021-05-21 12:56:35 +02:00
Erin Power
d2241e3635
Update RELEASES.md for 1.53.0
2021-05-21 12:34:07 +02:00
Pietro Albini
6bcfdd9913
backport 1.52.1 release notes
2021-05-17 12:03:49 +02:00
Joshua Nelson
c016e93d96
RELEASES.md: Use broken_intra_doc_links as an example, not a nightly lint
...
`non_autolinks` has since been renamed and also was unstable at the time
this was written.
2021-05-06 14:33:05 -04:00
Erin Power
b4bfb0e30e
Update RELEASES.md for 1.52.0
2021-05-03 15:32:31 +02:00
Dylan DPC
9191dee5b8
Rollup merge of #83438 - CDirkx:releases, r=Mark-Simulacrum
...
Update RELEASES.md
A couple of things that were missing in the release notes:
- `Div` and `Rem` by their `NonZero` variant is now implemented for all unsigned integers (#79134 )
- Stabilization of `VecDeque::range` and `VecDeque::range_mut` (#79022 , stabilization version corrected to 1.51.0 #80448 )
- Deprecation of `spin_loop_hint` (#80966 )
2021-04-13 11:10:38 +02:00
rodrimati1992
2a7e4516cf
Mention missing 1.38.0 change in RELEASES.md
...
Mention that doc comments on `pub use` statements are prepended to the documentation of the reexported item
2021-04-08 16:29:05 -03:00
Yuki Okushi
60cf7729cc
Rollup merge of #83508 - JohnTitor:platform-support-link, r=joshtriplett
...
Use the direct link to the platform support page
2021-03-27 12:37:22 +09:00
Christiaan Dirkx
64cf7ad75f
Update RELEASES.md
...
- `Div` and `Rem` by their `NonZero` variant is now implemented for all unsigned integers.
- stabilization of `deque_range`
- deprecation of `spin_loop_hint`
2021-03-26 15:27:59 +01:00
JohnTitor
4590d544cc
Use the direct link to the platform support page
2021-03-26 14:32:19 +09:00
Daniel Henry-Mantilla
12388f52ac
Fix patch note about #80653 not mentioning nested nor recursive
...
Which thus missed the point of the change: `rustdoc` already bundled documentation for methods accessible through one layer of `Deref`, it now has been enhanced to keep recursing 🙂
2021-03-25 15:00:03 +01:00
Wesley Wiser
0381d6793b
Update RELEASES.md
...
This change was backed out in #83412 so we should remove the reference
to it from the release notes.
2021-03-23 22:03:51 -04:00
Yuki Okushi
9cae1fb94a
Rollup merge of #81917 - rust-lang:relnotes-1.51.0, r=Mark-Simulacrum
...
Update RELEASES.md for 1.51.0
### [Rendered](https://github.com/rust-lang/rust/blob/relnotes-1.51.0/RELEASES.md )
r? `@Mark-Simulacrum`
cc `@rust-lang/release`
2021-03-23 10:15:39 +09:00
XAMPPRocky
c64e796d24
Update RELEASES.md
2021-03-15 11:49:17 +01:00