File tree
10 files changed
+157
-8
lines changed- compiler/rustc_ast/src
- library/core
- benches
- src/iter/adapters
- src
- test
- run-make/coverage-reports
- ui/deriving
- tools
10 files changed
+157
-8
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+5-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2060 | 2060 |
| |
2061 | 2061 |
| |
2062 | 2062 |
| |
2063 |
| - | |
2064 |
| - | |
| 2063 | + | |
| 2064 | + | |
| 2065 | + | |
| 2066 | + | |
| 2067 | + | |
2065 | 2068 |
| |
2066 | 2069 |
| |
2067 | 2070 |
| |
|
Diff for: library/core/benches/iter.rs
+20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
| 3 | + | |
2 | 4 |
| |
3 | 5 |
| |
4 | 6 |
| |
| |||
398 | 400 |
| |
399 | 401 |
| |
400 | 402 |
| |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + |
Diff for: library/core/benches/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
|
+74
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
5 | 7 |
| |
| 8 | + | |
6 | 9 |
| |
7 | 10 |
| |
8 | 11 |
| |
| |||
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
47 | 59 |
| |
48 | 60 |
| |
49 | 61 |
| |
| |||
166 | 178 |
| |
167 | 179 |
| |
168 | 180 |
| |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + |
+7-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 |
| |
5 | 10 |
| |
6 | 11 |
| |
| |||
81 | 86 |
| |
82 | 87 |
| |
83 | 88 |
| |
84 |
| - | |
| 89 | + | |
85 | 90 |
| |
86 | 91 |
| |
87 | 92 |
| |
88 | 93 |
| |
89 | 94 |
| |
90 |
| - | |
| 95 | + | |
91 | 96 |
| |
92 | 97 |
| |
93 | 98 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
|
+6-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
809 | 809 |
| |
810 | 810 |
| |
811 | 811 |
| |
812 |
| - | |
813 |
| - | |
| 812 | + | |
| 813 | + | |
814 | 814 |
| |
815 | 815 |
| |
816 | 816 |
| |
817 | 817 |
| |
818 | 818 |
| |
819 | 819 |
| |
820 | 820 |
| |
| 821 | + | |
| 822 | + | |
821 | 823 |
| |
822 | 824 |
| |
823 | 825 |
| |
| |||
886 | 888 |
| |
887 | 889 |
| |
888 | 890 |
| |
| 891 | + | |
| 892 | + | |
889 | 893 |
| |
890 | 894 |
| |
891 | 895 |
| |
|
Diff for: src/test/ui/deriving/issue-103157.rs
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + |
+30
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + |
Diff for: src/tools/cargo
- src/bin/cargo/cli.rs+1
- src/bin/cargo/commands/add.rs+2-2
- src/bin/cargo/commands/remove.rs+1-1
- src/cargo/core/compiler/build_context/mod.rs+51-3
- src/cargo/core/compiler/build_context/target_info.rs+48-11
- src/cargo/ops/cargo_compile/compile_filter.rs+302
- src/cargo/ops/cargo_compile/mod.rs+27-544
- src/cargo/ops/cargo_compile/packages.rs+220
- src/cargo/ops/cargo_package.rs-1
- src/cargo/ops/common_for_install_and_uninstall.rs+12-13
- src/cargo/sources/registry/mod.rs+1-1
- src/cargo/util/command_prelude.rs-1
- src/doc/man/cargo-add.md+11-1
- src/doc/man/cargo-remove.md+92
- src/doc/man/generated_txt/cargo-add.txt+33-1
- src/doc/man/generated_txt/cargo-remove.txt+138
- src/doc/src/SUMMARY.md+1
- src/doc/src/commands/cargo-add.md+35-1
- src/doc/src/commands/cargo-remove.md+182
- src/doc/src/commands/manifest-commands.md+1
- src/etc/man/cargo-add.1+41-1
- src/etc/man/cargo-remove.1+189
0 commit comments