summary refs log tree commit diff
path: root/RELEASES.md
AgeCommit message (Collapse)AuthorLines
2023-01-241.67.0 releaseMark Rousskov-0/+199
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>
2022-04-28Add release notes for 1.61.0Tyler Mandry-0/+120
2022-04-04improve 92630 wordingPietro Albini-1/+1
2022-04-04add compat note about instant changesPietro Albini-1/+10
2022-04-04add future compatibility notes for linux-gnu baseline bumpPietro Albini-0/+4
2022-04-04reword the docs on tier 2 platforms docsPietro Albini-1/+1
2022-04-04move 2021 libs to internal changesPietro Albini-2/+1
2022-04-04link target tier policy to new targetsPietro Albini-2/+5
2022-03-21Drop unstable compat notes from relnotesJosh Stone-4/+0
2022-03-21Drop unstable features from relnotesJosh Stone-4/+0
2022-03-21Fix cargo relnotes using its 1.60.0 milestoneJosh Stone-4/+4
2022-03-21Mention 92800 for docs availabilityJosh Stone-0/+2
2022-03-21Release notes for 1.60.0Josh Stone-0/+146
2022-03-03all: fix some typoscuishuang-1/+1
Signed-off-by: cuishuang <imcusg@gmail.com>
2022-02-25Add missing item to release notesJacob Pratt-0/+2
2022-02-23backport from stable and fix linklcnr-0/+17