about summary refs log tree commit diff
path: root/RELEASES.md
AgeCommit message (Collapse)AuthorLines
2021-08-21Rollup merge of #88170 - nebkor:release-note-1.55, r=Mark-SimulacrumJack Huey-0/+1
Update release note for 1.55.0. Added a line about new formatting option, `{lib}`, for `cargo tree` (https://github.com/rust-lang/cargo/pull/9663).
2021-08-21Rollup merge of #88057 - ehuss:releases-doc-macros, r=Mark-SimulacrumJack Huey-9/+4
Update RELEASES to clarify attribute macro values. As noted in #87681, macros do not work with the `#[path]` attribute. Since the places where macros *can* be used is very limited, I have changed this to just focus on `#[doc]` which is the only attribute where this is really useful.
2021-08-19Update release note for 1.55.0.Joe Ardent-0/+1
Added a line about new formatting option, `{lib}`, for `cargo tree` (https://github.com/rust-lang/cargo/pull/9663).
2021-08-15Update RELEASES to clarify attribute macro values.Eric Huss-9/+4
2021-08-15Update RELEASES.md for 1.55.0Erin Power-0/+142
Co-authored-by: Eric Huss <eric@huss.org> Co-authored-by: inquisitivecrystal <22333129+inquisitivecrystal@users.noreply.github.com> Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com> Co-authored-by: Daniel Giger <danielg3432@gmail.com>
2021-07-26Auto merge of #86696 - rust-lang:relnotes-1.54.0, r=pietroalbinibors-1/+125
Update RELEASES.md for 1.54.0 ### [Rendered](https://github.com/rust-lang/rust/blob/relnotes-1.54.0/RELEASES.md) r? `@Mark-Simulacrum` cc `@rust-lang/release`
2021-07-26Update RELEASES.mdXAMPPRocky-1/+15
2021-07-23IEEE 754 is not an RFCJacob Lifshay-1/+1
2021-07-23Update RELEASES.mdXAMPPRocky-1/+1
2021-07-23Update RELEASES.mdXAMPPRocky-1/+1
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
2021-07-23Update RELEASES.mdXAMPPRocky-29/+0
2021-07-07Update RELEASES.mdXAMPPRocky-0/+3
2021-07-07Update RELEASES.mdXAMPPRocky-2/+10
2021-06-29Update RELEASES.mdXAMPPRocky-4/+0
2021-06-29Update RELEASES.mdXAMPPRocky-1/+1
Co-authored-by: Jeff Parsons <jeff@parsons.io>
2021-06-29Update RELEASES.mdXAMPPRocky-0/+5
Co-authored-by: Joshua Nelson <jyn514@gmail.com>
2021-06-29Update RELEASES.mdXAMPPRocky-1/+1
Co-authored-by: Michael <5672750+mibac138@users.noreply.github.com>
2021-06-28Update RELEASES.md for 1.54.0Erin Power-1/+128
2021-06-22Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3Yuki Okushi-1/+1
Spaces
2021-06-21Delete spacesAlexander Melentyev-1/+1
2021-06-18Updated release notehi-rustin-0/+2
2021-06-17Update RELEASES.mdFelix S Klock II-0/+1
2021-06-17Auto merge of #86380 - cuviper:1.53-compat-bits, r=Mark-Simulacrumbors-1/+5
Add a compatibility note for BITS in 1.53 Closes #85667 r? `@Mark-Simulacrum`
2021-06-16Add a compatibility note for BITS in 1.53Josh Stone-1/+5
2021-06-17Rollup merge of #86339 - JohnTitor:note-derive-on-proc-macros, r=petrochenkovYuki Okushi-0/+2
Mention #79078 on compatibility notes of 1.52 Closes #85854 r? ``@petrochenkov``
2021-06-16Remove some duplicate `char` assoc items on RELEASES.mdYuki Okushi-14/+0
2021-06-16Mention #79078 on compatibility notes of 1.52Yuki Okushi-0/+2
2021-05-28Update RELEASES.mdXAMPPRocky-1/+1
Co-authored-by: klensy <klensy@users.noreply.github.com>
2021-05-28Update RELEASES.mdXAMPPRocky-1/+1
Co-authored-by: Alexander Ronald Altman <alexanderaltman@me.com>
2021-05-27Update RELEASES.mdXAMPPRocky-2/+4
2021-05-27Update RELEASES.mdXAMPPRocky-1/+2
2021-05-27Update RELEASES.mdXAMPPRocky-2/+4
2021-05-27Update RELEASES.mdXAMPPRocky-2/+2
2021-05-26Apply suggestions from code reviewXAMPPRocky-2/+2
Co-authored-by: memoryruins <memoryruinsmusic@gmail.com>
2021-05-26Update RELEASES.mdXAMPPRocky-2/+0
2021-05-26Update RELEASES.mdXAMPPRocky-1/+3
2021-05-22Update RELEASES.mdXAMPPRocky-1/+1
Co-authored-by: Joshua Nelson <jyn514@gmail.com>
2021-05-21Update RELEASES.mdXAMPPRocky-2/+9
2021-05-21Update RELEASES.mdXAMPPRocky-2/+1
2021-05-21Update RELEASES.mdXAMPPRocky-0/+7
2021-05-21Update RELEASES.md for 1.53.0Erin Power-0/+184
2021-05-17backport 1.52.1 release notesPietro Albini-0/+21
2021-05-06RELEASES.md: Use broken_intra_doc_links as an example, not a nightly lintJoshua Nelson-1/+1
`non_autolinks` has since been renamed and also was unstable at the time this was written.
2021-05-03Update RELEASES.md for 1.52.0Erin Power-0/+148
2021-04-13Rollup merge of #83438 - CDirkx:releases, r=Mark-SimulacrumDylan DPC-0/+9
Update RELEASES.md A couple of things that were missing in the release notes: - `Div` and `Rem` by their `NonZero` variant is now implemented for all unsigned integers (#79134) - Stabilization of `VecDeque::range` and `VecDeque::range_mut` (#79022, stabilization version corrected to 1.51.0 #80448) - Deprecation of `spin_loop_hint` (#80966)
2021-04-08Mention missing 1.38.0 change in RELEASES.mdrodrimati1992-0/+6
Mention that doc comments on `pub use` statements are prepended to the documentation of the reexported item
2021-03-27Rollup merge of #83508 - JohnTitor:platform-support-link, r=joshtriplettYuki Okushi-12/+12
Use the direct link to the platform support page
2021-03-26Update RELEASES.mdChristiaan Dirkx-0/+9
- `Div` and `Rem` by their `NonZero` variant is now implemented for all unsigned integers. - stabilization of `deque_range` - deprecation of `spin_loop_hint`
2021-03-26Use the direct link to the platform support pageJohnTitor-12/+12
2021-03-25Fix patch note about #80653 not mentioning nested nor recursiveDaniel Henry-Mantilla-1/+1
Which thus missed the point of the change: `rustdoc` already bundled documentation for methods accessible through one layer of `Deref`, it now has been enhanced to keep recursing 🙂