File tree
55 files changed
+623
-232
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- rustc_borrowck/src
- type_check
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- llvm
- rustc_codegen_ssa/src
- mir
- traits
- rustc_const_eval/src/transform
- check_consts
- rustc_feature/src
- rustc_hir_pretty/src
- rustc_llvm/llvm-wrapper
- rustc_middle/src/mir
- rustc_mir_build/src/build
- expr
- rustc_mir_dataflow/src
- framework
- impls
- move_paths
- rustc_mir_transform/src
- rustc_span/src
- src
- doc/unstable-book/src/library-features
- test
- codegen
- ui
- asm
- aarch64
- x86_64
- feature-gates
- tools/clippy/clippy_lints/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+623
-232
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1981 | 1981 |
| |
1982 | 1982 |
| |
1983 | 1983 |
| |
1984 |
| - | |
| 1984 | + | |
1985 | 1985 |
| |
1986 | 1986 |
| |
1987 | 1987 |
| |
| |||
1990 | 1990 |
| |
1991 | 1991 |
| |
1992 | 1992 |
| |
| 1993 | + | |
1993 | 1994 |
| |
1994 | 1995 |
| |
1995 | 1996 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
52 | 63 |
| |
53 | 64 |
| |
54 | 65 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2338 | 2338 |
| |
2339 | 2339 |
| |
2340 | 2340 |
| |
| 2341 | + | |
| 2342 | + | |
| 2343 | + | |
2341 | 2344 |
| |
2342 | 2345 |
| |
2343 | 2346 |
| |
|
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
434 | 434 |
| |
435 | 435 |
| |
436 | 436 |
| |
437 |
| - | |
438 |
| - | |
439 |
| - | |
| 437 | + | |
440 | 438 |
| |
441 | 439 |
| |
442 | 440 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
| 202 | + | |
202 | 203 |
| |
203 | 204 |
| |
204 | 205 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
791 | 791 |
| |
792 | 792 |
| |
793 | 793 |
| |
| 794 | + | |
794 | 795 |
| |
795 | 796 |
| |
796 | 797 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1828 | 1828 |
| |
1829 | 1829 |
| |
1830 | 1830 |
| |
1831 |
| - | |
| 1831 | + | |
1832 | 1832 |
| |
1833 | 1833 |
| |
1834 | 1834 |
| |
| 1835 | + | |
| 1836 | + | |
| 1837 | + | |
| 1838 | + | |
| 1839 | + | |
| 1840 | + | |
1835 | 1841 |
| |
1836 | 1842 |
| |
1837 | 1843 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
420 | 420 |
| |
421 | 421 |
| |
422 | 422 |
| |
| 423 | + | |
| 424 | + | |
423 | 425 |
| |
424 | 426 |
| |
425 | 427 |
| |
|
Lines changed: 16 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
239 | 240 |
| |
240 | 241 |
| |
241 | 242 |
| |
242 |
| - | |
| 243 | + | |
| 244 | + | |
243 | 245 |
| |
244 | 246 |
| |
245 | 247 |
| |
| |||
295 | 297 |
| |
296 | 298 |
| |
297 | 299 |
| |
298 |
| - | |
| 300 | + | |
299 | 301 |
| |
300 | 302 |
| |
301 | 303 |
| |
302 | 304 |
| |
303 | 305 |
| |
304 | 306 |
| |
305 |
| - | |
| 307 | + | |
306 | 308 |
| |
307 | 309 |
| |
308 | 310 |
| |
309 | 311 |
| |
310 |
| - | |
| 312 | + | |
311 | 313 |
| |
312 | 314 |
| |
313 | 315 |
| |
| |||
378 | 380 |
| |
379 | 381 |
| |
380 | 382 |
| |
| 383 | + | |
381 | 384 |
| |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
382 | 392 |
| |
383 | 393 |
| |
384 |
| - | |
| 394 | + | |
385 | 395 |
| |
386 | 396 |
| |
387 | 397 |
| |
| |||
415 | 425 |
| |
416 | 426 |
| |
417 | 427 |
| |
418 |
| - | |
| 428 | + | |
419 | 429 |
| |
420 | 430 |
| |
421 | 431 |
| |
|
0 commit comments