This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit ca0c189
authored
Unrolled build for rust-lang#122530
Rollup merge of rust-lang#122530 - klensy:as_str, r=fee1-dead
less symbol interner locks
This reduces instructions under 1% (in rustdoc run), but essentially free.File tree
2 files changed
+8
-6
lines changed- compiler/rustc_resolve/src
- src/librustdoc/html/render
2 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
| 170 | + | |
173 | 171 | | |
174 | 172 | | |
175 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1698 | 1698 | | |
1699 | 1699 | | |
1700 | 1700 | | |
1701 | | - | |
1702 | | - | |
1703 | | - | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
1704 | 1705 | | |
1705 | 1706 | | |
1706 | 1707 | | |
| |||
0 commit comments