Commit graph

188 commits

Author SHA1 Message Date
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
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
kennytm 73a7482244
Rollup merge of #54150 - Aaronepower:master, r=Mark-Simulacrum
Updated 1.29 release notes with --document-private-items flag

[Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md#cargo)
2018-09-14 00:41:53 +08:00
Aaron Power 3c1efcd6a7 Updated 1.29 release notes with --document-private-items flag 2018-09-12 11:19:23 +01:00
Félix Saparelli e25e2abe48
Add Error::description soft-deprecation to RELEASES 2018-09-09 10:36:17 +12:00
Aaron Power 200c6d9fb5
Update RELEASES.md 2018-08-22 21:18:31 +01:00
Aaron Power f07245c041
Update RELEASES.md 2018-08-22 09:18:34 +01:00
kennytm b51723a872
Rollup merge of #53030 - Aaronepower:master, r=Mark-Simulacrum
Updated RELEASES.md for 1.29.0

[Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md)

r? @Mark-Simulacrum
cc @rust-lang/release
2018-08-21 01:20:08 +08:00
Aaron Power b4924bf727
Update RELEASES.md 2018-08-03 20:54:07 +01:00
Aaron Power 96f50f1edc
Update RELEASES.md 2018-08-03 18:56:54 +01:00
Aaron Power a646c10149
Update RELEASES.md 2018-08-03 18:27:25 +01:00
Aaron Power 3350eafbe0 Updated RELEASES.md for 1.29.0 2018-08-03 16:11:47 +01:00
Josh Stone 23bdc82068 RELEASES.md: fix the hash_map::Entry::or_default link 2018-08-02 13:54:21 -07:00
Bryant Mairs c2d57db4ee
1.27 actually added the armv5te-unknown-linux-musleabi target
The PR title says `armv5te-unknown-linux-musl`, but it looks like the final code merge renamed the target to `armv5te-unknown-linux-musleabi`. `rustup` reports this as correct as well.

The [Rust Platform Support](https://forge.rust-lang.org/platform-support.html) page needs this added as well, but I'm not certain what codebase that is generated from.
2018-08-01 08:24:18 -07:00
Pietro Albini 850b613b60
Rollup merge of #52929 - Havvy:patch-1, r=alexcrichton
Update compatibility note for 1.28.0 to be correct

You can still put implementations on `dyn Trait + Send + Send`, but it'd be the same as putting them on `dyn Trait + Send`. This is why the error is that there are duplicate definitions in the example.
2018-08-01 10:13:10 +02:00
Pietro Albini 7759199b3f
Rollup merge of #52918 - pietroalbini:1.27.2-notes, r=Mark-Simulacrum
Backport 1.27.2 release notes

r? @Mark-Simulacrum
2018-08-01 10:13:08 +02:00
Ryan Scheel bcab7e28b4
Update compatibility note for 1.28.0 to be correct 2018-07-31 18:31:15 -07:00
Pietro Albini 6b138f5167
Backport 1.27.2 release notes 2018-07-31 23:13:41 +02:00
Matthias Krüger d9331749f1 releases.md: fix 2 typos 2018-07-30 17:41:19 +02:00
Simon Sapin 3cce003f15 Release notes: add some missing 1.28 libs stabilization 2018-07-24 22:35:15 +02:00
bors 2d89320a9a Auto merge of #52351 - mbrubeck:docs, r=apasel422
Fix link to RFC 1510

None
2018-07-15 13:12:39 +00:00
Matt Brubeck ecb2dc6b41 Fix link to RFC 1510 2018-07-13 11:00:33 -07:00
Mark Rousskov 4c340a28ad Backport 1.27.1 release notes to master 2018-07-12 10:42:00 -06:00
Guillaume Gomez 2d0bbfcaed
Rollup merge of #51722 - Aaronepower:master, r=Mark-Simulacrum
Updated RELEASES for 1.28.0

[Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md)
r? @Mark-Simulacrum
cc @rust-lang/release
2018-07-10 22:56:36 +02:00
Aaron Power dab257f193
Update RELEASES.md 2018-07-04 15:56:18 +01:00
Andy Russell 29851baf0c
add entry for cargo-metadata feature to RELEASES 2018-07-02 13:47:51 -04:00
Lireer fc8f852ebe
Remove process::id from 'Stabilized APIs' in 1.27 2018-06-28 11:30:53 +02:00
Aaron Power 3f31c389c4 Updated RELEASES 2018-06-26 13:41:32 +01:00
Aaron Power ffc733fcef
Update RELEASES.md 2018-06-23 10:45:46 +01:00
Aaron Power b58047681b
Update RELEASES.md 2018-06-22 22:36:01 +01:00
Aaron Power bf90d4377f Updated RELEASES for 1.28.0 2018-06-22 21:23:17 +01:00
Wangshan Lu f8c8701b18
Fix links in README.md 2018-06-19 16:07:14 +08:00
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