@@ -37,9 +37,6 @@ Libraries
37
37
- [ Specialize Vec::from_elem to use calloc] [ 40409 ]
38
38
- [ Fixed Race condition in fs::create_dir_all] [ 39799 ]
39
39
- [ No longer caching stdio on Windows] [ 40516 ]
40
- - [ Changed how the ` 0 ` works in format!] [ 40241 ] Padding zeroes are now always
41
- placed after the sign if it exists and before the digits. With the ` # ` flag
42
- the zeroes are placed after the prefix and before the digits.
43
40
- [ Optimized insertion sort in slice] [ 40807 ] insertion sort in some cases
44
41
2.50%~ faster and in one case now 12.50% faster.
45
42
- [ Optimized ` AtomicBool::fetch_nand ` ] [ 41143 ]
72
69
----
73
70
74
71
- [ rustdoc can now use pulldown-cmark with the ` --enable-commonmark ` flag] [ 40338 ]
75
- - [ Rustdoc added support for images, rules and footnotes in Markdown] [ 40919 ]
72
+ - [ rustdoc added support for images, rules and footnotes in Markdown] [ 40919 ]
76
73
- [ Added rust-winbg script for better debugging on Windows] [ 39983 ]
77
74
- [ Rust now uses the official cross compiler for NetBSD] [ 40612 ]
78
75
- [ rustdoc now accepts ` # ` at the start of files] [ 40828 ]
81
78
Compatibility Notes
82
79
-------------------
83
80
81
+ - [ Changes to how the ` 0 ` flag works in format!] [ 40241 ] Padding zeroes are now
82
+ always placed after the sign if it exists and before the digits. With the ` # `
83
+ flag the zeroes are placed after the prefix and before the digits.
84
84
- [ The refactor of trait object type parsing] [ 40043 ] fixed a bug where ` + ` was
85
85
receiving the wrong priority parsing things like ` &for<'a> Tr<'a> + Send ` as
86
86
` &(for<'a> Tr<'a> + Send) ` instead of ` (&for<'a> Tr<'a>) + Send `
0 commit comments