summary refs log tree commit diff
path: root/RELEASES.md
AgeCommit message (Collapse)AuthorLines
2023-05-29Prepare 1.70.0 releaseMark Rousskov-6/+248
2023-03-29RELEASES: Add "Only support Android NDK 25 or newer" to 1.68.0Asger Hautop Drewsen-0/+1
2023-03-27backport 1.68.1 and 1.68.2 release notes to masterPietro Albini-0/+23
2023-03-15Mention UEFI target promotion in release notes for 1.67.0Lukas Markeffsky-1/+2
2023-03-08Rollup merge of #108759 - ↵Matthias Krüger-1/+3
workingjubilee:pedantically-correct-release-notes-for-1.41.1-apple32, r=Mark-Simulacrum 1.41.1 supported 32-bit Apple targets This question was raised by #108556.
2023-03-041.41.1 supported 32-bit Apple targetsJubilee-1/+3
2023-03-04Add 1.68.0 release notesMark Rousskov-0/+96
2023-02-09Release 1.67.1Josh Stone-0/+7
2023-01-21Move the layout change to 1.67 compat notesJosh Stone-0/+5
2023-01-21Move 0.5 rounding to a compat noteJosh Stone-0/+3
2023-01-21Remove relnote for #84022 due to revert #107133Josh Stone-3/+0
2023-01-20Expand 1.67 to 1.67.0Josh Stone-7/+7
2023-01-20Release notes for 1.67.0Josh Stone-0/+98
2023-01-10update release notes for 1.66.1Pietro Albini-0/+5
2022-12-13Update RELEASES.mdtronta-1/+1
this is not yet supported: ..X => https://github.com/rust-lang/rust/issues/37854 is still open
2022-12-121.66.0 release notesMark Rousskov-0/+91
2022-11-04Rollup merge of #103931 - pnkfelix:note-eh-personality-limit-atop-lld, ↵Matthias Krüger-0/+3
r=Mark-Simulacrum Add note to RELEASES.md regarding issue 102754. As discussed in [compiler triage meeting today](https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings/topic/.5Bweekly.5D.202022-11-03/near/307746618); it would have been nice to get this in time for the stable notes, but having it only in nightly only is better than nothing... r? `@Mark-Simulacrum`
2022-11-03Add note to RELEASES.md regarding issue 102754.Felix S. Klock II-0/+3
2022-10-31Remove let_underscore_must_use from list of uplifted lintsMark Rousskov-1/+1
2022-10-291.65.0 release notesMark Rousskov-0/+103
Co-authored-by: Josh Triplett <josh@joshtriplett.org> Co-authored-by: Christopher Serr <christopher.serr@gmail.com> Co-authored-by: memoryruins <michael@memoryruins.com> Co-authored-by: Alexander Ronald Altman <alexanderaltman@me.com>
2022-09-19Rollup merge of #102019 - pietroalbini:pa-relnotes-revert, r=pietroalbiniMatthias Krüger-1/+0
Remove backed off PRs from relnotes Backport of https://github.com/rust-lang/rust/pull/102018/commits/7358a9b03e5d22ea4d74d89cb00d3985fc89c773 to master.
2022-09-19Rollup merge of #102004 - cuviper:relnotes-1.64.0-ffi, r=pietroalbiniMatthias Krüger-19/+25
Try to clarify what's new in 1.64.0 ffi types
2022-09-19remove backed off PR from relnotesPietro Albini-1/+0
2022-09-18Try to clarify what's new in 1.64.0 ffi typesJosh Stone-19/+25
2022-09-18remove ice fixPietro Albini-1/+0
2022-09-18make the styling of the cargo section similar to the restPietro Albini-16/+10
2022-09-18remove diagnostic changesPietro Albini-3/+0
2022-09-18remove items that are already mentioned in the compatibility notesPietro Albini-6/+0
2022-09-18improve the wording for some release notes itemsPietro Albini-10/+10
2022-09-17Release notes updateMark Rousskov-0/+152
Co-authored-by: Tyler Mandry <tmandry@gmail.com> Co-authored-by: Josh Triplett <josh@joshtriplett.org>
2022-09-05Add `const_extern_fn` to 1.62 release notes.Eric Huss-0/+2
2022-08-31Correct typoDezhi Wu-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-2/+2
This PR will fix some typos detected by [typos]. I only picked the ones I was sure were spelling errors to fix, mostly in the comments. [typos]: https://github.com/crate-ci/typos
2022-08-14Add Duration rounding change to release noteJeong YunWon-0/+4
2022-08-05Update RELEASES.mdJosh Stone-1/+1
Co-authored-by: Trevor Spiteri <tspiteri@ieee.org>
2022-08-05Update RELEASES.mdJosh Stone-1/+1
Co-authored-by: Trevor Spiteri <tspiteri@ieee.org>
2022-08-04Reword some 1.63.0 release notesJosh Stone-10/+11
2022-08-04Complete the links for 1.63.0 stabilizationsJosh Stone-1/+49
2022-08-04Apply suggested updatesJosh Stone-6/+2
2022-08-04Add release notes for Rust 1.63.0Josh Stone-0/+141
2022-08-04Release 1.62.1Mark Rousskov-0/+18
2022-07-02Add #95469 to the release notesChris Denton-0/+3
2022-07-01Rollup merge of #98749 - CAD97:patch-3, r=jyn514Matthias Krüger-0/+2
Add macro_rules! rustdoc change to 1.62 relnotes #96630 was tagged <kbd>relnotes</kbd> but didn't make it into the notes. Given this is a compatibility issue (https://github.com/rust-lang/rust/issues/97030, https://github.com/rust-lang/rust/issues/98735, https://github.com/rust-lang/rust/issues/98743), it probably *should* be retroactively added.
2022-06-30Add macro_rules! rustdoc change to 1.62 relnotesChristopher Durham-0/+2
2022-06-30Update RELEASES.mdTomasz Miąsko-1/+1
Clarify that flow sensitive checks now understand that *visibly* uninhabited call expressions never return. The change influences checks of reachable and unreachable code alike, not just dead code like previous wording would imply.
2022-06-27Remove unstable CStr/CString change from 1.62 release noteWeiyi Wang-2/+0
(Discovered in https://github.com/rust-lang/rust/pull/98571#discussion_r907469604) The change to move CStr/CString to core/alloc is currently behind feature flags as stated in https://github.com/rust-lang/rust/issues/98314
2022-06-18Add release notes for 1.62Mark Rousskov-0/+125
2022-05-17Adjust languageMark Rousskov-1/+1
Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com>
2022-05-16Apply review feedbackTyler Mandry-34/+41
2022-05-13Apply suggestions from code reviewTyler Mandry-8/+7
Co-authored-by: Wesley Wiser <wwiser@gmail.com> Co-authored-by: Josh Stone <cuviper@gmail.com> Co-authored-by: Josh Triplett <josh@joshtriplett.org>