| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-21 | Rollup merge of #88170 - nebkor:release-note-1.55, r=Mark-Simulacrum | Jack 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-21 | Rollup merge of #88057 - ehuss:releases-doc-macros, r=Mark-Simulacrum | Jack 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-19 | Update 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-15 | Update RELEASES to clarify attribute macro values. | Eric Huss | -9/+4 | |
| 2021-08-15 | Update RELEASES.md for 1.55.0 | Erin 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-26 | Auto merge of #86696 - rust-lang:relnotes-1.54.0, r=pietroalbini | bors | -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-26 | Update RELEASES.md | XAMPPRocky | -1/+15 | |
| 2021-07-23 | IEEE 754 is not an RFC | Jacob Lifshay | -1/+1 | |
| 2021-07-23 | Update RELEASES.md | XAMPPRocky | -1/+1 | |
| 2021-07-23 | Update RELEASES.md | XAMPPRocky | -1/+1 | |
| Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com> | ||||
| 2021-07-23 | Update RELEASES.md | XAMPPRocky | -29/+0 | |
| 2021-07-07 | Update RELEASES.md | XAMPPRocky | -0/+3 | |
| 2021-07-07 | Update RELEASES.md | XAMPPRocky | -2/+10 | |
| 2021-06-29 | Update RELEASES.md | XAMPPRocky | -4/+0 | |
| 2021-06-29 | Update RELEASES.md | XAMPPRocky | -1/+1 | |
| Co-authored-by: Jeff Parsons <jeff@parsons.io> | ||||
| 2021-06-29 | Update RELEASES.md | XAMPPRocky | -0/+5 | |
| Co-authored-by: Joshua Nelson <jyn514@gmail.com> | ||||
| 2021-06-29 | Update RELEASES.md | XAMPPRocky | -1/+1 | |
| Co-authored-by: Michael <5672750+mibac138@users.noreply.github.com> | ||||
| 2021-06-28 | Update RELEASES.md for 1.54.0 | Erin Power | -1/+128 | |
| 2021-06-22 | Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3 | Yuki Okushi | -1/+1 | |
| Spaces | ||||
| 2021-06-21 | Delete spaces | Alexander Melentyev | -1/+1 | |
| 2021-06-18 | Updated release note | hi-rustin | -0/+2 | |
| 2021-06-17 | Update RELEASES.md | Felix S Klock II | -0/+1 | |
| 2021-06-17 | Auto merge of #86380 - cuviper:1.53-compat-bits, r=Mark-Simulacrum | bors | -1/+5 | |
| Add a compatibility note for BITS in 1.53 Closes #85667 r? `@Mark-Simulacrum` | ||||
| 2021-06-16 | Add a compatibility note for BITS in 1.53 | Josh Stone | -1/+5 | |
| 2021-06-17 | Rollup merge of #86339 - JohnTitor:note-derive-on-proc-macros, r=petrochenkov | Yuki Okushi | -0/+2 | |
| Mention #79078 on compatibility notes of 1.52 Closes #85854 r? ``@petrochenkov`` | ||||
| 2021-06-16 | Remove some duplicate `char` assoc items on RELEASES.md | Yuki Okushi | -14/+0 | |
| 2021-06-16 | Mention #79078 on compatibility notes of 1.52 | Yuki Okushi | -0/+2 | |
| 2021-05-28 | Update RELEASES.md | XAMPPRocky | -1/+1 | |
| Co-authored-by: klensy <klensy@users.noreply.github.com> | ||||
| 2021-05-28 | Update RELEASES.md | XAMPPRocky | -1/+1 | |
| Co-authored-by: Alexander Ronald Altman <alexanderaltman@me.com> | ||||
| 2021-05-27 | Update RELEASES.md | XAMPPRocky | -2/+4 | |
| 2021-05-27 | Update RELEASES.md | XAMPPRocky | -1/+2 | |
| 2021-05-27 | Update RELEASES.md | XAMPPRocky | -2/+4 | |
| 2021-05-27 | Update RELEASES.md | XAMPPRocky | -2/+2 | |
| 2021-05-26 | Apply suggestions from code review | XAMPPRocky | -2/+2 | |
| Co-authored-by: memoryruins <memoryruinsmusic@gmail.com> | ||||
| 2021-05-26 | Update RELEASES.md | XAMPPRocky | -2/+0 | |
| 2021-05-26 | Update RELEASES.md | XAMPPRocky | -1/+3 | |
| 2021-05-22 | Update RELEASES.md | XAMPPRocky | -1/+1 | |
| Co-authored-by: Joshua Nelson <jyn514@gmail.com> | ||||
| 2021-05-21 | Update RELEASES.md | XAMPPRocky | -2/+9 | |
| 2021-05-21 | Update RELEASES.md | XAMPPRocky | -2/+1 | |
| 2021-05-21 | Update RELEASES.md | XAMPPRocky | -0/+7 | |
| 2021-05-21 | Update RELEASES.md for 1.53.0 | Erin Power | -0/+184 | |
| 2021-05-17 | backport 1.52.1 release notes | Pietro Albini | -0/+21 | |
| 2021-05-06 | RELEASES.md: Use broken_intra_doc_links as an example, not a nightly lint | Joshua Nelson | -1/+1 | |
| `non_autolinks` has since been renamed and also was unstable at the time this was written. | ||||
| 2021-05-03 | Update RELEASES.md for 1.52.0 | Erin Power | -0/+148 | |
| 2021-04-13 | Rollup merge of #83438 - CDirkx:releases, r=Mark-Simulacrum | Dylan 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-08 | Mention missing 1.38.0 change in RELEASES.md | rodrimati1992 | -0/+6 | |
| Mention that doc comments on `pub use` statements are prepended to the documentation of the reexported item | ||||
| 2021-03-27 | Rollup merge of #83508 - JohnTitor:platform-support-link, r=joshtriplett | Yuki Okushi | -12/+12 | |
| Use the direct link to the platform support page | ||||
| 2021-03-26 | Update RELEASES.md | Christiaan 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-26 | Use the direct link to the platform support page | JohnTitor | -12/+12 | |
| 2021-03-25 | Fix patch note about #80653 not mentioning nested nor recursive | Daniel 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 🙂 | ||||
