Commit Graph

233 Commits

Author SHA1 Message Date
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
Alex Crichton 24472943ce Add 1.29.1 release nodes
Forward-port of #54397, should have included it earlier!
2018-09-25 10:48:55 -07:00