Commit graph

153 commits

Author SHA1 Message Date
Pietro Albini b676b37988
Remove ? macro separator compatibility note from 1.27 release notes
The implementation has been reverted.
2018-06-16 13:39:35 +02:00
Aaron Power 46f74a3ef5 Updated RELEASES.md for 1.27.0 2018-06-12 16:45:03 +01:00
Aaron Power 33ceb03efd Removed incorrect release note. fixes #51091 2018-06-11 20:11:28 +01:00
Mark Simulacrum 21423ec313 Pull in release notes from stable 2018-06-01 17:23:52 -06:00
Mark Simulacrum ae80941b11 Copy release notes from stable branch to master 2018-05-26 11:19:21 -06:00
Aaron Power 111786d30e
Update RELEASES.md 2018-05-09 11:06:20 +01:00
Aaron Power 85f3ecfa9b
Update RELEASES.md 2018-05-07 11:37:36 +01:00
Aaron Power 4b444f5b23 Updated RELEASES.md for 1.26.0 2018-05-01 13:49:31 +01:00
kennytm 67e0c2b529
Rollup merge of #49486 - oconnor663:releases_typo, r=steveklabnik
correct a typo in RELEASES.md
2018-03-30 01:31:20 +02:00
Jack O'Connor 9a73bd98dc correct a typo in RELEASES.md 2018-03-29 14:20:21 -04:00
tinaun 082e50d986
Don't mention unstable constructors in release notes 2018-03-28 17:39:27 -04:00
Wangshan Lu 6313997e3e
Add back 1.24.1 release notes 2018-03-27 16:47:50 +08:00
Aaron Power e2cf17278d
Update RELEASES.md 2018-03-19 12:38:04 +00:00
Aaron Power f83618b9da
Update RELEASES.md 2018-03-14 14:31:23 +00:00
Aaron Power acc1b6dc99
Update RELEASES.md 2018-02-22 13:29:37 +00:00
Aaron Power 1f3b626527
Update RELEASES.md 2018-02-20 19:55:14 +00:00
Aaron Power 312e53d39f Update RELEASES.md for 1.25.0 2018-02-20 16:37:28 +00:00
Matthias Krüger 4452446292 fix more typos found by codespell. 2018-02-17 17:38:49 +01:00
Mark Simulacrum 7cf5ea02a9 Add note about Cargo cwd change to release notes 2018-02-13 08:08:38 -07:00
Aaron Power 28b39f5d7a Update release notes for 1.24.0 2018-02-10 15:12:39 -07:00
Carol (Nichols || Goulding) e168aa385b
Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
Steve Klabnik 50989cd98d
This is an unstable feature 2018-01-03 12:05:57 -05:00
Steve Klabnik 47e18e0db7
This isn't in Rust 1.23 2018-01-03 11:58:42 -05:00
Aaron Power a1438b704c
Update RELEASES.md 2017-12-26 14:37:34 +00:00
Aaron Power b5b3da3fad
Update RELEASES.md 2017-12-04 23:27:25 +00:00
Aaron Power 3dffaa0220 Updated RELEASES.md for 1.23.0 2017-11-28 12:03:24 +00:00
steveklabnik cdc6b84157 Amend RELEASES for 1.22.1
and fix the date for 1.22.0
2017-11-22 14:04:41 -05:00
kennytm 7c8b36f6f1 Rollup merge of #46157 - martinlindhe:master, r=kennytm
fix some typos

This is the result of me testing out a WIP source code typo-finder
and your project was the random target this time.
2017-11-22 01:13:06 +08:00
Martin Lindhe ece9a57d1b fix some typos 2017-11-21 15:33:45 +01:00
Simon Sapin 13c1cbe749
Remove 1.23.0 release notes entry on const_fn
It doesn’t change anything for stable users in practice. See discussion in https://github.com/rust-lang/rust/pull/46148
2017-11-21 12:43:24 +01:00
Simon Sapin b9a7601913
Expand a couple points in 1.22.0 release notes 2017-11-21 08:37:34 +01:00
Aaron Power e0ac8647b6
Update RELEASES.md 2017-11-13 21:48:01 +00:00
Aaron Power b93c95a4b4
Update RELEASES.md 2017-11-01 10:19:36 +00:00
Aaron Power 5a9d833e0d
Update RELEASES.md 2017-11-01 10:18:57 +00:00
Aaron Power 7e25527419 Update RELEASES.md 2017-10-26 11:03:34 +01:00
Aaron Power 045032ad2d Update RELEASES.md 2017-10-23 10:15:29 +01:00
Aaron Power 4fbf56c828 Update RELEASES.md 2017-10-22 20:24:15 +01:00
Aaron Power 332759d6f0 Updated Release notes for 1.22.0 2017-10-22 20:14:06 +01:00
Vadim Petrochenkov 1138f853e1 Fix a mistake in release notes for 1.21.0
Also reorder changes to put the important one first.
2017-10-10 15:45:04 +03:00
Aaron Power 7ed23f1349 Update RELEASES.md 2017-09-30 11:36:49 +01:00
Aaron Power e68c20ef62 Update RELEASES.md 2017-09-20 21:29:16 +01:00
Aaron Power 8f424f2739 Update RELEASES.md 2017-09-20 21:28:17 +01:00
Aaron Power f3c316d553 Update RELEASES.md 2017-09-18 19:10:01 +01:00
Aaron Power 045b4f1cd5 Update RELEASES.md 2017-09-18 19:08:53 +01:00
Aaron Power 3c6a800652 Update RELEASES.md 2017-09-11 17:49:33 +01:00
Aaron Power 8b5ca089a2 Update RELEASES.md 2017-09-11 14:55:56 +01:00
Aaron Power afa007c0f3 Updated RELEASES.md for 1.21.0 2017-09-10 23:24:10 +01:00
Wangshan Lu 280e6d8f17 Fix link typo in 1.20.0 release notes 2017-09-05 12:27:14 +08:00
Mark Simulacrum 81fc0e1150 Rollup merge of #44231 - lukaramu:patch-1, r=alexcrichton
Fix release notes on associated constants

Associated constants seem to be stable everywhere, not just in traits
2017-08-31 18:07:49 -06:00
Lukas H f575185f39 Fix release note on associated constants
Associated constants seem to be stable everywhere, not just in traits
2017-09-01 01:17:08 +02:00