| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-24 | 1.67.0 release | Mark Rousskov | -0/+199 | |
| 2022-11-04 | Rollup 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-03 | Add note to RELEASES.md regarding issue 102754. | Felix S. Klock II | -0/+3 | |
| 2022-10-31 | Remove let_underscore_must_use from list of uplifted lints | Mark Rousskov | -1/+1 | |
| 2022-10-29 | 1.65.0 release notes | Mark 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-19 | Rollup merge of #102019 - pietroalbini:pa-relnotes-revert, r=pietroalbini | Matthias 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-19 | Rollup merge of #102004 - cuviper:relnotes-1.64.0-ffi, r=pietroalbini | Matthias Krüger | -19/+25 | |
| Try to clarify what's new in 1.64.0 ffi types | ||||
| 2022-09-19 | remove backed off PR from relnotes | Pietro Albini | -1/+0 | |
| 2022-09-18 | Try to clarify what's new in 1.64.0 ffi types | Josh Stone | -19/+25 | |
| 2022-09-18 | remove ice fix | Pietro Albini | -1/+0 | |
| 2022-09-18 | make the styling of the cargo section similar to the rest | Pietro Albini | -16/+10 | |
| 2022-09-18 | remove diagnostic changes | Pietro Albini | -3/+0 | |
| 2022-09-18 | remove items that are already mentioned in the compatibility notes | Pietro Albini | -6/+0 | |
| 2022-09-18 | improve the wording for some release notes items | Pietro Albini | -10/+10 | |
| 2022-09-17 | Release notes update | Mark Rousskov | -0/+152 | |
| Co-authored-by: Tyler Mandry <tmandry@gmail.com> Co-authored-by: Josh Triplett <josh@joshtriplett.org> | ||||
| 2022-09-05 | Add `const_extern_fn` to 1.62 release notes. | Eric Huss | -0/+2 | |
| 2022-08-31 | Correct typo | Dezhi Wu | -1/+1 | |
| 2022-08-31 | Fix a bunch of typo | Dezhi 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-14 | Add Duration rounding change to release note | Jeong YunWon | -0/+4 | |
| 2022-08-05 | Update RELEASES.md | Josh Stone | -1/+1 | |
| Co-authored-by: Trevor Spiteri <tspiteri@ieee.org> | ||||
| 2022-08-05 | Update RELEASES.md | Josh Stone | -1/+1 | |
| Co-authored-by: Trevor Spiteri <tspiteri@ieee.org> | ||||
| 2022-08-04 | Reword some 1.63.0 release notes | Josh Stone | -10/+11 | |
| 2022-08-04 | Complete the links for 1.63.0 stabilizations | Josh Stone | -1/+49 | |
| 2022-08-04 | Apply suggested updates | Josh Stone | -6/+2 | |
| 2022-08-04 | Add release notes for Rust 1.63.0 | Josh Stone | -0/+141 | |
| 2022-08-04 | Release 1.62.1 | Mark Rousskov | -0/+18 | |
| 2022-07-02 | Add #95469 to the release notes | Chris Denton | -0/+3 | |
| 2022-07-01 | Rollup merge of #98749 - CAD97:patch-3, r=jyn514 | Matthias 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-30 | Add macro_rules! rustdoc change to 1.62 relnotes | Christopher Durham | -0/+2 | |
| 2022-06-30 | Update RELEASES.md | Tomasz 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-27 | Remove unstable CStr/CString change from 1.62 release note | Weiyi 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-18 | Add release notes for 1.62 | Mark Rousskov | -0/+125 | |
| 2022-05-17 | Adjust language | Mark Rousskov | -1/+1 | |
| Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com> | ||||
| 2022-05-16 | Apply review feedback | Tyler Mandry | -34/+41 | |
| 2022-05-13 | Apply suggestions from code review | Tyler 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-28 | Add release notes for 1.61.0 | Tyler Mandry | -0/+120 | |
| 2022-04-04 | improve 92630 wording | Pietro Albini | -1/+1 | |
| 2022-04-04 | add compat note about instant changes | Pietro Albini | -1/+10 | |
| 2022-04-04 | add future compatibility notes for linux-gnu baseline bump | Pietro Albini | -0/+4 | |
| 2022-04-04 | reword the docs on tier 2 platforms docs | Pietro Albini | -1/+1 | |
| 2022-04-04 | move 2021 libs to internal changes | Pietro Albini | -2/+1 | |
| 2022-04-04 | link target tier policy to new targets | Pietro Albini | -2/+5 | |
| 2022-03-21 | Drop unstable compat notes from relnotes | Josh Stone | -4/+0 | |
| 2022-03-21 | Drop unstable features from relnotes | Josh Stone | -4/+0 | |
| 2022-03-21 | Fix cargo relnotes using its 1.60.0 milestone | Josh Stone | -4/+4 | |
| 2022-03-21 | Mention 92800 for docs availability | Josh Stone | -0/+2 | |
| 2022-03-21 | Release notes for 1.60.0 | Josh Stone | -0/+146 | |
| 2022-03-03 | all: fix some typos | cuishuang | -1/+1 | |
| Signed-off-by: cuishuang <imcusg@gmail.com> | ||||
| 2022-02-25 | Add missing item to release notes | Jacob Pratt | -0/+2 | |
| 2022-02-23 | backport from stable and fix link | lcnr | -0/+17 | |
