| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-28 | Demonstrate final build-override syntax | Kornel | -2/+2 | |
| 2020-01-21 | Update RELEASES.md | XAMPPRocky | -2/+1 | |
| 2020-01-21 | Update RELEASES.md for 1.41.0 | Erin Power | -0/+116 | |
| 2019-12-26 | Convert collapsed to shortcut reference links | Matthew Kraai | -14/+14 | |
| 2019-12-11 | Rollup merge of #66377 - XAMPPRocky:relnotes-1.40.0, r=Mark-Simulacrum | Yuki Okushi | -0/+137 | |
| Update RELEASES.md for 1.40.0 ### [Rendered](https://github.com/XAMPPRocky/rust/blob/relnotes-1.40.0/RELEASES.md) r? @Mark-Simulacrum cc @rust-lang/release | ||||
| 2019-12-03 | Update RELEASES.md | XAMPPRocky | -1/+1 | |
| Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com> | ||||
| 2019-11-27 | Update RELEASES.md for 1.40.0 | Erin Power | -0/+137 | |
| 2019-11-23 | docs: fix lint name for `unused_variables` | Ivan Kozik | -1/+1 | |
| 2019-11-01 | Updated RELEASES.md for 1.39.0 | Erin Power | -0/+124 | |
| 2019-09-26 | Fix div_duration() marked as stable by mistake | JMS55 | -4/+0 | |
| 2019-09-24 | relnotes: make compatibility section more sterile and fix rustc version | Pietro Albini | -4/+4 | |
| 2019-09-19 | Add Compatibility Notes to RELEASES.md for 1.38.0 | Erin Power | -0/+9 | |
| 2019-09-09 | Updated RELEASES.md for 1.38.0 | Erin Power | -0/+105 | |
| 2019-08-14 | Rollup merge of #63529 - andersk:release-notes-kleene, r=Centril | Mazdak Farrokhzad | -1/+1 | |
| RELEASES.md: ? is one of three Kleene operators The slash and quotes in ?/“Kleene” appeared to define “Kleene” as the name for the `?` operator, which is not the case. Rust has three Kleene operators `*`, `+`, `?`. ([Pointed out](https://www.reddit.com/r/rust/comments/cprt0z/rust_1370_prerelease_testing/ewr90y3/) by /u/Sharlinator on Reddit.) | ||||
| 2019-08-13 | RELEASES.md: ? is one of three Kleene operators | Anders Kaseorg | -1/+1 | |
| The slash and quotes in ?/“Kleene” appeared to define “Kleene” as the name for the ? operator, which is not the case. Rust has three Kleene operators *, +, ?. (Pointed out by /u/Sharlinator on Reddit.) Signed-off-by: Anders Kaseorg <andersk@mit.edu> | ||||
| 2019-08-01 | Fix typos in release notes. | Bruce Mitchener | -4/+4 | |
| 2019-07-30 | Updated RELEASES.md for 1.37.0 | Erin Power | -1/+119 | |
| 2019-07-11 | move mem::uninitialized deprecation back by 1 release, to 1.39 | Ralf Jung | -1/+1 | |
| 2019-06-30 | before_exec actually will only get deprecated with 1.37 | Ralf Jung | -3/+3 | |
| 2019-06-25 | Updated RELEASES.md for 1.36.0 | Erin Power | -1/+102 | |
| Co-Authored-By: Taiki Endo <te316e89@gmail.com> Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com> Co-Authored-By: Torbjørn Birch Moltu <t.b.moltu@lyse.net> | ||||
| 2019-05-25 | Fix spelling in release notes | vishalsodani | -1/+1 | |
| 2019-05-14 | Add link to the 1.34.0 CVE | Jonas Schievink | -1/+2 | |
| 2019-05-14 | Updated RELEASES.md for 1.35.0 | Aaron Power | -0/+97 | |
| 2019-05-13 | add release notes for rust 1.34.2 | Pietro Albini | -0/+8 | |
| 2019-04-26 | update release notes for 1.34.1 | Pietro Albini | -0/+11 | |
| 2019-04-15 | Fix links to Atomic* in RELEASES.md | Dmitry Murzin | -9/+9 | |
| 2019-04-11 | Fix the link to sort_by_cached_key | Josh Stone | -1/+1 | |
| It's a primitive slice method, not a standalone function. | ||||
| 2019-04-05 | Update RELEASES.md | Mazdak Farrokhzad | -1/+1 | |
| Co-Authored-By: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | ||||
| 2019-04-02 | Update RELEASES.md | XAMPPRocky | -10/+6 | |
| 2019-04-01 | Updated RELEASES.md for 1.34.0 | Aaron Power | -0/+153 | |
| 2019-03-09 | add release notes for PR #56243 | Alan Somers | -0/+3 | |
| Fixes #58907 | ||||
| 2019-03-04 | Fix release note problems noticed after merging. | Mark Rousskov | -21/+23 | |
| 2019-02-22 | Update RELEASES.md | Mazdak Farrokhzad | -4/+4 | |
| 2019-02-21 | Update RELEASES.md | Aaron Power | -7/+8 | |
| 2019-02-21 | Update RELEASES.md | Aaron Power | -1/+1 | |
| 2019-02-20 | Update RELEASES.md | Trevor Spiteri | -1/+1 | |
| Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com> | ||||
| 2019-02-20 | Update RELEASES.md | Aaron Power | -0/+2 | |
| 2019-02-20 | Update RELEASES.md | Aaron Power | -25/+44 | |
| 2019-02-13 | Update RELEASES.md | Mazdak Farrokhzad | -1/+1 | |
| Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com> | ||||
| 2019-02-12 | Update RELEASES.md | Mazdak Farrokhzad | -1/+1 | |
| Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com> | ||||
| 2019-02-12 | Update RELEASES.md | Mazdak Farrokhzad | -1/+1 | |
| Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com> | ||||
| 2019-02-12 | Update RELEASES.md | Mazdak Farrokhzad | -1/+1 | |
| Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com> | ||||
| 2019-02-12 | Update RELEASES.md | Mazdak Farrokhzad | -1/+1 | |
| Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com> | ||||
| 2019-02-09 | Update RELEASES.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com> | ||||
| 2019-02-07 | Update RELEASES.md | Aaron Power | -6/+6 | |
| 2019-02-06 | Updated RELEASES.md for 1.33.0 | Aaron Power | -0/+126 | |
| 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 | |
