This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
52 files changed
+128
-168
lines changed- src
- doc
- unstable-book/src/language-features
- librustc_mir
- const_eval
- interpret
- transform
- test
- incremental
- ui
- anon-params
- async-await/issues
- attributes
- codemap_tests
- const-generics
- issues
- deprecation
- editions
- error-codes
- if
- loops
- macros
- parser
- proc-macro
- rust-2018
- span
- test-attrs
- underscore-imports
- tools/compiletest/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+128
-168
lines changed- listings/ch20-web-server/listing-20-02/src/main.rs+1-1
- listings/ch20-web-server/listing-20-03/src/main.rs+1-1
- listings/ch20-web-server/listing-20-04/src/main.rs+1-1
- listings/ch20-web-server/listing-20-05/src/main.rs+6-2
- listings/ch20-web-server/listing-20-06/src/main.rs+6-2
- listings/ch20-web-server/listing-20-07/src/main.rs+6-2
- listings/ch20-web-server/listing-20-08/src/main.rs+6-2
- listings/ch20-web-server/listing-20-09/src/main.rs+1-1
- listings/ch20-web-server/listing-20-10/src/main.rs+1-1
- listings/ch20-web-server/listing-20-11/src/main.rs+1-1
- listings/ch20-web-server/listing-20-12/src/main.rs+1-1
- listings/ch20-web-server/listing-20-13/src/bin/main.rs+1-1
- listings/ch20-web-server/listing-20-14/src/bin/main.rs+1-1
- listings/ch20-web-server/listing-20-15/src/bin/main.rs+1-1
- listings/ch20-web-server/listing-20-16/src/bin/main.rs+1-1
- listings/ch20-web-server/listing-20-17/src/bin/main.rs+1-1
- listings/ch20-web-server/listing-20-18/src/bin/main.rs+1-1
- listings/ch20-web-server/listing-20-19/src/bin/main.rs+1-1
- listings/ch20-web-server/listing-20-20/src/bin/main.rs+1-1
- listings/ch20-web-server/listing-20-21/src/bin/main.rs+1-1
- listings/ch20-web-server/listing-20-22/src/bin/main.rs+1-1
- listings/ch20-web-server/listing-20-23/src/bin/main.rs+1-1
- listings/ch20-web-server/listing-20-24/src/bin/main.rs+1-1
- listings/ch20-web-server/listing-20-25/src/bin/main.rs+1-1
- listings/ch20-web-server/no-listing-01-define-threadpool-struct/src/bin/main.rs+1-1
- listings/ch20-web-server/no-listing-02-impl-threadpool-new/src/bin/main.rs+1-1
- listings/ch20-web-server/no-listing-03-define-execute/src/bin/main.rs+1-1
- listings/ch20-web-server/no-listing-04-update-worker-definition/src/bin/main.rs+1-1
- listings/ch20-web-server/no-listing-05-fix-worker-new/src/bin/main.rs+1-1
- listings/ch20-web-server/no-listing-06-fix-threadpool-drop/src/bin/main.rs+1-1
- listings/ch20-web-server/no-listing-07-define-message-enum/src/bin/main.rs+1-1
- src/appendix-02-operators.md+2-2
- src/ch20-01-single-threaded.md+2-1
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
176 | | - | |
| 174 | + | |
177 | 175 | | |
178 | | - | |
179 | 176 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | 177 | | |
198 | 178 | | |
199 | 179 | | |
| |||
241 | 221 | | |
242 | 222 | | |
243 | 223 | | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | 224 | | |
255 | 225 | | |
256 | 226 | | |
| |||
310 | 280 | | |
311 | 281 | | |
312 | 282 | | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | 283 | | |
328 | 284 | | |
329 | 285 | | |
| |||
345 | 301 | | |
346 | 302 | | |
347 | 303 | | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | 304 | | |
357 | 305 | | |
358 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments