Commit Graph

585 Commits

Author SHA1 Message Date
Matthias Krüger 6841e35420
Rollup merge of #129995 - alexcrichton:remove-wasm32-wasip2-release-notes, r=pietroalbini
Remove wasm32-wasip2's tier 2 status from release notes

It turns out the stars did not actually align for this to get released in Rust 1.81 alas. Full tier 2 status for `wasm32-wasip2` required two PRs:

* #126967 - this made it into Rust 1.81
* #127867 - this didn't make the cut and is in Rust 1.82 instead

This wasn't caught until just after today's release so the plan is to remove the release notes for 1.81 and coordinate to instead add these as release notes to 1.82.
2024-09-06 07:33:58 +02:00
Matthias Krüger a84ef47841
Rollup merge of #129944 - Mark-Simulacrum:relnotes-tweak, r=pietroalbini
Add compat note for trait solver change

r? ``@pietroalbini`` ``@BoxyUwU``

cc ``@lcnr``
2024-09-05 19:43:50 +02:00
Alex Crichton a551cccb62 Remove wasm32-wasip2's tier 2 status from release notes
It turns out the stars did not actually align for this to get released
in Rust 1.81 alas. Full tier 2 status for `wasm32-wasip2` required two
PRs:

* #126967 - this made it into Rust 1.81
* #127867 - this didn't make the cut and is in Rust 1.82 instead

This wasn't caught until just after today's release so the plan is to
remove the release notes for 1.81 and coordinate to instead add these as
release notes to 1.82.
2024-09-05 10:08:58 -07:00
Mark Rousskov f3efe3de15 Add compat note for trait solver change 2024-09-03 17:04:28 -04:00
Pietro Albini 17f3f92e8b
include 1.80.1 release notes on master
Forgot this during the release process
2024-09-03 12:42:48 +02:00
Josh Stone 99e14e3c80 Remove the relnote for rustdoc's *unstable* `--remap-path-prefix` 2024-08-30 17:56:17 -07:00
Josh Stone 27873f8052 Mention sort perf, and add its panics in compat notes 2024-08-30 17:54:36 -07:00
Josh Stone dd9fcffb20 Drop the edition relnote about `!` fallback 2024-08-30 17:18:54 -07:00
Josh Stone 8c19c14c3f Add release notes for 1.81.0 2024-08-30 17:18:54 -07:00
apiraino 87e4b6789c
Update RELEASES.md
Co-authored-by: Josh Stone <cuviper@gmail.com>
2024-08-22 09:19:22 +02:00
apiraino 7613eee55e
Update RELEASES.md
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
2024-08-19 17:33:53 +02:00
apiraino cd7cc3f071
Update RELEASES.md
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
2024-08-19 14:03:16 +02:00
apiraino 6a8ec81e1c
Add a missing compatibility note in the 1.80.0 release notes 2024-08-19 12:40:23 +02:00
Urgau f0ba8c4ffb
Fix 1.80.0 version in RELEASES.md 2024-07-25 16:57:57 +02:00
Jacob Lifshay 47d8d3d1dd
Fix typos in RELEASES.md
as requested in https://github.com/rust-lang/blog.rust-lang.org/pull/1358#discussion_r1678691772
2024-07-15 22:23:20 -07:00
Boxy 8f73091166 Add 1.80 release notes
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
2024-07-14 04:52:25 +01:00
许杰友 Jieyou Xu (Joe) 6e50dbccd0
Rollup merge of #126250 - epage:change, r=Mark-Simulacrum
docs(change): Don't mention a Cargo 2024 edition change for 1.79

<!--
If this PR is related to an unstable feature or an otherwise tracked effort,
please link to the relevant tracking issue here. If you don't know of a related
tracking issue or there are none, feel free to ignore this.

This PR will get automatically assigned to a reviewer. In case you would like
a specific user to review your work, you can assign it to them by using

    r​? <reviewer name>
-->
2024-06-17 04:53:55 +01:00
lcnr bbc55091bb fix RELEASES: we do not support upcasting to auto traits 2024-06-12 11:44:52 +02:00
Ed Page 9bcc133bb7 docs(change): Don't mention a Cargo 2024 edition change for 1.79 2024-06-10 21:16:54 -05:00
Josh Stone 4977608f72 Add release notes for 1.79.0 2024-06-09 12:31:12 -04:00
Ralf Jung 27353d4ccc release notes 1.78: add link to interior-mut breaking change 2024-05-03 14:56:05 +02:00
Mark Rousskov 7a69a4a5cf 1.78 release notes 2024-04-27 19:00:19 -04:00
Pietro Albini 10e7bfb92f
update release notes 2024-04-09 01:20:11 +02:00
Yedaya Katsman 5eb78c515c Forward port 1.77.1 release notes 2024-03-29 10:44:19 +03:00
Josh Stone 4739948c89 Fix a typo in the 1.77.0 relnotes
Co-authored-by: Mateusz Mikuła <mati865@gmail.com>
2024-03-18 10:30:22 -07:00
Josh Stone 87c9349e1b Sort the remaining T-types relnotes 2024-03-17 09:58:28 -07:00
Josh Stone 8953306016 No compatibility notes raised in 1.77.0 2024-03-17 09:58:28 -07:00
Josh Stone 4a2f0f6c99 The const-eval change is now future-compat 2024-03-17 09:58:28 -07:00
Josh Stone 213e598fae Move a couple issues to Language notes 2024-03-17 09:58:27 -07:00
Josh Stone 0ac3d4df6d Apply suggestions from code review
Co-authored-by: Urgau <3616612+Urgau@users.noreply.github.com>
Co-authored-by: Michael Howell <michael@notriddle.com>
2024-03-17 09:58:27 -07:00
Josh Stone 01864e282a Add release notes for 1.77.0 2024-03-17 09:58:27 -07:00
Carol (Nichols || Goulding) b860e238d7
Remove duplicate release note 2024-02-09 12:31:32 -05:00
Carol (Nichols || Goulding) 5cb9e318c8
Add release note for new ambiguous_wide_pointer_comparisons lint 2024-02-08 11:01:33 -05:00
Mark Rousskov 8f1573a585 Release notes for 1.76 2024-02-03 13:38:44 -05:00
Pietro Albini 73cd2df422
apply last suggestions from code review 2023-12-21 13:26:15 +01:00
Josh Stone c274a350df Fix a release note typo
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
2023-12-19 14:56:47 -08:00
Josh Stone 6ca466ed1d Move exhaustive usize matching to lang 2023-12-19 14:56:47 -08:00
Josh Stone 35a1189ca7 Fix a release note typo
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
2023-12-19 14:56:47 -08:00
Josh Stone add2bde887 Add release notes for 1.75.0 2023-12-19 14:56:38 -08:00
Mark Rousskov 03d0ac62aa
copy 1.74.1 release notes to master 2023-12-18 15:45:07 +09:00
Michael Howell dc0f7a1208 docs: remove #110800 from release notes
It's not stable yet, and shouldn't be mentioned here.
2023-12-05 22:48:06 -07:00
Carl Scherer 19848d5db4
Fix links for std::process::Child{Stdin, Stdout, Stderr} 2023-11-17 22:43:30 +01:00
Takayuki Maeda 3c0f22d99c
Rollup merge of #117889 - epage:docs, r=Mark-Simulacrum
docs(release): Clarify cargo entries

Trying to make these easier to scan and more understandable out of the context of their PR
2023-11-17 12:56:31 +09:00
Slanterns 563d975364
tidy 2023-11-15 08:56:00 +08:00
Slanterns 7f10299d9b
Add missing entries in 1.74 release notes 2023-11-15 06:01:57 +08:00
Ed Page c8330ba354 docs(release): Remove unstable cargo change 2023-11-14 10:20:06 -06:00
Ed Page 64c0ec6531 docs(release): Very rough 'importance' sort 2023-11-13 08:30:31 -06:00
Ed Page 40e8a43a42 docs(release): Clarify cargo line items 2023-11-13 08:28:23 -06:00
Ed Page 2aad0604da docs(release): Add missing cargo-clean change 2023-11-13 08:20:05 -06:00
Ed Page cc7d451c36 docs(release): Remove cargo-as-a-lib change 2023-11-13 08:13:51 -06:00