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
XAMPPRocky
c7d9cdabc1
Update RELEASES.md
2021-03-04 13:01:19 +01:00
XAMPPRocky
b1182d2a3c
Update RELEASES.md
2021-03-03 14:34:34 +01:00
Trevor Spiteri
4dcbc005c5
fix typo in RELEASES.md
2021-02-26 18:41:22 +01:00
XAMPPRocky
68f76cef88
Update RELEASES.md
2021-02-22 07:58:08 +01:00
XAMPPRocky
0b0fd78c6c
Update RELEASES.md
2021-02-22 07:55:43 +01:00
Christiaan Dirkx
c5b43aa2b3
Update RELEASES.md 1.50 to include methods stabilized in #79342
2021-02-15 17:39:56 +01:00
XAMPPRocky
69e56ad7d1
Update RELEASES.md
...
Co-authored-by: Tyler Mandry <tmandry@gmail.com>
2021-02-13 12:19:34 +00:00
XAMPPRocky
35ea03b9e0
Apply suggestions from code review
...
Co-authored-by: bluss <bluss@users.noreply.github.com>
2021-02-11 13:10:06 +00:00
XAMPPRocky
8e24a97c5e
Update RELEASES.md
2021-02-11 11:25:32 +00:00
Josh Triplett
883988b350
RELEASES.md 1.50: Group platform support notes together
...
Move the note about dropping cloudabi next to the other platform support
changes.
2021-02-09 19:45:32 -08:00
XAMPPRocky
cecb8a660c
Update RELEASES.md
...
Co-authored-by: bluss <bluss@users.noreply.github.com>
2021-02-09 14:41:05 +00:00
XAMPPRocky
8dbbe78be6
Apply suggestions from code review
...
Co-authored-by: Miguel Ojeda <ojeda@users.noreply.github.com>
2021-02-09 11:11:28 +00:00
XAMPPRocky
cc5667a094
Update RELEASES.md
2021-02-09 11:03:50 +00:00
Erin Power
0cefbc57a1
Update RELEASES.md for 1.51.0
2021-02-09 10:27:08 +00:00
Erin Power
39e24f745b
Update RELEASES.md for 1.50.0
2021-01-26 15:03:49 +00:00
XAMPPRocky
a2f277805c
Remove reverted change from relnotes
2021-01-02 09:58:23 +00:00
XAMPPRocky
481f6dbebf
Update RELEASES.md
2020-12-23 19:56:17 +00:00
XAMPPRocky
cce4c72c5a
Update RELEASES.md
2020-12-18 20:55:46 +00:00
XAMPPRocky
bb6b6aeb78
Update RELEASES.md
2020-12-12 21:00:47 +00:00
XAMPPRocky
4aaace9b53
Update RELEASES.md
2020-12-08 22:15:53 +00:00
XAMPPRocky
edb55e93bc
Update RELEASES.md
...
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2020-12-08 22:14:45 +00:00
XAMPPRocky
468c578b24
Update RELEASES.md
2020-12-08 22:14:10 +00:00
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