| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-04 | release notes | Boxy | -0/+135 | |
| 2025-06-22 | Indicate change is coming in the next release. | Mark Rousskov | -1/+1 | |
| Co-authored-by: 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | ||||
| 2025-06-21 | 1.88.0 release notes | Mark Rousskov | -0/+100 | |
| 2025-05-10 | Rollup merge of #140879 - pthariensflame:patch-1, r=pietroalbini | Matthias Krüger | -1/+1 | |
| 1.87.0 release notes: remove nonsensical `~` operator There is no `~` unary prefix operator, and it definitely shouldn't be in the release notes for a feature whose introducing PR doesn't test for it (because it doesn't exist). Also fix an unnecessary `}` on the same line. r? ``@pietroalbini`` | ||||
| 2025-05-09 | RELEASES.md: fix unbalanced and unneeded `}` | Laine Taffin Altman | -1/+1 | |
| 2025-05-09 | RELEASES.md: fix nonsensical ~ operator | Laine Taffin Altman | -1/+1 | |
| There is no `~` unary prefix operator, and it definitely shouldn't be in the release notes for a feature whose introducing PR doesn't test for it (because it doesn't exist). | ||||
| 2025-05-09 | update wording | Pietro Albini | -1/+1 | |
| 2025-05-09 | update links to point to stable | Pietro Albini | -73/+73 | |
| 2025-05-09 | fix new apis being marked as becoming const this release | Pietro Albini | -5/+5 | |
| 2025-05-08 | Add release notes for 1.87.0 | Boxy | -0/+166 | |
| 2025-03-30 | Apply suggestions from code review | Josh Stone | -3/+4 | |
| Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com> Co-authored-by: alexey semenyuk <alexsemenyuk88@gmail.com> | ||||
| 2025-03-26 | Add release notes for 1.86.0 | Josh Stone | -0/+122 | |
| 2025-03-22 | Clarify "Windows 1607" | Josh Stone | -1/+1 | |
| 2025-03-18 | Add release notes for 1.85.1 | Josh Stone | -0/+11 | |
| 2025-03-17 | change config.toml to bootstrap.toml for bootstrap module | bit-aloo | -2/+2 | |
| 2025-02-16 | Re-add missing empty lines in the releases notes | Urgau | -2/+6 | |
| 2025-02-15 | Add relnotes for 1.85 | Mark Rousskov | -0/+127 | |
| 2025-02-01 | Rollup merge of #136266 - cyrgani:patch-1, r=Mark-Simulacrum | Matthias Krüger | -2/+1 | |
| fix broken release notes id | ||||
| 2025-01-29 | fix broken release notes id | cyrgani | -2/+1 | |
| 2025-01-29 | Add release notes for 1.84.1 | Josh Stone | -0/+15 | |
| 2025-01-23 | update release notes | Pietro Albini | -0/+1 | |
| 2025-01-15 | Add 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-12 | Rollup merge of #135266 - kadiwa4:no_emsdk_update, r=Mark-Simulacrum | Matthias 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-08 | Add Pin::as_deref_mut to relnotes | Noa | -0/+1 | |
| 2025-01-08 | remove emsdk update from relnotes | Kalle Wachsmuth | -2/+1 | |
| 2025-01-08 | fix release notes link | Pietro Albini | -1/+1 | |
| 2025-01-06 | last feedback items | Pietro Albini | -0/+2 | |
| 2025-01-03 | Stabilized APIs | Boxy | -39/+39 | |
| 2025-01-02 | add relnotes | Boxy | -0/+114 | |
| 2024-12-07 | Removed Unnecessary Spaces From RELEASES.md | rohit141914 | -4/+4 | |
| 2024-11-28 | fix typo in RELEASES.md | Slanterns | -1/+1 | |
| 2024-11-22 | Also change an older `$integer` to `{integer}` | Josh Stone | -1/+1 | |
| 2024-11-22 | Change `$float` to `{float}` in relnotes | Josh Stone | -16/+16 | |
| Co-authored-by: Urgau <3616612+Urgau@users.noreply.github.com> | ||||
| 2024-11-22 | Add an empty line to fix markdown quoting | Josh Stone | -0/+1 | |
| 2024-11-22 | Reorder lang relnotes | Josh Stone | -3/+3 | |
| 2024-11-22 | Update relnotes from suggestions and issues sync | Josh Stone | -23/+22 | |
| 2024-11-21 | Add release notes for Rust 1.83.0 | Josh Stone | -0/+232 | |
| 2024-11-18 | RELEASES.md: Don't document unstable `--test-build-wrapper` | Alona Enraght-Moony | -7/+0 | |
| 2024-10-22 | relnotes: fix stabilizations of `assume_init` | Josh Stone | -3/+3 | |
| Ref: https://github.com/rust-lang/blog.rust-lang.org/pull/1416 | ||||
| 2024-10-16 | Remove `Waker::waker` from 1.82 relnotes | Josh Stone | -1/+0 | |
| 2024-10-12 | Add explicit link to PR | Mark Rousskov | -1/+1 | |
| 2024-10-12 | Add stabilized APIs | Mark Rousskov | -5/+81 | |
| 2024-10-12 | Import another update | Mark Rousskov | -1/+4 | |
| 2024-10-07 | re-sync with latest tracking issue changes | Mark Rousskov | -10/+11 | |
| 2024-10-01 | Add 1.82 release notes | Mark Rousskov | -0/+97 | |
| 2024-09-06 | Rollup 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-05 | Rollup merge of #129944 - Mark-Simulacrum:relnotes-tweak, r=pietroalbini | Matthias Krüger | -0/+3 | |
| Add compat note for trait solver change r? ``@pietroalbini`` ``@BoxyUwU`` cc ``@lcnr`` | ||||
| 2024-09-05 | Remove wasm32-wasip2's tier 2 status from release notes | Alex 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-03 | Add compat note for trait solver change | Mark Rousskov | -0/+3 | |
| 2024-09-03 | include 1.80.1 release notes on master | Pietro Albini | -0/+8 | |
| Forgot this during the release process | ||||
