File tree
562 files changed
+11887
-7524
lines changed- .github/workflows
- compiler
- rustc_ast/src/attr
- rustc_borrowck/src/diagnostics
- rustc_builtin_macros
- src
- deriving
- cmp
- generic
- rustc_codegen_cranelift/src
- abi
- rustc_codegen_gcc/src
- intrinsic
- rustc_codegen_llvm/src
- rustc_codegen_ssa
- src
- mir
- rustc_const_eval
- src
- const_eval
- interpret
- rustc_data_structures/src/graph/dominators
- rustc_error_codes/src/error_codes
- rustc_feature/src
- rustc_hir_analysis
- src
- check
- coherence
- rustc_hir_typeck
- src
- rustc_infer/src/infer
- error_reporting/nice_region_error
- rustc_interface/src
- rustc_lint_defs/src
- rustc_lint
- src
- rustc_llvm/llvm-wrapper
- rustc_metadata/src
- rustc_middle
- src
- infer
- mir
- interpret
- query
- traits
- solve
- inspect
- ty
- consts
- print
- rustc_mir_build/src/thir/pattern
- rustc_mir_transform/src
- coverage
- rustc_monomorphize/src
- rustc_parse_format/src
- rustc_passes
- src
- rustc_query_system/src/dep_graph
- rustc_resolve/src
- rustc_session/src
- rustc_span/src
- rustc_target/src
- abi
- call
- spec
- rustc_trait_selection
- src
- solve
- eval_ctxt
- search_graph
- traits
- error_reporting
- query/type_op
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc/src
- collections/vec_deque
- vec
- core
- primitive_docs
- src
- ascii
- ffi
- fmt
- hash
- iter
- macros
- mem
- num
- ops
- ptr
- slice
- str
- sync
- std
- primitive_docs
- src
- os/unix
- sync/mpsc
- thread
- src
- bootstrap
- bin
- config
- ci
- docker/host-x86_64
- arm-android
- dist-android
- dist-various-1
- dist-x86_64-linux
- x86_64-gnu-tools
- github-actions
- doc/rustdoc/src
- etc
- librustdoc
- html
- markdown
- render
- static
- css
- themes
- js
- templates
- passes
- lint
- theme
- tools
- clippy
- clippy_lints/src
- tests
- ui-toml/suppress_lint_in_const
- ui
- compiletest/src
- miri
- src
- tests/fail
- opt-dist
- src
- environment
- utils
- rust-analyzer
- .cargo
- .github/workflows
- crates
- base-db/src
- cfg/src
- flycheck/src
- hir-def
- src
- attr
- body
- data
- hir
- item_tree
- macro_expansion_tests
- mbe
- nameres
- hir-expand/src
- hir-ty
- src
- consteval/tests
- diagnostics
- infer
- layout
- tests
- mir
- eval
- shim
- lower
- tests
- hir/src
- ide-assists/src
- handlers
- tests
- utils
- ide-completion/src
- completions
- attribute
- item_list
- render
- tests
- ide-db/src
- syntax_helpers
- ide-diagnostics/src
- handlers
- ide/src
- doc_links
- hover
- inlay_hints
- syntax_highlighting
- test_data
- intern
- src
- parser
- src
- grammar/expressions
- syntax_kind
- test_data/parser/inline/ok
- proc-macro-test
- project-model
- src
- test_data/output
- rust-analyzer
- src
- cli
- diagnostics
- handlers
- lsp
- tests/slow-tests
- syntax
- src
- ast
- generated
- tests
- test-utils/src
- vfs-notify
- vfs/src
- docs/dev
- editors/code
- src
- lib/lsp-server
- xtask/src
- rustdoc-themes
- tidy/src
- tests
- coverage-map/status-quo
- mir-opt
- nll
- run-coverage
- run-make
- issue-88756-default-output
- metadata-dep-info
- rustdoc-themes
- rustdoc-gui
- rustdoc-ui
- issues
- rustdoc
- ui
- abi
- associated-consts
- borrowck
- c-variadic
- cast
- closures/2229_closure_analysis
- consts
- const-eval
- miri_unleashed
- diagnostic_namespace
- on_unimplemented
- error-codes
- explicit
- fmt
- issues
- limits
- lint
- mismatched_types
- range
- repr
- span
- thir-print
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
562 files changed
+11887
-7524
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
| 438 | + | |
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
558 | | - | |
| 558 | + | |
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
665 | | - | |
| 665 | + | |
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
| 332 | + | |
332 | 333 | | |
333 | 334 | | |
334 | 335 | | |
| |||
549 | 550 | | |
550 | 551 | | |
551 | 552 | | |
| 553 | + | |
| 554 | + | |
552 | 555 | | |
553 | 556 | | |
554 | 557 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
859 | 859 | | |
860 | 860 | | |
861 | 861 | | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
862 | 872 | | |
863 | 873 | | |
864 | 874 | | |
865 | 875 | | |
866 | 876 | | |
867 | 877 | | |
868 | | - | |
869 | | - | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
870 | 894 | | |
871 | 895 | | |
872 | 896 | | |
| |||
883 | 907 | | |
884 | 908 | | |
885 | 909 | | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
886 | 921 | | |
887 | 922 | | |
888 | 923 | | |
889 | 924 | | |
890 | 925 | | |
891 | 926 | | |
892 | | - | |
| 927 | + | |
893 | 928 | | |
894 | 929 | | |
895 | 930 | | |
| |||
920 | 955 | | |
921 | 956 | | |
922 | 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 | + | |
923 | 989 | | |
924 | 990 | | |
925 | 991 | | |
| |||
939 | 1005 | | |
940 | 1006 | | |
941 | 1007 | | |
942 | | - | |
| 1008 | + | |
943 | 1009 | | |
944 | 1010 | | |
945 | 1011 | | |
| |||
2594 | 2660 | | |
2595 | 2661 | | |
2596 | 2662 | | |
| 2663 | + | |
| 2664 | + | |
2597 | 2665 | | |
2598 | 2666 | | |
2599 | 2667 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
102 | 118 | | |
103 | 119 | | |
104 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
446 | | - | |
| 445 | + | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| |||
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
807 | | - | |
808 | | - | |
| 807 | + | |
| 808 | + | |
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
| |||
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| 170 | + | |
| 171 | + | |
168 | 172 | | |
169 | 173 | | |
170 | 174 | | |
| |||
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
208 | | - | |
209 | | - | |
210 | 212 | | |
211 | 213 | | |
212 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
21 | 35 | | |
22 | 36 | | |
23 | 37 | | |
| |||
44 | 58 | | |
45 | 59 | | |
46 | 60 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 61 | | |
51 | 62 | | |
52 | 63 | | |
| |||
Lines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
82 | 89 | | |
83 | 90 | | |
84 | 91 | | |
| |||
0 commit comments