| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-01-11 | Fix new hyperlinks in RELEASES.md | Alexander Ronald Altman | -0/+12 | |
| 2019-01-11 | Correct RELEASES.md for 1.32.0 | Alexander Ronald Altman | -0/+12 | |
| The `into_to_from_bytes` feature was stabilized for `i128` and `u128` just like for the other integer types, but they seem to have been missed. | ||||
| 2019-01-10 | Update RELEASES.md | Aaron Power | -2/+2 | |
| 2019-01-10 | Update RELEASES.md | Aaron Power | -0/+10 | |
| 2019-01-10 | Apply suggestions from code review | Aaron Power | -3/+3 | |
| Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com> | ||||
| 2019-01-10 | Update RELEASES.md | Aaron Power | -4/+5 | |
| 2019-01-09 | Updated RELEASES.md for 1.32.0 | Aaron Power | -0/+263 | |
| 2018-12-17 | update release notes for rust 1.31.1 | Pietro Albini | -0/+11 | |
| 2018-11-22 | Include changes from 1.30.1 in release notes | Mark Rousskov | -0/+8 | |
| 2018-11-20 | Update releases to add rename dependencies feature | Aaron Power | -0/+4 | |
| 2018-11-09 | Updated RELEASES.md for 1.31.0 | Aaron Power | -0/+73 | |
| 2018-10-26 | Rollup merge of #55325 - rust-lang:steveklabnik-patch-1, r=frewsxcv | kennytm | -1/+1 | |
| Fix link to macros chapter We're gonna link to nightly as this didn't make it into the corresponding stable. r? @Mark-Simulacrum @Centril | ||||
| 2018-10-25 | Remove `cargo new --edition` from release notes. | Eric Huss | -4/+0 | |
| 2018-10-25 | Update RELEASES.md | Corey Farwell | -1/+1 | |
| Co-Authored-By: steveklabnik <steve@steveklabnik.com> | ||||
| 2018-10-25 | Rollup merge of #55348 - pietroalbini:backport-stable-notes, r=pietroalbini | Pietro Albini | -3/+0 | |
| Backports the release notes update from stable to master. r? @ghost | ||||
| 2018-10-25 | Update RELEASES.md after destabilization of non_modrs_mods | Pietro Albini | -3/+0 | |
| 2018-10-24 | Fix link to macros chapter | Steve Klabnik | -1/+1 | |
| We're gonna link to nightly as this didn't make it into the corresponding stable. | ||||
| 2018-10-23 | Do some copy editing on the release notes | Carol (Nichols || Goulding) | -44/+44 | |
| I was reading through the release notes to find something and noticed some small grammatical and consistency issues. | ||||
| 2018-10-20 | Use a keyword in raw identifier example | kryptan | -1/+1 | |
| 2018-10-18 | Updated RELEASES.md for 1.30.0 | Aaron Power | -0/+126 | |
| 2018-10-06 | Update release notes for 1.29.2 | Pietro Albini | -0/+8 | |
| 2018-09-25 | Add 1.29.1 release nodes | Alex Crichton | -0/+13 | |
| Forward-port of #54397, should have included it earlier! | ||||
| 2018-09-14 | Rollup merge of #54150 - Aaronepower:master, r=Mark-Simulacrum | kennytm | -0/+3 | |
| Updated 1.29 release notes with --document-private-items flag [Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md#cargo) | ||||
| 2018-09-12 | Updated 1.29 release notes with --document-private-items flag | Aaron Power | -0/+3 | |
| 2018-09-09 | Add Error::description soft-deprecation to RELEASES | Félix Saparelli | -0/+3 | |
| 2018-08-22 | Update RELEASES.md | Aaron Power | -2/+2 | |
| 2018-08-22 | Update RELEASES.md | Aaron Power | -0/+3 | |
| 2018-08-21 | Rollup merge of #53030 - Aaronepower:master, r=Mark-Simulacrum | kennytm | -0/+75 | |
| Updated RELEASES.md for 1.29.0 [Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md) r? @Mark-Simulacrum cc @rust-lang/release | ||||
| 2018-08-03 | Update RELEASES.md | Aaron Power | -1/+1 | |
| 2018-08-03 | Update RELEASES.md | Aaron Power | -3/+3 | |
| 2018-08-03 | Update RELEASES.md | Aaron Power | -10/+8 | |
| 2018-08-03 | Updated RELEASES.md for 1.29.0 | Aaron Power | -0/+77 | |
| 2018-08-02 | RELEASES.md: fix the `hash_map::Entry::or_default` link | Josh Stone | -1/+1 | |
| 2018-08-01 | 1.27 actually added the `armv5te-unknown-linux-musleabi` target | Bryant Mairs | -1/+1 | |
| The PR title says `armv5te-unknown-linux-musl`, but it looks like the final code merge renamed the target to `armv5te-unknown-linux-musleabi`. `rustup` reports this as correct as well. The [Rust Platform Support](https://forge.rust-lang.org/platform-support.html) page needs this added as well, but I'm not certain what codebase that is generated from. | ||||
| 2018-08-01 | Rollup merge of #52929 - Havvy:patch-1, r=alexcrichton | Pietro Albini | -3/+3 | |
| Update compatibility note for 1.28.0 to be correct You can still put implementations on `dyn Trait + Send + Send`, but it'd be the same as putting them on `dyn Trait + Send`. This is why the error is that there are duplicate definitions in the example. | ||||
| 2018-08-01 | Rollup merge of #52918 - pietroalbini:1.27.2-notes, r=Mark-Simulacrum | Pietro Albini | -0/+11 | |
| Backport 1.27.2 release notes r? @Mark-Simulacrum | ||||
| 2018-07-31 | Update compatibility note for 1.28.0 to be correct | Ryan Scheel | -3/+3 | |
| 2018-07-31 | Backport 1.27.2 release notes | Pietro Albini | -0/+11 | |
| 2018-07-30 | releases.md: fix 2 typos | Matthias Krüger | -2/+2 | |
| 2018-07-24 | Release notes: add some missing 1.28 libs stabilization | Simon Sapin | -2/+22 | |
| 2018-07-15 | Auto merge of #52351 - mbrubeck:docs, r=apasel422 | bors | -1/+1 | |
| Fix link to RFC 1510 None | ||||
| 2018-07-13 | Fix link to RFC 1510 | Matt Brubeck | -1/+1 | |
| 2018-07-12 | Backport 1.27.1 release notes to master | Mark Rousskov | -0/+23 | |
| 2018-07-10 | Rollup merge of #51722 - Aaronepower:master, r=Mark-Simulacrum | Guillaume Gomez | -2/+145 | |
| Updated RELEASES for 1.28.0 [Rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md) r? @Mark-Simulacrum cc @rust-lang/release | ||||
| 2018-07-04 | Update RELEASES.md | Aaron Power | -0/+2 | |
| 2018-07-02 | add entry for cargo-metadata feature to RELEASES | Andy Russell | -0/+2 | |
| 2018-06-28 | Remove process::id from 'Stabilized APIs' in 1.27 | Lireer | -1/+0 | |
| 2018-06-26 | Updated RELEASES | Aaron Power | -12/+12 | |
| 2018-06-23 | Update RELEASES.md | Aaron Power | -2/+5 | |
| 2018-06-22 | Update RELEASES.md | Aaron Power | -1/+1 | |
