File tree
208 files changed
+2702
-1336
lines changed- src
- bootstrap
- ci
- doc
- liballoc
- libcore
- hash
- librustc
- hir
- map
- ich
- infer
- anon_types
- error_reporting/nice_region_error
- higher_ranked
- region_constraints
- middle
- mir
- traits/query
- ty
- util
- librustc_borrowck
- borrowck
- librustc_codegen_llvm
- librustc_data_structures
- librustc_driver
- librustc_incremental
- persist
- librustc_lint
- librustc_metadata
- librustc_mir
- borrow_check
- nll
- region_infer
- type_check
- build
- expr
- matches
- monomorphize
- transform
- librustc_privacy
- librustc_resolve
- librustc_save_analysis
- librustc_typeck
- check
- librustdoc
- clean
- libstd
- collections/hash
- sys/redox
- libsyntax
- ext
- parse
- print
- libsyntax_ext/deriving
- libsyntax_pos
- test
- codegen
- compile-fail
- borrowck
- incremental/hashes
- run-pass
- impl-trait
- auxiliary
- run-pass-fulldeps
- mod_dir_simple
- proc-macro
- auxiliary
- rustdoc
- ui
- borrowck
- codemap_tests
- did_you_mean
- error-codes
- impl-trait
- lifetime-errors
- macros
- nll
- closure-requirements
- ty-outlives
- rfc-2005-default-binding-mode
- span
- suggestions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
208 files changed
+2702
-1336
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 |
| - | |
| 145 | + | |
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
304 |
| - | |
305 |
| - | |
306 |
| - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
| |||
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
304 |
| - | |
| 304 | + | |
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
| |||
528 | 528 |
| |
529 | 529 |
| |
530 | 530 |
| |
531 |
| - | |
| 531 | + | |
532 | 532 |
| |
533 | 533 |
| |
534 | 534 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
632 | 632 |
| |
633 | 633 |
| |
634 | 634 |
| |
635 |
| - | |
| 635 | + | |
636 | 636 |
| |
637 | 637 |
| |
638 | 638 |
| |
| |||
1086 | 1086 |
| |
1087 | 1087 |
| |
1088 | 1088 |
| |
1089 |
| - | |
| 1089 | + | |
1090 | 1090 |
| |
1091 | 1091 |
| |
1092 | 1092 |
| |
| |||
1397 | 1397 |
| |
1398 | 1398 |
| |
1399 | 1399 |
| |
1400 |
| - | |
1401 |
| - | |
1402 |
| - | |
| 1400 | + | |
1403 | 1401 |
| |
| 1402 | + | |
| 1403 | + | |
1404 | 1404 |
| |
1405 | 1405 |
| |
1406 | 1406 |
| |
| |||
1632 | 1632 |
| |
1633 | 1633 |
| |
1634 | 1634 |
| |
1635 |
| - | |
| 1635 | + | |
1636 | 1636 |
| |
1637 | 1637 |
| |
1638 | 1638 |
| |
| |||
1742 | 1742 |
| |
1743 | 1743 |
| |
1744 | 1744 |
| |
1745 |
| - | |
| 1745 | + | |
1746 | 1746 |
| |
1747 | 1747 |
| |
1748 | 1748 |
| |
|
+2-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 30 | + | |
| 31 | + | |
34 | 32 |
| |
35 | 33 |
| |
36 | 34 |
| |
|
- 2018-edition/src/SUMMARY.md+1-2
- 2018-edition/src/appendix-04-macros.md+1-1
- 2018-edition/src/appendix-06-newest-features.md-128
- 2018-edition/src/appendix-06-nightly-rust.md+2-5
- 2018-edition/src/ch01-01-installation.md+6-7
- 2018-edition/src/ch01-02-hello-world.md+19-3
- 2018-edition/src/ch01-03-hello-cargo.md+4-5
- 2018-edition/src/ch02-00-guessing-game-tutorial.md+4-5
- 2018-edition/src/ch03-01-variables-and-mutability.md+1-1
- 2018-edition/src/ch03-02-data-types.md+37-4
- 2018-edition/src/ch03-03-how-functions-work.md+1-1
- 2018-edition/src/ch03-05-control-flow.md+24
- 2018-edition/src/ch04-03-slices.md+12-1
- 2018-edition/src/ch07-01-mod-and-the-filesystem.md+2-3
- 2018-edition/src/ch07-03-importing-names-with-use.md+33
- 2018-edition/src/ch08-01-vectors.md+1-1
- 2018-edition/src/ch09-02-recoverable-errors-with-result.md+44-17
- 2018-edition/src/ch09-03-to-panic-or-not-to-panic.md+1-1
- 2018-edition/src/ch10-02-traits.md+96-16
- 2018-edition/src/ch12-01-accepting-command-line-arguments.md+1-1
- 2018-edition/src/ch12-02-reading-a-file.md+13-20
- 2018-edition/src/ch12-03-improving-error-handling-and-modularity.md+17-21
- 2018-edition/src/ch12-04-testing-the-librarys-functionality.md+2-3
- 2018-edition/src/ch12-05-working-with-environment-variables.md+4-7
- 2018-edition/src/ch14-03-cargo-workspaces.md+1-1
- 2018-edition/src/ch15-02-deref.md+5
- 2018-edition/src/ch17-02-trait-objects.md+15-14
- 2018-edition/src/ch17-03-oo-design-patterns.md+20-20
- 2018-edition/src/ch19-02-advanced-lifetimes.md+7-7
- 2018-edition/src/ch19-04-advanced-types.md+7-7
- 2018-edition/src/ch19-05-advanced-functions-and-closures.md+1-1
- 2018-edition/src/ch20-01-single-threaded.md+9-21
- 2018-edition/src/ch20-02-multithreaded.md+11-11
- 2018-edition/src/ch20-03-graceful-shutdown-and-cleanup.md+3-6
- README.md+1-1
Submodule nomicon updated from 748a5e6 to 13e3745
Submodule reference updated from 134f419 to 0f63519
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 |
| - | |
| 161 | + | |
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 |
| - | |
| 187 | + | |
188 | 188 |
| |
189 |
| - | |
190 |
| - | |
| 189 | + | |
| 190 | + | |
191 | 191 |
| |
192 | 192 |
| |
193 |
| - | |
| 193 | + | |
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
| 207 | + | |
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
214 |
| - | |
| 214 | + | |
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
554 | 554 |
| |
555 | 555 |
| |
556 | 556 |
| |
557 |
| - | |
| 557 | + | |
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
| 107 | + | |
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
| |||
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
322 |
| - | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
323 | 325 |
| |
324 | 326 |
| |
325 | 327 |
| |
| |||
328 | 330 |
| |
329 | 331 |
| |
330 | 332 |
| |
331 |
| - | |
| 333 | + | |
332 | 334 |
| |
333 | 335 |
| |
334 | 336 |
| |
| |||
611 | 613 |
| |
612 | 614 |
| |
613 | 615 |
| |
614 |
| - | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
615 | 619 |
| |
616 | 620 |
| |
617 | 621 |
| |
| |||
673 | 677 |
| |
674 | 678 |
| |
675 | 679 |
| |
676 |
| - | |
| 680 | + | |
677 | 681 |
| |
678 | 682 |
| |
679 | 683 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
262 |
| - | |
| 262 | + | |
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
| |||
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
665 |
| - | |
| 665 | + | |
666 | 666 |
| |
667 | 667 |
| |
668 | 668 |
| |
|
0 commit comments