File tree
14 files changed
+71
-43
lines changed- src
- doc
- librustdoc/html/static/css
- themes
- test/rustdoc-gui
- tools
- rustdoc-gui
14 files changed
+71
-43
lines changed+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
888 | 888 |
| |
889 | 889 |
| |
890 | 890 |
| |
891 |
| - | |
| 891 | + | |
892 | 892 |
| |
893 |
| - | |
| 893 | + | |
894 | 894 |
| |
895 | 895 |
| |
896 | 896 |
| |
| |||
903 | 903 |
| |
904 | 904 |
| |
905 | 905 |
| |
906 |
| - | |
| 906 | + | |
907 | 907 |
| |
908 |
| - | |
| 908 | + | |
909 | 909 |
| |
910 | 910 |
| |
911 | 911 |
| |
|
- listings/ch10-generic-types-traits-and-lifetimes/listing-10-11/src/main.rs+5-5
- listings/ch10-generic-types-traits-and-lifetimes/listing-10-12/Cargo.toml+1-1
- listings/ch10-generic-types-traits-and-lifetimes/listing-10-13/Cargo.toml+1-1
- listings/ch10-generic-types-traits-and-lifetimes/listing-10-14/Cargo.toml+1-1
- listings/ch10-generic-types-traits-and-lifetimes/no-listing-01-calling-trait-method/Cargo.lock+3-2
- listings/ch10-generic-types-traits-and-lifetimes/no-listing-01-calling-trait-method/Cargo.toml+1-1
- listings/ch10-generic-types-traits-and-lifetimes/no-listing-01-calling-trait-method/src/main.rs+1-3
- listings/ch10-generic-types-traits-and-lifetimes/no-listing-02-calling-default-impl/Cargo.toml+1-1
- listings/ch10-generic-types-traits-and-lifetimes/no-listing-03-default-impl-calls-other-methods/Cargo.toml+1-1
- listings/ch10-generic-types-traits-and-lifetimes/no-listing-04-traits-as-parameters/Cargo.toml+1-1
- listings/ch10-generic-types-traits-and-lifetimes/no-listing-05-returning-impl-trait/Cargo.toml+1-1
- listings/ch10-generic-types-traits-and-lifetimes/no-listing-06-impl-trait-returns-one-type/Cargo.toml+1-1
- nostarch/chapter04.md+238-246
- nostarch/chapter10.md+2.0k
- src/ch01-01-installation.md+2-2
- src/ch03-01-variables-and-mutability.md+1-1
- src/ch03-02-data-types.md+3-3
- src/ch03-03-how-functions-work.md+2-2
- src/ch03-05-control-flow.md+1-1
- src/ch04-00-understanding-ownership.md+5-5
- src/ch04-01-what-is-ownership.md+94-95
- src/ch04-02-references-and-borrowing.md+39-39
- src/ch04-03-slices.md+30-29
- src/ch10-01-syntax.md+22-15
- src/ch10-02-traits.md+37-36
- src/ch10-03-lifetime-syntax.md+25-20
- src/ch17-03-oo-design-patterns.md+1-1
Submodule rustc-dev-guide updated 30 files
- src/SUMMARY.md+1
- src/appendix/glossary.md+1-1
- src/backend/monomorph.md+1-1
- src/backend/updating-llvm.md+1-1
- src/borrow_check/region_inference.md+16-16
- src/borrow_check/region_inference/lifetime_parameters.md+6-6
- src/building/bootstrapping.md+12-12
- src/building/build-install-distribution-artifacts.md+1-1
- src/building/compiler-documenting.md+1-1
- src/building/how-to-build-and-run.md+1-1
- src/building/new-target.md+1-1
- src/building/suggested.md+4-4
- src/contributing.md+16-16
- src/diagnostics/diagnostic-items.md+1-1
- src/diagnostics/lintstore.md+1-1
- src/early-late-bound.md+1-1
- src/getting-started.md+16-16
- src/git.md+2-2
- src/llvm-coverage-instrumentation.md+1-1
- src/macro-expansion.md+1-1
- src/mir/debugging.md+1-1
- src/mir/drop-elaboration.md+195
- src/mir/index.md+1-1
- src/miri.md+1-1
- src/profiling.md+2-2
- src/profiling/with_perf.md+1-1
- src/tests/intro.md+1-1
- src/tests/running.md+12-3
- src/tracing.md+2-2
- src/ty.md+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1078 | 1078 |
| |
1079 | 1079 |
| |
1080 | 1080 |
| |
1081 |
| - | |
1082 |
| - | |
1083 |
| - | |
1084 |
| - | |
1085 | 1081 |
| |
1086 | 1082 |
| |
1087 | 1083 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
217 | 225 |
| |
218 | 226 |
| |
| 227 | + | |
| 228 | + | |
| 229 | + | |
219 | 230 |
| |
220 | 231 |
| |
221 | 232 |
| |
222 | 233 |
| |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 | 234 |
| |
230 | 235 |
| |
231 | 236 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
| 177 | + | |
177 | 178 |
| |
178 |
| - | |
| 179 | + | |
179 | 180 |
| |
180 |
| - | |
181 |
| - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
182 | 188 |
| |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
| 189 | + | |
| 190 | + | |
188 | 191 |
| |
189 |
| - | |
190 | 192 |
| |
191 | 193 |
| |
192 | 194 |
| |
| 195 | + | |
| 196 | + | |
| 197 | + | |
193 | 198 |
| |
194 | 199 |
| |
195 | 200 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
| 172 | + | |
172 | 173 |
| |
173 |
| - | |
| 174 | + | |
174 | 175 |
| |
175 |
| - | |
176 |
| - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
177 | 183 |
| |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
| 184 | + | |
| 185 | + | |
183 | 186 |
| |
184 |
| - | |
185 | 187 |
| |
186 | 188 |
| |
187 | 189 |
| |
| 190 | + | |
| 191 | + | |
| 192 | + | |
188 | 193 |
| |
189 | 194 |
| |
190 | 195 |
| |
|
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 | + |
- Cargo.toml+1-1
- src/bin/cargo/commands/install.rs+1
- src/cargo/core/features.rs+9-1
- src/cargo/core/resolver/dep_cache.rs+6-4
- src/cargo/core/resolver/resolve.rs+2-7
- src/cargo/ops/tree/graph.rs+36-26
- src/doc/contrib/src/process/working-on-cargo.md-5
- src/doc/man/cargo-install.md+3
- src/doc/man/generated_txt/cargo-install.txt+28
- src/doc/src/commands/cargo-install.md+25
- src/etc/man/cargo-install.1+40
- tests/testsuite/build.rs-5
- tests/testsuite/config.rs+1-1
- tests/testsuite/doc.rs+25
- tests/testsuite/install.rs+77
- tests/testsuite/tree.rs+216
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 |
| - | |
| 197 | + | |
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
250 |
| - | |
| 250 | + | |
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
|
0 commit comments