| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-06 | Update docs for mips target tier demotion. | Eric Huss | -0/+1 | |
| 2023-10-02 | Fix a few typos | Mark Rousskov | -2/+2 | |
| Co-authored-by: Josh Triplett <josh@joshtriplett.org> | ||||
| 2023-10-02 | Shuffle around some 1.73.0 relnotes | Josh Stone | -3/+3 | |
| 2023-10-02 | Apply suggestions for 1.73.0 relnotes | Josh Stone | -2/+3 | |
| Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com> Co-authored-by: Urgau <3616612+Urgau@users.noreply.github.com> | ||||
| 2023-09-22 | Add release notes for 1.73.0 | Josh Stone | -0/+116 | |
| 2023-09-20 | RELEASES.md: Add missing patch releases | Tobias Bieniek | -0/+10 | |
| This was copy-pasted from the current state of the `stable` branch | ||||
| 2023-09-20 | copy 1.72.1 release notes to master | Mark Rousskov | -0/+10 | |
| update release date to actual released date | ||||
| 2023-09-02 | Add another renamed Clippy lint to release notes | Carol (Nichols || Goulding) | -1/+1 | |
| 2023-08-28 | Reference uplifted clippy lints' rustc name in the release notes | Carol (Nichols || Goulding) | -2/+2 | |
| I updated to Rust 1.72.0, got a new warning from rustc, wanted to read more about it, so I went to RELEASES.md and searched for the new lint's name as shown in the warning I got. I found no results because the relevant entry in RELEASES only contained the lint's old Clippy name, not its new rustc name. This adds the rustc name for lints so that someone doing the same thing I did will have more success. Some of the uplifted lints didn't have a name change, so I didn't add the rustc name as a search for it will succeed. | ||||
| 2023-08-22 | Update the links for Stabilized APIs in 1.72.0 | Josh Stone | -7/+7 | |
| * Use `stable` instead of `nightly` paths. * Fix the anchors for `CStr::to_*` links. | ||||
| 2023-08-18 | Add release notes for 1.72.0 | Mark Rousskov | -0/+105 | |
| 2023-07-17 | docs(release): Remove nightly-only cargo item | Ed Page | -1/+0 | |
| See rust-lang/cargo#12343 | ||||
| 2023-07-16 | fix wrong link | cui fliter | -6/+6 | |
| Signed-off-by: cui fliter <imcusg@gmail.com> | ||||
| 2023-06-29 | Add a release note about recursive panics | Josh Stone | -0/+3 | |
| 2023-06-29 | Move the TypeId change to Compatibility Notes | Josh Stone | -1/+4 | |
| 2023-06-29 | Remove target feature note | Josh Stone | -1/+0 | |
| These are still unstable through `avx512_target_feature`. Co-authored-by: Taiki Endo <te316e89@gmail.com> | ||||
| 2023-06-28 | Add release notes for 1.71.0 | Josh Stone | -0/+138 | |
| 2023-05-27 | 1.70.0 release notes | Mark Rousskov | -0/+136 | |
| 2023-05-15 | Fix release date of 1.58.1 in release notes. | Eric Huss | -1/+1 | |
| 2023-04-21 | Add note about change in bootstrap defaults | Mark Rousskov | -1/+5 | |
| 2023-04-17 | Spelling misc | Josh Soref | -5/+5 | |
| * environment * nonexistent * potential * prefixes * stabilization * suffixes * use Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | ||||
| 2023-04-13 | Update the mingw version note | Josh Stone | -1/+1 | |
| 2023-04-12 | Cargo '-C' was reverted | Josh Stone | -1/+0 | |
| Co-authored-by: Eric Huss <eric@huss.org> | ||||
| 2023-04-12 | Apply suggestions from code review | Josh Stone | -1/+1 | |
| Co-authored-by: est31 <est31@users.noreply.github.com> | ||||
| 2023-04-12 | Apply suggestions from code review | Josh Stone | -3/+3 | |
| Co-authored-by: Eric Huss <eric@huss.org> | ||||
| 2023-04-07 | Apply code formatting | Josh Stone | -1/+1 | |
| 2023-04-07 | Avoid normalization/projection jargon | Josh Stone | -2/+2 | |
| Co-authored-by: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | ||||
| 2023-04-07 | Remove empty "Misc" section | Josh Stone | -5/+0 | |
| 2023-04-07 | Rephrase the analysis removal | Josh Stone | -1/+1 | |
| Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com> | ||||
| 2023-04-07 | `core::net` is not stable yet | Josh Stone | -1/+0 | |
| Co-authored-by: Slanterns <slanterns.w@gmail.com> | ||||
| 2023-04-06 | Cargo only suggests fixes for warnings | Josh Stone | -1/+1 | |
| Co-authored-by: Scott Schafer <scott@scottschafer.dev> | ||||
| 2023-04-06 | Add 1.69.0 release notes | Josh Stone | -0/+109 | |
| 2023-03-29 | RELEASES: Add "Only support Android NDK 25 or newer" to 1.68.0 | Asger Hautop Drewsen | -0/+1 | |
| 2023-03-27 | backport 1.68.1 and 1.68.2 release notes to master | Pietro Albini | -0/+23 | |
| 2023-03-15 | Mention UEFI target promotion in release notes for 1.67.0 | Lukas Markeffsky | -1/+2 | |
| 2023-03-08 | Rollup 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-04 | 1.41.1 supported 32-bit Apple targets | Jubilee | -1/+3 | |
| 2023-03-04 | Add 1.68.0 release notes | Mark Rousskov | -0/+96 | |
| 2023-02-09 | Release 1.67.1 | Josh Stone | -0/+7 | |
| 2023-01-21 | Move the layout change to 1.67 compat notes | Josh Stone | -0/+5 | |
| 2023-01-21 | Move 0.5 rounding to a compat note | Josh Stone | -0/+3 | |
| 2023-01-21 | Remove relnote for #84022 due to revert #107133 | Josh Stone | -3/+0 | |
| 2023-01-20 | Expand 1.67 to 1.67.0 | Josh Stone | -7/+7 | |
| 2023-01-20 | Release notes for 1.67.0 | Josh Stone | -0/+98 | |
| 2023-01-10 | update release notes for 1.66.1 | Pietro Albini | -0/+5 | |
| 2022-12-13 | Update RELEASES.md | tronta | -1/+1 | |
| this is not yet supported: ..X => https://github.com/rust-lang/rust/issues/37854 is still open | ||||
| 2022-12-12 | 1.66.0 release notes | Mark Rousskov | -0/+91 | |
| 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 | |
