| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-08-22 | Fix typos in 1.20 release notes | Wangshan Lu | -2/+1 | |
| 2017-08-20 | RELEASES.md: document 1.16 lifetime elision change | Tamir Duberstein | -0/+4 | |
| Closes #41105. | ||||
| 2017-08-09 | Update RELEASES.md | Aaron Power | -3/+3 | |
| 2017-08-04 | Update RELEASES.md | Aaron Power | -2/+4 | |
| 2017-08-04 | Update RELEASES.md | Aaron Power | -3/+48 | |
| 2017-08-03 | Update RELEASES.md | Aaron Power | -5/+6 | |
| 2017-08-03 | fixed some formatting | Aaron Power | -1/+1 | |
| 2017-08-03 | Updated release notes for 1.20 | Aaron Power | -1/+137 | |
| 2017-07-20 | Update release notes for 1.19.0 | Aaron Power | -0/+184 | |
| 2017-06-01 | Updated releases notes for 1.18 | Aaron Power | -0/+150 | |
| 2017-05-09 | Auto merge of #41548 - brson:relnotes, r=brson | bors | -0/+258 | |
| Update release notes for 1.17 [Rendered](https://github.com/brson/rust/blob/relnotes/RELEASES.md). cc @steveklabnik | ||||
| 2017-04-28 | Fix links in RELEASES.md for 1.10.0 through 1.12.0 | Josh Stone | -512/+256 | |
| Many links in this series have the `[link text]` and `(url)` on separate lines, which doesn't get correctly interpreted in markdown. Or maybe it once did, but it doesn't now. This patch joins the lines together. | ||||
| 2017-04-27 | Update release notes for 1.17 | Brian Anderson | -0/+258 | |
| 2017-03-17 | Rollup merge of #40517 - rust-lang:release-notes-tweak, r=alexcrichton | Corey Farwell | -1/+0 | |
| Remove incorrect feature from the 1.16 relnotes According to @golddranks https://internals.rust-lang.org/t/rust-1-16-0-prerelease-testing/4953/3 r? @brson | ||||
| 2017-03-14 | Remove incorrect feature from the 1.16 relnotes | Steve Klabnik | -1/+0 | |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -1/+1 | |
| As of last year with version 'Sierra', the Mac operating system is now called 'macOS'. | ||||
| 2017-03-09 | Release notes for 1.16 | Brian Anderson | -0/+191 | |
| 2017-02-10 | Update 1.15.1 relnotes | Brian Anderson | -1/+3 | |
| 2017-02-07 | Bump stable release date | Brian Anderson | -1/+1 | |
| 2017-02-04 | Update relnotes for 1.15.1 | Brian Anderson | -0/+8 | |
| I already checked this into stable, but it needs to be on master/beta too. | ||||
| 2017-01-22 | Adding missing URL to release notes | Wilfred Hughes | -0/+1 | |
| 2017-01-20 | Rollup merge of #38966 - brson:relnotes, r=brson | Alex Crichton | -0/+241 | |
| 1.15 release notes [Rundered](https://github.com/brson/rust/blob/relnotes/RELEASES.md#version-1150-2017-02-02). Lots of good stuff this release! Perf graphs: https://goo.gl/KSVFvF, https://goo.gl/K98g8M, https://goo.gl/H1gSoz, https://goo.gl/yZBV2p, https://goo.gl/ltURbb. Not much change 😿 r? @steveklabnik | ||||
| 2017-01-17 | 1.15 release notes | Brian Anderson | -0/+241 | |
| 2017-01-17 | minor typo fix | Eitan Adler | -1/+1 | |
| 2016-12-17 | Edits. More platform support | Brian Anderson | -6/+25 | |
| 2016-12-16 | 1.14 release notes | Brian Anderson | -0/+200 | |
| 2016-11-07 | Add release notes for 1.13.0 | Brian Anderson | -0/+257 | |
| 2016-10-20 | Add release notes for 1.12.1 | Brian Anderson | -0/+27 | |
| 2016-09-30 | Rollup merge of #36842 - cjm00:release-notes-fix, r=brson | Steve Klabnik | -2/+2 | |
| Fixed wrong link in release notes The link for the pull request updating hash_map to implement Debug was a copy of the previous link, this changes the link to the correct PR. | ||||
| 2016-09-29 | Fixed wrong link in release notes | Chris McDonald | -2/+2 | |
| 2016-09-29 | Fix typo in RELEASES.md | Andrew Paseltiner | -1/+1 | |
| 2016-09-27 | Add changelog for 1.12 | Brian Anderson | -0/+256 | |
| 2016-08-17 | 1.11 changelog | Brian Anderson | -0/+177 | |
| 2016-07-07 | Fix release notes for 1.10 | Steve Klabnik | -1/+1 | |
| Path was not actually given a default impl in #32990, even though the PR title said it did. r? @brson | ||||
| 2016-07-01 | Release notes for 1.10.0 | Brian Anderson | -0/+312 | |
| 2016-04-16 | semantics: slightly clarify big-O claim | Sander Maijers | -1/+1 | |
| Clarification by more precise specification. | ||||
| 2016-04-16 | style: enhance font of big-O expressions | Sander Maijers | -1/+1 | |
| 2016-04-15 | grammar: fix | Sander Maijers | -3/+3 | |
| Reading this, one item stood out a bit. Small improvements here. . ‘Compile-time’ is not a noun, ‘compilation time’ was meant; . Mathematical formulas are best not rendered as code; . Use the same tense as in other items. | ||||
| 2016-04-14 | Rollup merge of #32885 - rkjnsn:patch-2, r=alexcrichton | Steve Klabnik | -2/+2 | |
| Fix conflicting link identifiers Caused "Errors for non-exhaustive match patterns now list up to 3 missing variants while also indicating the total number of missing variants if more than 3." to link to "libsyntax: Restrict where non-inline modules can appear (fixes #29765)" | ||||
| 2016-04-12 | Release notes for 1.9 | Brian Anderson | -0/+288 | |
| 2016-04-11 | Fix conflicting link identifiers | rkjnsn | -2/+2 | |
| 2016-04-08 | Release notes for 1.8 | Brian Anderson | -0/+208 | |
| 2016-03-17 | documentation fix in RELEASES.md | Katze | -2/+2 | |
| f32 should probably be denoted as 0.0 as it might improve readability. Signed-off-by: benaryorg <binary@benary.org> | ||||
| 2016-03-01 | Rollup merge of #31978 - tsion:patch-1, r=Manishearth | Steve Klabnik | -0/+1 | |
| Previously it was rendering like this: http://i.imgur.com/ODFPdFW.png | ||||
| 2016-03-01 | Rollup merge of #31973 - brson:relnotes3, r=alexcrichton | Steve Klabnik | -12/+29 | |
| This builds on some of the other relnotes PRs in the queue. | ||||
| 2016-03-01 | Rollup merge of #31969 - brson:relnotes, r=alexcrichton | Steve Klabnik | -4/+0 | |
| Same as https://github.com/rust-lang/rust/pull/31923 but without the submodule updates. | ||||
| 2016-02-29 | Add link for `checked_neg` in 1.7 release notes. | Scott Olson | -0/+1 | |
| 2016-02-29 | Move the RFC 1214 breakage to 1.7 compatibility notes | Brian Anderson | -10/+6 | |
| 2016-02-29 | Add HashMap stabilizations to 1.7 relnotes | Brian Anderson | -2/+23 | |
| 2016-02-29 | remove unstable flag from 1.7 release notes | Brian Anderson | -4/+0 | |
