summary refs log tree commit diff
path: root/RELEASES.md
AgeCommit message (Collapse)AuthorLines
2020-07-25Update release notesMark Rousskov-0/+2
2020-07-221.45.1 releaseMark Rousskov-0/+11
2020-07-13Cherry-pick release notes from masterMark Rousskov-5/+168
2020-06-13Minor: off-by-one error in RELEASES.mdPeter Todd-1/+1
2020-06-01Rollup merge of #72832 - joshtriplett:cargo-tree-d, r=Mark-SimulacrumDylan DPC-0/+2
RELEASES.md: Expand `cargo tree` note to mention `cargo tree -d` Useful feature that people might not automatically associate with `cargo tree`.
2020-05-31RELEASES.md: Expand `cargo tree` note to mention `cargo tree -d`Josh Triplett-0/+2
Useful feature that people might not automatically associate with `cargo tree`.
2020-05-31Fix release notes for niche initialization changeSteven Fackler-2/+2
MaybeUninit is not affected by the linked PR.
2020-05-29Update RELEASES.mdXAMPPRocky-0/+6
2020-05-29Update RELEASES.mdXAMPPRocky-2/+3
2020-05-29Update RELEASES.mdXAMPPRocky-11/+21
2020-05-29Update RELEASES.mdXAMPPRocky-3/+15
2020-05-09Update RELEASES.mdXAMPPRocky-1/+1
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2020-05-09Update RELEASES.md for 1.44.0Erin Power-0/+131
2020-05-05backport 1.43.1 release notesJosh Stone-4/+16
2020-04-11Update RELEASES.mdXAMPPRocky-1/+1
2020-04-11Update RELEASES.mdXAMPPRocky-2/+12
2020-04-02Update RELEASES.mdXAMPPRocky-4/+12
2020-03-25Update RELEASES.mdXAMPPRocky-1/+1
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
2020-03-24Update RELEASES.mdXAMPPRocky-0/+11
2020-03-24Update RELEASES.mdXAMPPRocky-1/+1
Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com>
2020-03-24Update RELEASES.mdXAMPPRocky-1/+1
Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com>
2020-03-24Update RELEASES.mdXAMPPRocky-1/+2
2020-03-24Update RELEASES.mdXAMPPRocky-1/+1
Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com>
2020-03-24Update RELEASES.mdXAMPPRocky-1/+1
2020-03-24Apply suggestions from code reviewXAMPPRocky-3/+3
Co-Authored-By: LeSeulArtichaut <leseulartichaut@gmail.com>
2020-03-24Update RELEASES.md for 1.43.0Erin Power-0/+119
2020-03-22Rollup merge of #70253 - jplatte:patch-2, r=Mark-SimulacrumDylan DPC-1/+0
Remove another wrong entry from RELEASES.md The entry is under 1.11.0, but the feature is only available since 1.12.0 (for which an identical entry exists). ![Screenshot_2020-03-22 Support `cfg_attr` on `path` attributes by jseyfried · Pull Request #34546 · rust-lang rust](https://user-images.githubusercontent.com/951129/77238862-85c8f580-6bd4-11ea-8d31-77e2994a4b5a.png)
2020-03-22Remove another wrong entry from RELEASES.mdJonas Platte-1/+0
2020-03-21Remove wrong entry from RELEASES.mdJonas Platte-2/+0
2020-02-26Merge branch 'master' into relnotes-1.42.0XAMPPRocky-0/+11
2020-02-25backport release notes of 1.41.1Pietro Albini-0/+10
2020-02-23Update RELEASES.mdXAMPPRocky-11/+25
Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com> Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
2020-02-10Update RELEASES.mdXAMPPRocky-1/+1
2020-02-10Update RELEASES.mdXAMPPRocky-1/+1
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
2020-02-09Update RELEASES.mdXAMPPRocky-0/+6
2020-02-09Update RELEASES.md for 1.42.0Erin Power-0/+77
2020-01-28Demonstrate final build-override syntaxKornel-2/+2
2020-01-21Update RELEASES.mdXAMPPRocky-2/+1
2020-01-21Update RELEASES.md for 1.41.0Erin Power-0/+116
2019-12-26Convert collapsed to shortcut reference linksMatthew Kraai-14/+14
2019-12-11Rollup merge of #66377 - XAMPPRocky:relnotes-1.40.0, r=Mark-SimulacrumYuki 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-03Update RELEASES.mdXAMPPRocky-1/+1
Co-Authored-By: Mark Rousskov <mark.simulacrum@gmail.com>
2019-11-27Update RELEASES.md for 1.40.0Erin Power-0/+137
2019-11-23docs: fix lint name for `unused_variables`Ivan Kozik-1/+1
2019-11-01Updated RELEASES.md for 1.39.0Erin Power-0/+124
2019-09-26Fix div_duration() marked as stable by mistakeJMS55-4/+0
2019-09-24relnotes: make compatibility section more sterile and fix rustc versionPietro Albini-4/+4
2019-09-19Add Compatibility Notes to RELEASES.md for 1.38.0Erin Power-0/+9
2019-09-09Updated RELEASES.md for 1.38.0Erin Power-0/+105
2019-08-14Rollup merge of #63529 - andersk:release-notes-kleene, r=CentrilMazdak 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.)