You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate-in-future the constants superceded by RFC 2700 [#80958](https://github.com/rust-lang/rust/issues/80958)
14
22
- Small regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=57a71ac0e17e4f7070b090ab7bdc5474d8e37ecc&end=339e19697a39a78f4d669c217b7d21109215de41&stat=instructions:u) (up to 2.4% on `incr-patched: Job` builds of `regex-check`)
15
-
- Unsure why this might be causing performance regressions as this change does not touch much code and only produces lint warnings when the user opts into them.
16
-
- The author of the PR [was asked why this might be the case](https://github.com/rust-lang/rust/pull/80958#issuecomment-767837811).
23
+
- Unsure why this might be causing performance regressions as this change does not touch much code and only produces lint warnings when the user opts into them.
24
+
- The author of the PR [was asked why this might be the case](https://github.com/rust-lang/rust/pull/80958#issuecomment-767837811), and a nag noted.
17
25
18
26
Rollup of 11 pull requests [#81240](https://github.com/rust-lang/rust/issues/81240)
19
27
- Moderate regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=339e19697a39a78f4d669c217b7d21109215de41&end=a243ad280a4ac57c1b8427e30e31c5b505cf10de&stat=instructions:u) (up to 2.0% on `full` builds of `keccak-check`)
@@ -29,6 +37,7 @@ Rollup of 14 pull requests [#81355](https://github.com/rust-lang/rust/issues/813
29
37
Prevent query cycles in the MIR inliner [#68828](https://github.com/rust-lang/rust/issues/68828)
30
38
- Moderate regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=7fba12bb1d3877870758a7a53e2fe766bb19bd60&end=f4eb5d9f719cd3c849befc8914ad8ce0ddcf34ed&stat=instructions:u) (up to 2.1% on `full` builds of `keccak-check`)
31
39
- Moderate improvement in [instruction counts](https://perf.rust-lang.org/compare.html?start=7fba12bb1d3877870758a7a53e2fe766bb19bd60&end=f4eb5d9f719cd3c849befc8914ad8ce0ddcf34ed&stat=instructions:u) (up to -1.8% on `full` builds of `ctfe-stress-4-check`)
40
+
- Nag filed
32
41
33
42
#### Improvements
34
43
@@ -46,6 +55,6 @@ mark raw_vec::ptr with inline [#79113](https://github.com/rust-lang/rust/issues/
46
55
47
56
#### Nags requiring follow up
48
57
49
-
TODO: Nags
50
-
51
-
58
+
- Deprecate in future regression [#80958](https://github.com/rust-lang/rust/pull/80958#issuecomment-767837811)
59
+
- Waiting on [response](https://github.com/rust-lang/rust/pull/80919#issuecomment-767854932) to inquiry.
60
+
- Regression in prevent query cycles in the MIR inliner - expected? [#68828](https://github.com/rust-lang/rust/pull/68828#issuecomment-767872361)
0 commit comments