Commit Graph

534 Commits

Author SHA1 Message Date
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
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
XAMPPRocky ce3193ff44
Update RELEASES.md
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
2020-03-25 09:23:11 +01:00
XAMPPRocky f4e17cc7c2
Update RELEASES.md 2020-03-24 18:35:06 +01:00
XAMPPRocky f24cc7b633
Update RELEASES.md
Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com>
2020-03-24 18:23:53 +01:00
XAMPPRocky 5baef9695d
Update RELEASES.md
Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com>
2020-03-24 18:23:46 +01:00
XAMPPRocky cf06475e34
Update RELEASES.md 2020-03-24 16:33:54 +01:00
XAMPPRocky 53790bbd55
Update RELEASES.md
Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com>
2020-03-24 16:14:57 +01:00
XAMPPRocky 1d2fbbed33
Update RELEASES.md 2020-03-24 16:08:08 +01:00
XAMPPRocky f1f91c92a4
Apply suggestions from code review
Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com>
2020-03-24 16:07:25 +01:00
Erin Power d74c17ba0c Update RELEASES.md for 1.43.0 2020-03-24 13:35:24 +01:00
Dylan DPC e5d3476651
Rollup merge of #70253 - jplatte:patch-2, r=Mark-Simulacrum
Remove another wrong entry from RELEASES.md

The entry is under 1.11.0, but the feature is only available since 1.12.0 (for which an identical entry exists).

![Screenshot_2020-03-22 Support `cfg_attr` on `path` attributes by jseyfried · Pull Request #34546 · rust-lang rust](https://user-images.githubusercontent.com/951129/77238862-85c8f580-6bd4-11ea-8d31-77e2994a4b5a.png)
2020-03-22 15:48:40 +01:00
Jonas Platte 3f42104cef
Remove another wrong entry from RELEASES.md 2020-03-22 00:29:12 +01:00
Jonas Platte c746d93e14
Remove wrong entry from RELEASES.md 2020-03-21 23:33:33 +01:00
XAMPPRocky 526280a853
Merge branch 'master' into relnotes-1.42.0 2020-02-26 21:39:30 +01:00
Pietro Albini 9d84f1f684
backport release notes of 1.41.1 2020-02-25 20:19:46 +01:00
XAMPPRocky e7a344fb74
Update RELEASES.md
Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com>
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
2020-02-23 18:04:48 +01:00
XAMPPRocky 32daa2aa38
Update RELEASES.md 2020-02-10 15:29:14 +01:00
XAMPPRocky 7ab01b2467 Update RELEASES.md
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
2020-02-10 05:07:39 +01:00
XAMPPRocky 26fdcbbc28
Update RELEASES.md 2020-02-09 14:35:08 +01:00
Erin Power 81e40278bd
Update RELEASES.md for 1.42.0 2020-02-09 10:39:48 +01:00
Kornel efb1acf4a0 Demonstrate final build-override syntax 2020-01-28 17:44:07 +00:00
XAMPPRocky 5918e9f025
Update RELEASES.md 2020-01-21 19:12:39 +01:00
Erin Power c75a1f0e4d
Update RELEASES.md for 1.41.0 2020-01-21 11:47:06 +01:00
Matthew Kraai 2f43313834 Convert collapsed to shortcut reference links 2019-12-26 05:27:55 -08:00
Yuki Okushi 9b1b12b94a
Rollup merge of #66377 - XAMPPRocky:relnotes-1.40.0, r=Mark-Simulacrum
Update RELEASES.md for 1.40.0

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

r? @Mark-Simulacrum
cc @rust-lang/release
2019-12-11 04:32:53 +09:00
XAMPPRocky dbfb00c4de
Update RELEASES.md
Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com>
2019-12-03 23:27:24 +01:00
Erin Power 89611e1737
Update RELEASES.md for 1.40.0 2019-11-27 19:25:59 +01:00
Ivan Kozik aa40c48c36 docs: fix lint name for `unused_variables` 2019-11-23 00:15:55 +00:00
Erin Power 5fb4111131
Updated RELEASES.md for 1.39.0 2019-11-01 09:30:21 +01:00
JMS55 377a70d5ce
Fix div_duration() marked as stable by mistake 2019-09-26 11:19:59 -04:00
Pietro Albini e8cf46e909
relnotes: make compatibility section more sterile and fix rustc version 2019-09-24 18:36:01 +02:00
Erin Power 3db2c13d89
Add Compatibility Notes to RELEASES.md for 1.38.0 2019-09-19 22:15:25 +02:00
Erin Power cfcc5c296e
Updated RELEASES.md for 1.38.0 2019-09-09 12:26:53 +02:00
Mazdak Farrokhzad 92e5508522
Rollup merge of #63529 - andersk:release-notes-kleene, r=Centril
RELEASES.md: ? is one of three Kleene operators

The slash and quotes in ?/“Kleene” appeared to define “Kleene” as the name for the `?` operator, which is not the case. Rust has three Kleene operators `*`, `+`, `?`.

([Pointed out](https://www.reddit.com/r/rust/comments/cprt0z/rust_1370_prerelease_testing/ewr90y3/) by /u/Sharlinator on Reddit.)
2019-08-14 04:18:55 +02:00
Anders Kaseorg c259d1c7c8 RELEASES.md: ? is one of three Kleene operators
The slash and quotes in ?/“Kleene” appeared to define “Kleene” as the
name for the ? operator, which is not the case.  Rust has three Kleene
operators *, +, ?.

(Pointed out by /u/Sharlinator on Reddit.)

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-08-13 11:06:37 -07:00
Bruce Mitchener b0913567a0 Fix typos in release notes. 2019-08-01 12:38:37 +07:00
Erin Power c599fcce70 Updated RELEASES.md for 1.37.0 2019-07-30 16:19:56 -04:00
Ralf Jung 608249703c move mem::uninitialized deprecation back by 1 release, to 1.39 2019-07-11 22:24:01 +02:00
Ralf Jung c0fb34795a before_exec actually will only get deprecated with 1.37 2019-06-30 18:30:46 +02:00
Erin Power 0f34d7a7e5
Updated RELEASES.md for 1.36.0
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com>
Co-Authored-By: Torbjørn Birch Moltu <t.b.moltu@lyse.net>
2019-06-25 20:25:21 +02:00
vishalsodani fd1998914d Fix spelling in release notes 2019-05-25 02:48:01 +00:00
Jonas Schievink d1d819f797 Add link to the 1.34.0 CVE 2019-05-14 22:32:50 +02:00
Aaron Power 7c564fcc2b Updated RELEASES.md for 1.35.0 2019-05-14 22:29:12 +02:00
Pietro Albini 3db667a819
add release notes for rust 1.34.2 2019-05-13 17:44:24 +02:00
Pietro Albini 01334eab17
update release notes for 1.34.1 2019-04-26 16:52:46 +02:00
Dmitry Murzin 3b61a08794
Fix links to Atomic* in RELEASES.md 2019-04-15 17:19:38 +03:00
Josh Stone 90d9727919
Fix the link to sort_by_cached_key
It's a primitive slice method, not a standalone function.
2019-04-11 14:04:52 -07:00
Mazdak Farrokhzad 4ba3034140
Update RELEASES.md
Co-Authored-By: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2019-04-05 19:38:24 +02:00
XAMPPRocky 75adc25b21
Update RELEASES.md 2019-04-02 10:09:48 +02:00
Aaron Power d6fa621211 Updated RELEASES.md for 1.34.0 2019-04-01 11:35:19 +02:00
Alan Somers 90ae874670 add release notes for PR #56243
Fixes #58907
2019-03-09 07:26:20 -07:00
Mark Rousskov 9ed94e5e54 Fix release note problems noticed after merging. 2019-03-04 17:42:15 +01:00
Mazdak Farrokhzad fda51c2fbd Update RELEASES.md 2019-02-22 17:50:18 +01:00
Aaron Power 0ab2aedb7f
Update RELEASES.md 2019-02-21 14:10:24 +01:00
Aaron Power 8060eb473d
Update RELEASES.md 2019-02-21 10:27:22 +01:00
Trevor Spiteri 42d749c9ec
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
2019-02-20 23:10:54 +01:00
Aaron Power d072510579
Update RELEASES.md 2019-02-20 15:53:44 +01:00
Aaron Power 262156433e
Update RELEASES.md 2019-02-20 15:51:22 +01:00
Mazdak Farrokhzad a4964500a2
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
2019-02-13 10:54:13 +01:00
Mazdak Farrokhzad ee3371ec91
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
2019-02-12 10:41:39 +01:00
Mazdak Farrokhzad 4c0a3d5894
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
2019-02-12 10:40:22 +01:00
Mazdak Farrokhzad 8a026f1cdd
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
2019-02-12 10:40:14 +01:00
Mazdak Farrokhzad 73921f67e9
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
2019-02-12 10:40:07 +01:00
Who? Me?! fb3ae5738a
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
2019-02-09 11:39:06 +01:00
Aaron Power 6c71e7d3f7
Update RELEASES.md 2019-02-07 10:05:15 +01:00
Aaron Power 50be479475 Updated RELEASES.md for 1.33.0 2019-02-06 15:46:39 +01:00
Alexander Ronald Altman fdd2f0d823
Fix new hyperlinks in RELEASES.md 2019-01-11 13:59:04 -06:00
Alexander Ronald Altman 434fe4e356
Correct RELEASES.md for 1.32.0
The `into_to_from_bytes` feature was stabilized for `i128` and `u128` just like for the other integer types, but they seem to have been missed.
2019-01-11 11:06:56 -06:00
Aaron Power 890a8a45c2
Update RELEASES.md 2019-01-10 23:28:18 +01:00
Aaron Power 359e6bf30b
Update RELEASES.md 2019-01-10 23:07:38 +01:00
Aaron Power 521031f1b8
Apply suggestions from code review
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
2019-01-10 10:08:32 +01:00
Aaron Power 60677a86bf
Update RELEASES.md 2019-01-10 10:08:07 +01:00
Aaron Power f82ecff4d1 Updated RELEASES.md for 1.32.0 2019-01-09 16:20:51 +01:00
Pietro Albini 173a3b292d
update release notes for rust 1.31.1 2018-12-17 22:59:32 +01:00
Mark Rousskov 01fd0012a1
Include changes from 1.30.1 in release notes 2018-11-22 15:39:16 +01:00
Aaron Power 9240ad4571
Update releases to add rename dependencies feature 2018-11-20 10:47:28 +01:00
Aaron Power efad877c44 Updated RELEASES.md for 1.31.0 2018-11-09 12:12:31 +00:00
kennytm 5c94daa017
Rollup merge of #55325 - rust-lang:steveklabnik-patch-1, r=frewsxcv
Fix link to macros chapter

We're gonna link to nightly as this didn't make it into the corresponding stable.

r? @Mark-Simulacrum @Centril
2018-10-26 23:06:38 +08:00
Eric Huss 19c4e36486 Remove `cargo new --edition` from release notes. 2018-10-25 13:57:56 -07:00
Corey Farwell ee26e8edeb
Update RELEASES.md
Co-Authored-By: steveklabnik <steve@steveklabnik.com>
2018-10-25 10:47:07 -04:00
Pietro Albini ea5aad66b4
Rollup merge of #55348 - pietroalbini:backport-stable-notes, r=pietroalbini
Backports the release notes update from stable to master.

r? @ghost
2018-10-25 16:00:39 +02:00
Pietro Albini 7a39bc452b
Update RELEASES.md after destabilization of non_modrs_mods 2018-10-25 15:54:31 +02:00
Steve Klabnik 569228a45e
Fix link to macros chapter
We're gonna link to nightly as this didn't make it into the corresponding stable.
2018-10-24 15:33:48 -04:00
Carol (Nichols || Goulding) 8d6ee8f54a
Do some copy editing on the release notes
I was reading through the release notes to find something and noticed
some small grammatical and consistency issues.
2018-10-23 07:53:48 -04:00
kryptan e10f0cd07d
Use a keyword in raw identifier example 2018-10-20 15:24:38 +03:00
Aaron Power 518a5a4898 Updated RELEASES.md for 1.30.0 2018-10-18 12:06:52 +01:00
Pietro Albini d927da12bc
Update release notes for 1.29.2 2018-10-06 12:26:46 +02:00