File tree
78 files changed
+553
-342
lines changed- src
- bootstrap
- doc
- etc
- librustc_codegen_llvm/mir
- librustc_data_structures
- librustc_driver
- librustc_metadata
- librustc_mir
- borrow_check
- nll
- constraints
- region_infer
- type_check
- liveness
- build
- dataflow
- impls
- interpret
- transform
- util
- librustc_resolve
- librustc_typeck
- check
- librustc
- dep_graph
- hir
- ich
- infer
- error_reporting
- region_constraints
- middle
- mir
- session
- ty
- query
- util
- libserialize
- libstd/sys/unix
- test
- run-make-fulldeps/issue-53964
- run-pass/uniform-paths
- auxiliary
- ui
- borrowck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+553
-342
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 |
| |
86 | 90 |
| |
87 | 91 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
| |||
1471 | 1471 |
| |
1472 | 1472 |
| |
1473 | 1473 |
| |
1474 |
| - | |
| 1474 | + | |
1475 | 1475 |
| |
1476 | 1476 |
| |
1477 | 1477 |
| |
| |||
3243 | 3243 |
| |
3244 | 3244 |
| |
3245 | 3245 |
| |
3246 |
| - | |
| 3246 | + | |
3247 | 3247 |
| |
3248 | 3248 |
| |
3249 | 3249 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| 89 | + | |
89 | 90 |
| |
90 | 91 |
| |
91 | 92 |
| |
| |||
256 | 257 |
| |
257 | 258 |
| |
258 | 259 |
| |
| 260 | + | |
259 | 261 |
| |
260 | 262 |
| |
261 | 263 |
| |
| |||
516 | 518 |
| |
517 | 519 |
| |
518 | 520 |
| |
| 521 | + | |
519 | 522 |
| |
520 | 523 |
| |
521 | 524 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2056 | 2056 |
| |
2057 | 2057 |
| |
2058 | 2058 |
| |
2059 |
| - | |
| 2059 | + | |
| 2060 | + | |
2060 | 2061 |
| |
2061 | 2062 |
| |
2062 | 2063 |
| |
| |||
2065 | 2066 |
| |
2066 | 2067 |
| |
2067 | 2068 |
| |
2068 |
| - | |
| 2069 | + | |
2069 | 2070 |
| |
2070 | 2071 |
| |
2071 | 2072 |
| |
| |||
2093 | 2094 |
| |
2094 | 2095 |
| |
2095 | 2096 |
| |
2096 |
| - | |
| 2097 | + | |
2097 | 2098 |
| |
2098 | 2099 |
| |
2099 | 2100 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
242 | 246 |
| |
243 | 247 |
| |
244 | 248 |
| |
|
- 2018-edition/src/appendix-01-keywords.md+50-3
- 2018-edition/src/appendix-03-derivable-traits.md+2-2
- 2018-edition/src/ch03-01-variables-and-mutability.md+2-1
- 2018-edition/src/ch03-02-data-types.md+1-1
- 2018-edition/src/ch08-03-hash-maps.md+2-2
- 2018-edition/src/ch09-02-recoverable-errors-with-result.md+3-2
- 2018-edition/src/ch09-03-to-panic-or-not-to-panic.md+12-15
- 2018-edition/src/ch10-02-traits.md+5-5
- 2018-edition/src/ch11-01-writing-tests.md+6-6
- 2018-edition/src/ch12-02-reading-a-file.md+3-10
- 2018-edition/src/ch12-03-improving-error-handling-and-modularity.md+11-11
- 2018-edition/src/ch15-02-deref.md+2-2
- 2018-edition/src/ch17-03-oo-design-patterns.md+3
- 2018-edition/src/ch19-03-advanced-traits.md+1-1
- 2018-edition/src/ch20-02-multithreaded.md+7-2
- 2018-edition/src/foreword.md+1-1
- second-edition/src/ch17-02-trait-objects.md+9-7
Submodule nomicon updated from ae42ad7 to 7fd4934
Submodule reference updated from 219e261 to 821355a
Submodule rust-by-example updated 11 files
0 commit comments