File tree
41 files changed
+617
-547
lines changed- src
- doc
- librustc_mir/util
- librustc_typeck/coherence
- librustc
- infer
- ty
- libsyntax
- diagnostics
- ext
- tt
- parse
- lexer
- print
- util
- test
- mir-opt
- run-pass
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+617
-547
lines changed- .gitattributes+2
- CONTRIBUTING.md+11-8
- first-edition/src/bibliography.md+1-2
- first-edition/src/guessing-game.md+2-2
- first-edition/src/mutability.md+1-1
- first-edition/src/references-and-borrowing.md+1-1
- first-edition/src/structs.md+1-1
- first-edition/src/syntax-index.md+1-1
- first-edition/src/the-stack-and-the-heap.md+1-1
- second-edition/dictionary.txt+24
- second-edition/nostarch/chapter03.md+1-1
- second-edition/nostarch/chapter05.md+352-253
- second-edition/nostarch/odt/chapter05.docx
- second-edition/nostarch/odt/chapter05.odt
- second-edition/src/SUMMARY.md+11-3
- second-edition/src/ch01-02-hello-world.md+1-1
- second-edition/src/ch03-02-data-types.md+1-1
- second-edition/src/ch03-03-how-functions-work.md+2-2
- second-edition/src/ch03-05-control-flow.md+3-3
- second-edition/src/ch04-01-what-is-ownership.md+2-2
- second-edition/src/ch04-03-slices.md+10-7
- second-edition/src/ch05-00-structs.md+11-393
- second-edition/src/ch05-01-defining-structs.md+267
- second-edition/src/ch05-01-method-syntax.md-253
- second-edition/src/ch05-02-example-structs.md+262
- second-edition/src/ch05-03-method-syntax.md+243
- second-edition/src/ch06-01-defining-an-enum.md+1-1
- second-edition/src/ch07-01-mod-and-the-filesystem.md+1-1
- second-edition/src/ch07-02-controlling-visibility-with-pub.md-1
- second-edition/src/ch07-03-importing-names-with-use.md-6
- second-edition/src/ch08-02-strings.md+1-1
- second-edition/src/ch08-03-hash-maps.md+2-2
- second-edition/src/ch09-01-unrecoverable-errors-with-panic.md+3-3
- second-edition/src/ch09-03-to-panic-or-not-to-panic.md+5-5
- second-edition/src/ch10-00-generics.md+4-4
- second-edition/src/ch10-03-lifetime-syntax.md+1-1
- second-edition/src/ch11-01-writing-tests.md+6-6
- second-edition/src/ch11-02-running-tests.md+4-4
- second-edition/src/ch11-03-test-organization.md+2-2
- second-edition/src/ch12-01-accepting-command-line-arguments.md+1-1
- second-edition/src/ch12-02-reading-a-file.md+1-1
- second-edition/src/ch12-03-improving-error-handling-and-modularity.md+7-11
- second-edition/src/ch12-04-testing-the-librarys-functionality.md+4-4
- second-edition/src/ch12-05-working-with-environment-variables.md+3-3
- second-edition/src/ch13-02-iterators.md+7-8
- second-edition/src/ch13-03-improving-our-io-project.md+2-4
- second-edition/src/ch14-01-release-profiles.md+2-2
- second-edition/src/ch14-02-publishing-to-crates-io.md+1-1
- second-edition/src/ch14-03-cargo-workspaces.md+4-4
- second-edition/src/ch15-01-box.md+4-6
- second-edition/src/ch18-02-refutability.md+3-1
- second-edition/src/ch18-03-pattern-syntax.md+1-1
- second-edition/src/ch19-02-advanced-lifetimes.md+11-13
- second-edition/src/ch20-00-final-project-a-web-server.md+30-2
- second-edition/src/ch20-01-single-threaded.md+589
- second-edition/src/ch20-02-slow-requests.md+113
- second-edition/src/ch20-03-designing-the-interface.md+284
- second-edition/src/ch20-04-storing-threads.md+248
- second-edition/src/ch20-05-sending-requests-via-channels.md+516
- second-edition/src/ch20-06-graceful-shutdown-and-cleanup.md+589
- second-edition/src/img/hello.png
- second-edition/theme/index.hbs+7-2
Submodule reference updated from 6b0de90 to f7a108d
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
336 | 338 | | |
337 | 339 | | |
338 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
339 | 358 | | |
340 | 359 | | |
341 | 360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
595 | | - | |
| 595 | + | |
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
328 | 330 | | |
329 | 331 | | |
330 | 332 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
252 | 291 | | |
253 | 292 | | |
254 | 293 | | |
| |||
260 | 299 | | |
261 | 300 | | |
262 | 301 | | |
263 | | - | |
264 | | - | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
265 | 312 | | |
266 | 313 | | |
267 | 314 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
| 718 | + | |
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
| |||
1076 | 1076 | | |
1077 | 1077 | | |
1078 | 1078 | | |
1079 | | - | |
1080 | | - | |
1081 | | - | |
1082 | | - | |
1083 | | - | |
1084 | | - | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
1085 | 1085 | | |
1086 | 1086 | | |
1087 | | - | |
1088 | | - | |
| 1087 | + | |
| 1088 | + | |
1089 | 1089 | | |
1090 | 1090 | | |
1091 | 1091 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
1217 | 1217 | | |
1218 | 1218 | | |
1219 | 1219 | | |
1220 | | - | |
1221 | | - | |
1222 | | - | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
1223 | 1224 | | |
1224 | 1225 | | |
1225 | 1226 | | |
| |||
1261 | 1262 | | |
1262 | 1263 | | |
1263 | 1264 | | |
1264 | | - | |
| 1265 | + | |
1265 | 1266 | | |
1266 | 1267 | | |
1267 | 1268 | | |
| |||
1270 | 1271 | | |
1271 | 1272 | | |
1272 | 1273 | | |
1273 | | - | |
| 1274 | + | |
1274 | 1275 | | |
1275 | 1276 | | |
1276 | 1277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
505 | | - | |
| 505 | + | |
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
0 commit comments