Phlosioneer
945ba85019
Fix typo in 1.20.0 release notes
...
str::from_boxed_utf8_unchecked rather than ste::
2017-08-31 19:12:07 -04:00
Guillaume Gomez
2dfb8d73f7
Rollup merge of #44029 - WiSaGaN:patch-1, r=alexcrichton
...
Fix typos in 1.20 release notes
2017-08-22 13:36:21 +02:00
Wangshan Lu
c40ec8199f
Fix typos in 1.20 release notes
2017-08-22 11:29:05 +08:00
Tamir Duberstein
45233518a8
RELEASES.md: document 1.16 lifetime elision change
...
Closes #41105 .
2017-08-20 15:49:36 -04:00
Aaron Power
89087183fc
Update RELEASES.md
2017-08-09 16:19:54 +01:00
Aaron Power
09c1b74861
Update RELEASES.md
2017-08-04 13:40:05 +01:00
Aaron Power
1618664a73
Update RELEASES.md
2017-08-04 13:35:30 +01:00
Aaron Power
c88ec60e5f
Update RELEASES.md
2017-08-03 15:16:49 +01:00
Aaron Power
6200aeff61
fixed some formatting
2017-08-03 15:07:41 +01:00
Aaron Power
553ac5279e
Updated release notes for 1.20
2017-08-03 15:04:05 +01:00
Aaron Power
077deadb85
Update release notes for 1.19.0
2017-07-20 19:42:15 +01:00
Aaron Power
02c0d3ce3d
Updated releases notes for 1.18
2017-06-01 17:28:11 +00:00
bors
db1c9eb2bd
Auto merge of #41548 - brson:relnotes, r=brson
...
Update release notes for 1.17
[Rendered](https://github.com/brson/rust/blob/relnotes/RELEASES.md ).
cc @steveklabnik
2017-05-09 23:11:53 +00:00
Josh Stone
e8c4b7af21
Fix links in RELEASES.md for 1.10.0 through 1.12.0
...
Many links in this series have the `[link text]` and `(url)` on separate
lines, which doesn't get correctly interpreted in markdown. Or maybe it
once did, but it doesn't now. This patch joins the lines together.
2017-04-28 12:11:33 -07:00
Brian Anderson
8e97693b2c
Update release notes for 1.17
2017-04-27 16:18:26 +00:00
Corey Farwell
6831180ca2
Rollup merge of #40517 - rust-lang:release-notes-tweak, r=alexcrichton
...
Remove incorrect feature from the 1.16 relnotes
According to @golddranks https://internals.rust-lang.org/t/rust-1-16-0-prerelease-testing/4953/3
r? @brson
2017-03-17 08:49:06 -04:00
Steve Klabnik
cc08edc854
Remove incorrect feature from the 1.16 relnotes
2017-03-14 11:16:34 -04:00
Corey Farwell
97a1b6a055
Update usages of 'OSX' (and other old names) to 'macOS'.
...
As of last year with version 'Sierra', the Mac operating system is now
called 'macOS'.
2017-03-12 14:59:04 -04:00
Brian Anderson
23c09eaa77
Release notes for 1.16
2017-03-09 21:35:44 +00:00
Brian Anderson
e491f39914
Update 1.15.1 relnotes
2017-02-10 00:30:02 +00:00
Brian Anderson
7916e00f2b
Bump stable release date
2017-02-07 19:48:16 +00:00
Brian Anderson
d650cf5c38
Update relnotes for 1.15.1
...
I already checked this into stable, but it needs to be on master/beta too.
2017-02-04 01:12:39 +00:00
Wilfred Hughes
34a3709f74
Adding missing URL to release notes
2017-01-22 23:26:45 +00:00
Alex Crichton
18a39ed66e
Rollup merge of #38966 - brson:relnotes, r=brson
...
1.15 release notes
[Rundered](https://github.com/brson/rust/blob/relnotes/RELEASES.md#version-1150-2017-02-02 ).
Lots of good stuff this release!
Perf graphs: https://goo.gl/KSVFvF , https://goo.gl/K98g8M , https://goo.gl/H1gSoz , https://goo.gl/yZBV2p , https://goo.gl/ltURbb . Not much change 😿
r? @steveklabnik
2017-01-20 08:35:46 -08:00
Brian Anderson
a0a4af139d
1.15 release notes
2017-01-17 22:20:26 +00:00
Eitan Adler
1cf9d6a7f2
minor typo fix
2017-01-17 00:18:45 -08:00
Brian Anderson
2afadaadc9
Edits. More platform support
2016-12-17 23:02:35 +00:00
Brian Anderson
09a9859c00
1.14 release notes
2016-12-16 20:07:46 -08:00
Brian Anderson
0f817a0dd9
Add release notes for 1.13.0
2016-11-07 23:53:32 +00:00
Brian Anderson
e47da0c23c
Add release notes for 1.12.1
2016-10-20 18:03:08 -07:00
Steve Klabnik
ce8c6f6d00
Rollup merge of #36842 - cjm00:release-notes-fix, r=brson
...
Fixed wrong link in release notes
The link for the pull request updating hash_map to implement Debug was a copy of the previous link, this changes the link to the correct PR.
2016-09-30 13:44:48 -04:00
Chris McDonald
e9d3e62c90
Fixed wrong link in release notes
2016-09-29 16:26:02 -06:00
Andrew Paseltiner
e5e632ba40
Fix typo in RELEASES.md
2016-09-29 10:43:08 -04:00
Brian Anderson
a6903e4e38
Add changelog for 1.12
2016-09-27 17:31:14 +00:00
Brian Anderson
9863afe029
1.11 changelog
2016-08-17 15:13:56 -07:00
Steve Klabnik
d04e34b7d4
Fix release notes for 1.10
...
Path was not actually given a default impl in #32990 , even though the PR title said it did.
r? @brson
2016-07-07 18:17:25 -04:00
Brian Anderson
effc2e9772
Release notes for 1.10.0
2016-07-01 20:30:06 +00:00
Sander Maijers
8ff34c77a2
semantics: slightly clarify big-O claim
...
Clarification by more precise specification.
2016-04-16 10:58:20 +02:00
Sander Maijers
3149ff31bc
style: enhance font of big-O expressions
2016-04-16 10:55:33 +02:00
Sander Maijers
2ef88c982a
grammar: fix
...
Reading this, one item stood out a bit. Small improvements here.
. ‘Compile-time’ is not a noun, ‘compilation time’ was meant;
. Mathematical formulas are best not rendered as code;
. Use the same tense as in other items.
2016-04-15 22:33:50 +02:00
Steve Klabnik
9fa8b493a0
Rollup merge of #32885 - rkjnsn:patch-2, r=alexcrichton
...
Fix conflicting link identifiers
Caused "Errors for non-exhaustive match patterns now list up to 3 missing variants while also indicating the total number of missing variants if more than 3." to link to "libsyntax: Restrict where non-inline modules can appear (fixes #29765 )"
2016-04-14 14:49:10 -04:00
Brian Anderson
bbcfcfc61d
Release notes for 1.9
2016-04-12 21:23:44 +00:00
rkjnsn
3757a3786c
Fix conflicting link identifiers
2016-04-11 11:31:00 -07:00
Brian Anderson
94a387e326
Release notes for 1.8
2016-04-08 18:12:17 +00:00
Katze
a6e077ebdf
documentation fix in RELEASES.md
...
f32 should probably be denoted as 0.0 as it might improve readability.
Signed-off-by: benaryorg <binary@benary.org>
2016-03-17 20:33:01 +01:00
Steve Klabnik
5b40e9b733
Rollup merge of #31978 - tsion:patch-1, r=Manishearth
...
Previously it was rendering like this: http://i.imgur.com/ODFPdFW.png
2016-03-01 13:39:42 -05:00
Steve Klabnik
a217b19035
Rollup merge of #31973 - brson:relnotes3, r=alexcrichton
...
This builds on some of the other relnotes PRs in the queue.
2016-03-01 13:39:42 -05:00
Steve Klabnik
b3c78fc29a
Rollup merge of #31969 - brson:relnotes, r=alexcrichton
...
Same as https://github.com/rust-lang/rust/pull/31923 but without the submodule updates.
2016-03-01 13:39:41 -05:00
Scott Olson
60ee36a1b9
Add link for checked_neg
in 1.7 release notes.
2016-02-29 16:36:36 -06:00
Brian Anderson
7a9f998de9
Move the RFC 1214 breakage to 1.7 compatibility notes
2016-02-29 18:37:38 +00:00
Brian Anderson
0cd55e52ff
Add HashMap stabilizations to 1.7 relnotes
2016-02-29 18:28:33 +00:00
Brian Anderson
276e5582fc
remove unstable flag from 1.7 release notes
2016-02-29 18:15:26 +00:00
Pascal Hertleif
287eb2ac75
Reformat Part of 1.7 Release Notes
...
- Use unordered nested list for stabilised APIs to improve readability
- Add link to `u32::checked_neg`
- Remove trailing back tick from BTreeMap line
2016-02-27 12:19:08 +01:00
Amanieu d'Antras
77c1e11249
Fix typo in release notes
2016-02-26 21:24:19 +00:00
Wangshan Lu
4a1ddff1c1
Fix links in release notes 1.7.0
2016-02-16 19:40:06 +08:00
Brian Anderson
6dbff05776
Update release notes for 1.7
2016-01-29 22:08:44 +00:00
Brian Anderson
5918d9b96f
Release notes for 1.6
2016-01-29 22:08:44 +00:00
Brian Anderson
cf34010d88
Update RELEASES.md for 1.5
2015-12-04 19:33:42 +00:00
Brian Anderson
6b1de254d3
More relnotes tweaks
2015-11-04 16:56:23 -08:00
Brian Anderson
018c468e18
Address release notes feedback
2015-10-29 11:36:56 -07:00
Brian Anderson
ec3dc2d477
1.4 release notes
2015-10-27 17:30:08 -07:00
kud1ing
da059a4e28
Add 1.3 release date
...
As of http://blog.rust-lang.org/2015/09/17/Rust-1.3.html
2015-09-18 09:19:20 +02:00
Dominik Inführ
69fdc0fa49
corrected link to Hasher
2015-09-16 18:01:46 -07:00
Brian Anderson
f57bb9df28
1.3 release notes
2015-09-15 13:50:07 -07:00
Brian Anderson
ec3ec1073b
Add release dates for all releases
2015-09-11 13:29:53 -07:00
kud1ing
77a2b389f6
Add release days, fixes #28228
2015-09-08 08:29:45 +02:00
Eli Friedman
bbbfed2f93
Use https URLs to refer to rust-lang.org where appropriate.
...
Also fixes a few outdated links.
2015-08-09 14:28:46 -07:00
Steve Klabnik
d7b93216cd
small fix in RELEASES
...
this grammar isn't correct
2015-08-03 16:19:21 -04:00
Brian Anderson
4d218d924f
More 1.2 relnotes
2015-07-30 14:32:08 -07:00
Brian Anderson
a266ab0563
Mention that removal of #[packed]
was a breaking change in 1.2
2015-07-14 10:32:23 -07:00
Brian Anderson
0d60e8d002
Update RELEASES.md for 1.2
2015-07-09 15:39:26 -07:00
bors
04daae77be
Auto merge of #26579 - Techern:start-12-doc, r=brson
...
At the moment, it only mentions the fix to parallel codegen.
I was going to add more, but I have to go for a while - If this isn't reviewed when I get back, I'll remove it and resubmit it after filling in more :)
2015-06-27 09:54:15 +00:00
Cruz Julian Bishop
1aabbd01c3
Initial documentation for 1.2.0, uploading to test markdown
2015-06-27 09:16:11 +10:00
bors
1032384661
Auto merge of #26568 - barosl:rel-notes-refs, r=alexcrichton
...
I found some typos in the upcoming 1.1 release note. I corrected them, but I wanted to go further. So I wrote a script that checks the integrity of the Markdown references, and ran it against `RELEASES.md`.
This commit fixes some trivial cases, but also removes the following "unused" references:
- [`Iterator::cloned`](http://doc.rust-lang.org/nightly/core/iter/trait.Iterator.html#method.cloned )
- [`thread::scoped`](http://static.rust-lang.org/doc/master/std/thread/fn.scoped.html )
- [`Debug` improvements](https://github.com/rust-lang/rfcs/blob/master/text/0640-debug-improvements.md )
- [Rebalancing coherence.](https://github.com/rust-lang/rfcs/pull/1023 )
However, I think there's a possibility that these features might need to get descriptions as well. How do you feel about it?
2015-06-26 20:09:13 +00:00
Barosl Lee
74fbe3e088
Correct typos and remove unused references from RELEASES.md
...
I found some typos in the upcoming 1.1 release note. I corrected them,
but I wanted to go further. So I wrote a script that checks the
integrity of the Markdown references, and ran it against `RELEASES.md`.
This commit fixes some trivial cases, but also removes the following
"unused" references:
- [`Iterator::cloned`](http://doc.rust-lang.org/nightly/core/iter/trait.Iterator.html#method.cloned )
- [`thread::scoped`](http://static.rust-lang.org/doc/master/std/thread/fn.scoped.html )
- [`Debug` improvements](https://github.com/rust-lang/rfcs/blob/master/text/0640-debug-improvements.md )
- [Rebalancing coherence.](https://github.com/rust-lang/rfcs/pull/1023 )
However, I think there's a possibility that these features might need to
get descriptions as well. How do you feel about it?
2015-06-26 05:17:10 +09:00
Michael Sproul
0716da555f
relnotes: Fix error index link.
2015-06-25 23:29:09 +10:00
Brian Anderson
ab0bb0956d
Update RELEASES.md for 1.1
2015-06-18 13:59:30 -07:00
Alex Crichton
ec68c4a835
std: Stabilize a number of new fs features
...
This commit stabilizes the following APIs, slating them all to be cherry-picked
into the 1.1 release.
* fs::FileType (and transitively the derived trait implementations)
* fs::Metadata::file_type
* fs::FileType::is_dir
* fs::FileType::is_file
* fs::FileType::is_symlink
* fs::DirEntry::metadata
* fs::DirEntry::file_type
* fs::DirEntry::file_name
* fs::set_permissions
* fs::symlink_metadata
* os::raw::{self, *}
* os::{android, bitrig, linux, ...}::raw::{self, *}
* os::{android, bitrig, linux, ...}::fs::MetadataExt
* os::{android, bitrig, linux, ...}::fs::MetadataExt::as_raw_stat
* os::unix::fs::PermissionsExt
* os::unix::fs::PermissionsExt::mode
* os::unix::fs::PermissionsExt::set_mode
* os::unix::fs::PermissionsExt::from_mode
* os::unix::fs::OpenOptionsExt
* os::unix::fs::OpenOptionsExt::mode
* os::unix::fs::DirEntryExt
* os::unix::fs::DirEntryExt::ino
* os::windows::fs::MetadataExt
* os::windows::fs::MetadataExt::file_attributes
* os::windows::fs::MetadataExt::creation_time
* os::windows::fs::MetadataExt::last_access_time
* os::windows::fs::MetadataExt::last_write_time
* os::windows::fs::MetadataExt::file_size
The `os::unix::fs::Metadata` structure was also removed entirely, moving all of
its associated methods into the `os::unix::fs::MetadataExt` trait instead. The
methods are all marked as `#[stable]` still.
As some minor cleanup, some deprecated and unstable fs apis were also removed:
* File::path
* Metadata::accessed
* Metadata::modified
Features that were explicitly left unstable include:
* fs::WalkDir - the semantics of this were not considered in the recent fs
expansion RFC.
* fs::DirBuilder - it's still not 100% clear if the naming is right here and if
the set of functionality exposed is appropriate.
* fs::canonicalize - the implementation on Windows here is specifically in
question as it always returns a verbatim path. Additionally the Unix
implementation is susceptible to buffer overflows on long paths unfortunately.
* fs::PathExt - as this is just a convenience trait, it is not stabilized at
this time.
* fs::set_file_times - this funciton is still waiting on a time abstraction.
2015-06-09 17:44:13 -07:00
Austin Hellyer
31026c846e
Fix a few typos in the releases
2015-05-19 17:34:14 -07:00
Manish Goregaokar
f83fe6ec1e
Rollup merge of #25562 - svetlyak40wt:patch-1, r=alexcrichton
...
That way old versions won't be a subsections of the 1.0.0 release.
2015-05-19 18:47:14 +05:30
Alexander Artemenko
a591546294
Move all version headers to the same level.
...
That way old versions won't be a subsections of the 1.0.0 release.
2015-05-18 10:57:58 +03:00
mdinger
fb73c47e5e
typo
2015-05-17 20:09:11 -04:00
Brian Anderson
94caeb326c
More authors updates
2015-05-11 10:59:23 -07:00
Brian Anderson
847c088ac5
Update AUTHORS.txt and RELEASES.md for 1.0
2015-05-10 18:52:12 -07:00
Alex Crichton
e3b7e6caa2
Tweak relese notes + rebase fixes
2015-04-02 00:18:45 -07:00
Aaron Turon
35a6a372a6
Add release notes for 1.0.0-beta
2015-04-01 16:45:15 -07:00
Denis Defreyne
a3aaaca088
Fix frow_raw/from_raw typo
2015-02-21 13:14:17 +01:00
Brian Anderson
c4bb064b3a
Update AUTHORS.txt and RELEASES.md
2015-02-18 17:02:34 -08:00
kud1ing
2730075ad4
Link to http://rustbyexample.com/
2015-01-09 08:25:42 +01:00
Steve Klabnik
16a6ebd1f6
"The Rust Programming Language"
...
This pulls all of our long-form documentation into a single document,
nicknamed "the book" and formally titled "The Rust Programming
Language."
A few things motivated this change:
* People knew of The Guide, but not the individual Guides. This merges
them together, helping discoverability.
* You can get all of Rust's longform documentation in one place, which
is nice.
* We now have rustbook in-tree, which can generate this kind of
documentation. While its style is basic, the general idea is much
better: a table of contents on the left-hand side.
* Rather than a almost 10,000-line guide.md, there are now smaller files
per section.
2015-01-08 12:02:11 -05:00
Brian Anderson
9d8de1f42c
Sync -> Send
2015-01-06 22:16:34 -08:00
Brian Anderson
ef6126a495
Merge pull request #25 from aturon/relnotes-updates
...
Add int discussion, tweak wording
2015-01-06 22:15:10 -08:00
Aaron Turon
a63bb9ba7f
Add int discussion, tweak wording
2015-01-06 20:53:55 -08:00
Brian Anderson
1b59406aec
Use a better reference for unboxed closures
2015-01-06 18:18:56 -08:00
Brian Anderson
01fabcbe47
Soften pre-1.0 API stability commitment in relnotes
2015-01-06 16:50:54 -08:00
Brian Anderson
0cddbd6e77
Little more relnotes
2015-01-06 16:44:17 -08:00
Brian Anderson
9d073134c9
Add new authors, more relnotes
2015-01-06 16:37:38 -08:00
Brian Anderson
7a346a356a
Address feedback
2015-01-06 15:58:23 -08:00
Brian Anderson
db8d960c38
1.0.0-alpha release notes
2015-01-06 15:58:23 -08:00
Brian Anderson
ba4081a5a8
More relnotes tweaks
2014-10-07 13:44:41 -07:00
Brian Anderson
d2856f8127
Update per feedback
2014-10-07 11:18:49 -07:00
Brian Anderson
bad7ecbfc7
Update RELEASES.md for 0.12.0
2014-10-07 11:18:49 -07:00
Brian Anderson
ea4d5d2a24
Rename RELEASES.txt to RELEASES.md. It's markdown.
2014-10-07 11:18:47 -07:00