File tree
74 files changed
+94
-571
lines changed- src
- bootstrap
- liballoc
- tests
- liballoc_jemalloc
- liballoc_system
- libarena
- libcore
- num
- libfmt_macros
- libgraphviz
- libpanic_abort
- libpanic_unwind
- libproc_macro
- libprofiler_builtins
- librustc
- middle
- ty
- librustc_allocator
- librustc_apfloat
- librustc_asan
- librustc_borrowck
- librustc_codegen_llvm
- librustc_codegen_utils
- librustc_cratesio_shim/src
- librustc_data_structures
- librustc_driver
- librustc_errors
- librustc_incremental
- librustc_lint
- librustc_llvm
- librustc_lsan
- librustc_metadata
- librustc_mir
- librustc_msan
- librustc_passes
- librustc_platform_intrinsics
- librustc_plugin
- librustc_privacy
- librustc_resolve
- librustc_save_analysis
- librustc_target
- librustc_traits
- librustc_tsan
- librustc_typeck
- librustdoc
- libserialize
- libstd
- libsyntax
- libsyntax_ext
- libsyntax_pos
- libterm
- libtest
- libunwind
- test
- compile-fail-fulldeps/auxiliary
- run-pass/macros
- run-pass-fulldeps
- auxiliary
- proc-macro/auxiliary
- ui
- issues
- lint
- ui-fulldeps/auxiliary
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+94
-571
lines changedDiff for: src/bootstrap/channel.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Diff for: src/liballoc/lib.rs
+2-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
80 | 79 |
| |
81 | 80 |
| |
82 | 81 |
| |
| |||
87 | 86 |
| |
88 | 87 |
| |
89 | 88 |
| |
90 |
| - | |
91 |
| - | |
| 89 | + | |
92 | 90 |
| |
93 | 91 |
| |
94 | 92 |
| |
| |||
99 | 97 |
| |
100 | 98 |
| |
101 | 99 |
| |
| 100 | + | |
102 | 101 |
| |
103 | 102 |
| |
104 | 103 |
| |
|
Diff for: src/liballoc/tests/lib.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
| 14 | + | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
|
Diff for: src/liballoc_jemalloc/lib.rs
+1-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
94 | 93 |
| |
95 | 94 |
| |
96 | 95 |
| |
97 | 96 |
| |
98 | 97 |
| |
99 | 98 |
| |
100 | 99 |
| |
101 |
| - | |
102 | 100 |
| |
103 | 101 |
| |
104 | 102 |
| |
| |||
107 | 105 |
| |
108 | 106 |
| |
109 | 107 |
| |
110 |
| - | |
111 | 108 |
| |
112 | 109 |
| |
113 | 110 |
| |
| |||
118 | 115 |
| |
119 | 116 |
| |
120 | 117 |
| |
121 |
| - | |
122 | 118 |
| |
123 | 119 |
| |
124 | 120 |
| |
|
Diff for: src/liballoc_system/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Diff for: src/libarena/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
Diff for: src/libcore/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
|
Diff for: src/libcore/mem.rs
-28
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
288 |
| - | |
289 | 288 |
| |
290 | 289 |
| |
291 | 290 |
| |
292 | 291 |
| |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 | 292 |
| |
302 | 293 |
| |
303 | 294 |
| |
| |||
343 | 334 |
| |
344 | 335 |
| |
345 | 336 |
| |
346 |
| - | |
347 | 337 |
| |
348 | 338 |
| |
349 | 339 |
| |
350 | 340 |
| |
351 |
| - | |
352 |
| - | |
353 |
| - | |
354 |
| - | |
355 |
| - | |
356 |
| - | |
357 |
| - | |
358 |
| - | |
359 |
| - | |
360 | 341 |
| |
361 | 342 |
| |
362 | 343 |
| |
| |||
395 | 376 |
| |
396 | 377 |
| |
397 | 378 |
| |
398 |
| - | |
399 | 379 |
| |
400 | 380 |
| |
401 | 381 |
| |
402 | 382 |
| |
403 |
| - | |
404 |
| - | |
405 |
| - | |
406 |
| - | |
407 |
| - | |
408 |
| - | |
409 |
| - | |
410 |
| - | |
411 | 383 |
| |
412 | 384 |
| |
413 | 385 |
| |
|
Diff for: src/libcore/nonzero.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
| 17 | + | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
|
0 commit comments