Commit Graph

433 Commits

Author SHA1 Message Date
Eric Huss
6b726a10ee Fix some links that had colliding reference names.
These reference names were very general, and used in other places.
2022-01-14 07:49:43 -08:00
Eric Huss
c7926c7dd8 Fix link name collision for cargo#2365 (1.8cv) 2022-01-14 07:49:43 -08:00
Eric Huss
12fa471984 Fix incorrect link for #38622. 2022-01-14 07:49:43 -08:00
Eric Huss
c1526c69f2 Remove duplicate #39983. It was part of 1.19. 2022-01-14 07:49:43 -08:00
Eric Huss
ddab0bf6bf Remove duplicate cargo/4270. It was part of 1.21. 2022-01-14 07:49:43 -08:00
Eric Huss
9b9fc606a6 Remove unused link references. 2022-01-14 07:48:45 -08:00
Eric Huss
5b2d5da0d3 Update RELEASES for 1.58. 2022-01-12 16:05:30 -08:00
Matthias Krüger
4f31c5c130
Rollup merge of #92703 - joshtriplett:relnotes-file-options, r=pietroalbini
RELEASES.md: Add 1.58 release note for `File::options` stabilization
2022-01-12 07:12:10 +01:00
unknown
fc8af986fd Document Box<T> FFI guarantee in 1.41.0 release notes
Fixes #68676
2022-01-10 17:21:16 -05:00
Josh Triplett
680ebeaa79 RELEASES.md: Add 1.58 release note for File::options stabilization 2022-01-09 20:35:12 -08:00
Miguel Ojeda
2d19606d90 Release notes: add Result::unwrap_{,err_}unchecked
They were stabilized together with `Option::unwrap_unchecked`
in https://github.com/rust-lang/rust/issues/81383.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2022-01-09 17:04:08 +01:00
Pietro Albini
0e13d0c20e
remove float methods 2022-01-08 21:34:01 +01:00
Tyler Mandry
81963b12c5 Clarify that -C strip is only in rustc, not cargo, in 1.58 2022-01-07 16:49:14 +00:00
Tyler Mandry
dd9501f8d3 Fix broken link 2022-01-07 16:48:47 +00:00
Tyler Mandry
c3a99d8fd6 Move #90329 to compatibility notes 2022-01-05 01:08:56 +00:00
Tyler Mandry
3d2b8a29f9
Apply suggestions from code review
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
Co-authored-by: Alexander Ronald Altman <alexanderaltman@me.com>
2022-01-04 17:03:05 -08:00
Tyler Mandry
e2c659bed8 Add links to stabilized APIs 2021-12-23 01:41:45 +00:00
Tyler Mandry
8fd6e8bb54 Move RUSTFLAGS compat note to 1.55 2021-12-23 01:27:19 +00:00
Tyler Mandry
0928e52571 Apply suggestions from code review
Co-authored-by: Hans Kratz <hans@appfour.com>
Co-authored-by: Chris Denton <ChrisDenton@users.noreply.github.com>
Co-authored-by: Joshua Nelson <github@jyn.dev>
2021-12-23 01:25:18 +00:00
Tyler Mandry
9b588a6b69 Add release notes for 1.58 2021-12-23 01:25:11 +00:00
Josh Stone
4c3699f01a Add 1.57.0 release notes 2021-11-26 15:18:39 -05:00
Pietro Albini
a567c8a86f
add 1.56.1 to the release notes 2021-10-31 13:15:27 +01:00
Vincent de Phily
3b53c8ef3d
Update RELEASES.md
Fix typo.
2021-10-19 15:50:27 +01:00
Mark Rousskov
2284082ae8 Drop reverted stabilizations from release notes 2021-10-14 10:58:16 -04:00
Matthias Krüger
a624eef249
Rollup merge of #89853 - cuviper:release-1.56, r=Mark-Simulacrum
Update the 1.56.0 release header for consistency
2021-10-13 22:51:05 +02:00
Josh Stone
a0cc8725e9 Update the 1.56.0 release header for consistency 2021-10-13 11:10:00 -07:00
Scott Mabin
cf905ed72f Add riscv32imc-esp-espidf to changelog 2021-10-13 13:14:16 +01:00
David Tolnay
7a7dfa8b67
Remove task::ready! from 1.56.0 release notes 2021-10-11 12:06:44 -07:00
Manish Goregaokar
7d9a0e5da9
Rollup merge of #89256 - danielg1111:fix_typo, r=Mark-Simulacrum
Fix typo in release notes
2021-09-25 18:22:22 -07:00
Manish Goregaokar
653dcaac2b
Rollup merge of #89216 - r00ster91:bigo, r=dtolnay
Consistent big O notation

This makes the big O time complexity notation in places with markdown support more consistent.
Inspired by #89210
2021-09-25 18:22:20 -07:00
Daniel Giger
b51897f604
Fix typo in release notes 2021-09-25 16:34:39 -04:00
Mark Rousskov
a307dcc962 Add 1.56.0 release notes
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
2021-09-24 11:24:00 -04:00
r00ster91
956f87fb04 consistent big O notation 2021-09-24 12:44:28 +02:00
Mark Rousskov
daf6f9951e Drop 1.56 stabilizations from 1.55 release notes 2021-09-08 10:29:12 -04:00
Guillaume Gomez
7248ff2760
Rollup merge of #88417 - xu-cheng:rel-fix-link, r=jyn514
RELEASES.md: fix broken link
2021-08-29 16:25:36 +02:00
Cheng XU
2de6c14b25
RELEASES.md: fix broken link 2021-08-27 23:21:50 -07:00
Joe Ardent
7a46ff5981 Fix formatting in release notes from 52a988344b 2021-08-27 14:24:25 -07:00
Joshua Nelson
f858c7c300 Add mutable-noalias to the release notes for 1.54 2021-08-25 07:11:48 -05:00
Jack Huey
908b2ead9c
Rollup merge of #88170 - nebkor:release-note-1.55, r=Mark-Simulacrum
Update release note for 1.55.0.

Added a line about new formatting option, `{lib}`, for `cargo
tree` (https://github.com/rust-lang/cargo/pull/9663).
2021-08-21 20:56:29 -04:00
Jack Huey
9e8b143e6a
Rollup merge of #88057 - ehuss:releases-doc-macros, r=Mark-Simulacrum
Update RELEASES to clarify attribute macro values.

As noted in #87681, macros do not work with the `#[path]` attribute.  Since the places where macros *can* be used is very limited, I have changed this to just focus on `#[doc]` which is the only attribute where this is really useful.
2021-08-21 20:56:28 -04:00
Joe Ardent
52a988344b Update release note for 1.55.0.
Added a line about new formatting option, `{lib}`, for `cargo
tree` (https://github.com/rust-lang/cargo/pull/9663).
2021-08-19 13:54:26 -07:00
Eric Huss
634244e63f Update RELEASES to clarify attribute macro values. 2021-08-15 10:38:45 -07:00
Erin Power
0455fe342f Update RELEASES.md for 1.55.0
Co-authored-by: Eric Huss <eric@huss.org>
Co-authored-by: inquisitivecrystal <22333129+inquisitivecrystal@users.noreply.github.com>
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
Co-authored-by: Daniel Giger <danielg3432@gmail.com>
2021-08-15 13:17:11 -04:00
bors
fc24bcead1 Auto merge of #86696 - rust-lang:relnotes-1.54.0, r=pietroalbini
Update RELEASES.md for 1.54.0

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

r? `@Mark-Simulacrum`
cc `@rust-lang/release`
2021-07-26 11:41:37 +00:00
XAMPPRocky
9fc2bfafb1
Update RELEASES.md 2021-07-26 10:58:37 +02:00
Jacob Lifshay
30b619771d
IEEE 754 is not an RFC 2021-07-23 17:35:18 -07:00
XAMPPRocky
09b5ce3e1b
Update RELEASES.md 2021-07-23 13:08:58 +02:00
XAMPPRocky
6e59a9d112
Update RELEASES.md
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
2021-07-23 13:06:43 +02:00
XAMPPRocky
af0b8553fe
Update RELEASES.md 2021-07-23 13:06:23 +02:00
XAMPPRocky
10ac141941
Update RELEASES.md 2021-07-07 14:13:06 +02:00