File tree
318 files changed
+4660
-2052
lines changed- .github/workflows
- compiler
- rustc_ast_lowering/src
- rustc_ast_passes
- src
- rustc_ast_pretty/src/pprust/state
- rustc_ast/src
- rustc_attr_parsing
- src
- attributes
- rustc_borrowck/src/polonius/legacy
- rustc_builtin_macros/src
- deriving
- generic
- rustc_codegen_llvm/src
- llvm
- rustc_codegen_ssa
- src
- back
- rustc_const_eval/src/interpret
- rustc_expand/src
- rustc_feature/src
- rustc_hir_analysis/src
- check
- coherence
- collect
- errors
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_hir/src
- attrs
- rustc_interface/src
- rustc_lint_defs/src
- rustc_lint
- src
- early
- rustc_llvm/llvm-wrapper
- rustc_middle/src
- middle
- mir
- rustc_mir_transform/src
- rustc_next_trait_solver/src/solve
- rustc_parse
- src
- parser
- rustc_passes
- src
- rustc_privacy/src
- rustc_resolve/src
- rustc_session/src
- rustc_symbol_mangling/src
- rustc_target/src/spec/base/apple
- rustc_trait_selection/src/error_reporting/traits
- rustc_ty_utils/src
- rustc_type_ir/src/search_graph
- library
- alloc/src
- vec
- core/src
- alloc
- ascii
- iter/adapters
- ops
- ptr
- std
- src
- sys
- fs
- pal
- hermit
- sgx
- solid
- uefi
- unix
- unsupported
- wasi
- windows
- xous
- tests
- test/src
- src
- bootstrap
- src
- bin
- core
- build_steps
- builder
- config
- utils
- ci
- docker
- host-aarch64/dist-aarch64-linux
- host-x86_64
- dist-x86_64-linux
- pr-check-2
- github-actions
- doc
- rustc-dev-guide/src
- building
- rustc/src/tests
- unstable-book/src
- compiler-environment-variables
- compiler-flags
- librustdoc
- clean
- html/render
- passes
- tools
- clippy
- clippy_lints/src
- functions
- operators
- clippy_utils/src
- ast_utils
- tests
- ui
- crashes
- compiletest/src
- miri/src
- bin
- borrow_tracker
- opt-dist
- run-make-support/src/external_deps
- rustfmt
- src
- tests
- source
- target
- tests
- codegen-llvm
- loongarch-abi
- run-make
- link-under-xcode
- pgo-branch-weights
- pgo-indirect-call-promotion
- pgo-use
- wasm-panic-small
- rustdoc-ui/intra-doc
- rustdoc/enum
- ui
- argument-suggestions
- attributes
- unsafe
- cfg
- conditional-compilation
- deprecation
- error-codes
- extern
- feature-gates
- fn
- intrinsics
- invalid-compile-flags
- invalid
- issues
- link-native-libs
- linkage-attr/raw-dylib/windows
- lint
- dead-code
- unused
- macros
- malformed
- modules
- parser
- proc-macro
- recursion_limit
- repr
- resolve
- span
- specialization/defaultimpl
- test-attrs
- traits
- const-traits
- unpretty
- unstable-feature-bound
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
318 files changed
+4660
-2052
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
13 | 22 |
| |
14 | 23 |
| |
15 | 24 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
316 |
| - | |
| 316 | + | |
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5284 | 5284 |
| |
5285 | 5285 |
| |
5286 | 5286 |
| |
5287 |
| - | |
| 5287 | + | |
5288 | 5288 |
| |
5289 |
| - | |
| 5289 | + | |
5290 | 5290 |
| |
5291 | 5291 |
| |
5292 | 5292 |
| |
|
Lines changed: 13 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3661 | 3661 |
| |
3662 | 3662 |
| |
3663 | 3663 |
| |
| 3664 | + | |
| 3665 | + | |
| 3666 | + | |
| 3667 | + | |
| 3668 | + | |
| 3669 | + | |
| 3670 | + | |
| 3671 | + | |
3664 | 3672 |
| |
3665 | 3673 |
| |
3666 |
| - | |
3667 | 3674 |
| |
3668 | 3675 |
| |
3669 |
| - | |
3670 |
| - | |
3671 |
| - | |
3672 |
| - | |
| 3676 | + | |
3673 | 3677 |
| |
3674 | 3678 |
| |
3675 | 3679 |
| |
| |||
3793 | 3797 |
| |
3794 | 3798 |
| |
3795 | 3799 |
| |
3796 |
| - | |
| 3800 | + | |
3797 | 3801 |
| |
3798 | 3802 |
| |
3799 | 3803 |
| |
| |||
3880 | 3884 |
| |
3881 | 3885 |
| |
3882 | 3886 |
| |
3883 |
| - | |
| 3887 | + | |
3884 | 3888 |
| |
3885 | 3889 |
| |
3886 | 3890 |
| |
| |||
4040 | 4044 |
| |
4041 | 4045 |
| |
4042 | 4046 |
| |
4043 |
| - | |
| 4047 | + | |
4044 | 4048 |
| |
4045 | 4049 |
| |
4046 | 4050 |
| |
| |||
4053 | 4057 |
| |
4054 | 4058 |
| |
4055 | 4059 |
| |
| 4060 | + | |
4056 | 4061 |
| |
4057 | 4062 |
| |
4058 | 4063 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
929 | 929 |
| |
930 | 930 |
| |
931 | 931 |
| |
932 |
| - | |
933 |
| - | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
934 | 939 |
| |
935 | 940 |
| |
936 | 941 |
| |
|
Lines changed: 48 additions & 38 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
343 |
| - | |
344 |
| - | |
345 |
| - | |
346 |
| - | |
347 |
| - | |
| 343 | + | |
348 | 344 |
| |
349 |
| - | |
| 345 | + | |
350 | 346 |
| |
351 | 347 |
| |
352 | 348 |
| |
| |||
364 | 360 |
| |
365 | 361 |
| |
366 | 362 |
| |
367 |
| - | |
| 363 | + | |
368 | 364 |
| |
369 |
| - | |
370 |
| - | |
371 |
| - | |
372 |
| - | |
373 |
| - | |
374 |
| - | |
375 |
| - | |
376 |
| - | |
377 |
| - | |
378 |
| - | |
379 |
| - | |
380 |
| - | |
381 |
| - | |
382 |
| - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
383 | 368 |
| |
384 | 369 |
| |
385 | 370 |
| |
386 | 371 |
| |
387 | 372 |
| |
388 | 373 |
| |
389 |
| - | |
| 374 | + | |
390 | 375 |
| |
391 | 376 |
| |
392 | 377 |
| |
393 | 378 |
| |
394 | 379 |
| |
395 | 380 |
| |
396 |
| - | |
397 |
| - | |
398 |
| - | |
399 |
| - | |
400 |
| - | |
401 |
| - | |
402 |
| - | |
403 |
| - | |
404 |
| - | |
405 |
| - | |
406 |
| - | |
407 |
| - | |
408 |
| - | |
409 |
| - | |
| 381 | + | |
410 | 382 |
| |
411 |
| - | |
| 383 | + | |
412 | 384 |
| |
413 | 385 |
| |
414 |
| - | |
| 386 | + | |
415 | 387 |
| |
416 | 388 |
| |
417 | 389 |
| |
| |||
982 | 954 |
| |
983 | 955 |
| |
984 | 956 |
| |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
985 | 995 |
| |
986 | 996 |
| |
987 | 997 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 | 178 |
| |
184 | 179 |
| |
185 | 180 |
| |
|
0 commit comments