about summary refs log tree commit diff
path: root/RELEASES.md
AgeCommit message (Collapse)AuthorLines
2025-01-23update release notesPietro Albini-0/+1
2025-01-15Add the concrete syntax for precise capturing to 1.82 release notes.Kevin Reid-1/+1
This will make the note findable by searching for the “use” keyword, and skimming. Many other language additions mention their syntax in the release notes, but this one only used the name of the feature.
2025-01-12Rollup merge of #135266 - kadiwa4:no_emsdk_update, r=Mark-SimulacrumMatthias Krüger-2/+1
Remove emsdk version update from 1.84.0 relnotes See [this comment](https://github.com/rust-lang/rust/issues/131467#issuecomment-2529314603). The reproducer in that comment does indeed show that rustup's `rust-std` component is still compiled with the old emscripten ABI because libc's config flag `emscripten_new_stat_abi` is not set. #131533 presumably had no effect because the wrong CI file was modified. So nothing has changed since 1.83.0. The PR author (workingjubilee) is currently on vacation. Also the issue #131467 should be reopened.
2025-01-08Add Pin::as_deref_mut to relnotesNoa-0/+1
2025-01-08remove emsdk update from relnotesKalle Wachsmuth-2/+1
2025-01-08fix release notes linkPietro Albini-1/+1
2025-01-06last feedback itemsPietro Albini-0/+2
2025-01-03Stabilized APIsBoxy-39/+39
2025-01-02add relnotesBoxy-0/+114
2024-12-07Removed Unnecessary Spaces From RELEASES.mdrohit141914-4/+4
2024-11-28fix typo in RELEASES.mdSlanterns-1/+1
2024-11-22Also change an older `$integer` to `{integer}`Josh Stone-1/+1
2024-11-22Change `$float` to `{float}` in relnotesJosh Stone-16/+16
Co-authored-by: Urgau <3616612+Urgau@users.noreply.github.com>
2024-11-22Add an empty line to fix markdown quotingJosh Stone-0/+1
2024-11-22Reorder lang relnotesJosh Stone-3/+3
2024-11-22Update relnotes from suggestions and issues syncJosh Stone-23/+22
2024-11-21Add release notes for Rust 1.83.0Josh Stone-0/+232
2024-11-18RELEASES.md: Don't document unstable `--test-build-wrapper`Alona Enraght-Moony-7/+0
2024-10-22relnotes: fix stabilizations of `assume_init`Josh Stone-3/+3
Ref: https://github.com/rust-lang/blog.rust-lang.org/pull/1416
2024-10-16Remove `Waker::waker` from 1.82 relnotesJosh Stone-1/+0
2024-10-12Add explicit link to PRMark Rousskov-1/+1
2024-10-12Add stabilized APIsMark Rousskov-5/+81
2024-10-12Import another updateMark Rousskov-1/+4
2024-10-07re-sync with latest tracking issue changesMark Rousskov-10/+11
2024-10-01Add 1.82 release notesMark Rousskov-0/+97
2024-09-06Rollup merge of #129995 - alexcrichton:remove-wasm32-wasip2-release-notes, ↵Matthias Krüger-1/+0
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-05Rollup merge of #129944 - Mark-Simulacrum:relnotes-tweak, r=pietroalbiniMatthias Krüger-0/+3
Add compat note for trait solver change r? ``@pietroalbini`` ``@BoxyUwU`` cc ``@lcnr``
2024-09-05Remove wasm32-wasip2's tier 2 status from release notesAlex Crichton-1/+0
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-03Add compat note for trait solver changeMark Rousskov-0/+3
2024-09-03include 1.80.1 release notes on masterPietro Albini-0/+8
Forgot this during the release process
2024-08-30Remove the relnote for rustdoc's *unstable* `--remap-path-prefix`Josh Stone-7/+0
2024-08-30Mention sort perf, and add its panics in compat notesJosh Stone-1/+3
2024-08-30Drop the edition relnote about `!` fallbackJosh Stone-1/+0
2024-08-30Add release notes for 1.81.0Josh Stone-0/+120
2024-08-22Update RELEASES.mdapiraino-2/+2
Co-authored-by: Josh Stone <cuviper@gmail.com>
2024-08-19Update RELEASES.mdapiraino-1/+1
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
2024-08-19Update RELEASES.mdapiraino-1/+2
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
2024-08-19Add a missing compatibility note in the 1.80.0 release notesapiraino-0/+1
2024-07-25Fix 1.80.0 version in RELEASES.mdUrgau-1/+1
2024-07-15Fix typos in RELEASES.mdJacob Lifshay-4/+4
as requested in https://github.com/rust-lang/blog.rust-lang.org/pull/1358#discussion_r1678691772
2024-07-14Add 1.80 release notesBoxy-0/+158
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
2024-06-17Rollup merge of #126250 - epage:change, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+0
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-12fix RELEASES: we do not support upcasting to auto traitslcnr-1/+1
2024-06-10docs(change): Don't mention a Cargo 2024 edition change for 1.79Ed Page-1/+0
2024-06-09Add release notes for 1.79.0Josh Stone-0/+128
2024-05-03release notes 1.78: add link to interior-mut breaking changeRalf Jung-0/+4
2024-04-271.78 release notesMark Rousskov-0/+120
2024-04-09update release notesPietro Albini-0/+7
2024-03-29Forward port 1.77.1 release notesYedaya Katsman-0/+10
2024-03-18Fix a typo in the 1.77.0 relnotesJosh Stone-1/+1
Co-authored-by: Mateusz Mikuła <mati865@gmail.com>