File tree
534 files changed
+8440
-4479
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_borrowck/src
- constraints
- diagnostics
- region_infer
- type_check
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- rustc_codegen_ssa/src/traits
- rustc_const_eval/src
- const_eval
- interpret
- intrinsics
- transform
- check_consts
- rustc_data_structures/src
- rustc_driver/src
- rustc_error_codes/src/error_codes
- rustc_error_messages/locales/en-US
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- astconv
- check
- coherence
- collect
- outlives
- variance
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src/persist
- rustc_infer/src/infer
- canonical
- error_reporting/nice_region_error
- nll_relate
- outlives
- rustc_interface/src
- rustc_lexer/src
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_macros/src/diagnostics
- rustc_metadata/src
- rmeta
- rustc_middle/src
- hir
- map
- infer
- middle
- mir
- query
- traits
- ty
- print
- rustc_mir_build/src
- build/expr
- thir/pattern
- rustc_mir_transform/src
- rustc_monomorphize/src
- partitioning
- rustc_parse/src/parser
- rustc_passes/src
- rustc_privacy/src
- rustc_query_impl/src
- rustc_resolve/src
- late
- rustc_save_analysis/src
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- traits
- rustc_ty_utils/src
- library
- alloc/src
- core/src
- async_iter
- ffi
- future
- iter/traits
- mem
- num
- ops
- ptr
- slice
- panic_unwind/src
- std/src
- collections/hash
- sync/mpsc
- sys
- unix
- windows
- test/src
- src
- bootstrap
- ci/docker/host-x86_64/x86_64-gnu-tools
- doc
- unstable-book/src/language-features
- librustdoc
- clean
- formats
- html
- render
- static
- css
- themes
- js
- templates
- passes
- rustdoc-json-types
- test
- codegen
- run-make-fulldeps
- foreign-rust-exceptions
- obtain-borrowck
- rustdoc
- auxiliary
- rustdoc-gui
- rustdoc-json/reexport
- rustdoc-ui
- ui
- associated-types/cache
- async-await
- in-trait
- issues
- multiple-lifetimes
- borrowck
- cast
- cfg
- coercion
- coherence
- consts
- dropck
- dyn-star
- enum-discriminant
- error-codes
- generic-associated-types
- impl-trait
- in-trait
- multiple-lifetimes
- intrinsics
- lifetimes
- lint
- macros
- marker_trait_attr
- nll
- closure-requirements
- ty-outlives
- user-annotations
- parser
- issues
- privacy
- resolve
- rfc-2632-const-trait-impl
- save-analysis
- self
- suggestions
- lifetimes
- traits
- transmutability/enums
- type
- type-alias-impl-trait
- wf
- ui-fulldeps/session-diagnostic
- tools
- clippy
- clippy_lints/src
- casts
- functions
- methods
- operators
- transmute
- types
- clippy_utils/src
- compiletest/src
- miri
- src/stacked_borrows
- rust-analyzer
- .github/workflows
- crates
- flycheck/src
- hir/src
- hir-def/src/macro_expansion_tests
- hir-expand/src
- hir-ty/src
- infer
- tests
- ide/src
- hover
- ide-assists/src
- handlers
- ide-diagnostics/src
- handlers
- project-model
- src
- rust-analyzer/src
- cli
- syntax/src
- ast
- test-utils/src
- docs/user
- editors/code
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
534 files changed
+8440
-4479
lines changedLines changed: 103 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
1 | 104 |
| |
2 | 105 |
| |
3 | 106 |
| |
|
Lines changed: 0 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1112 | 1112 |
| |
1113 | 1113 |
| |
1114 | 1114 |
| |
1115 |
| - | |
1116 |
| - | |
1117 |
| - | |
1118 |
| - | |
1119 |
| - | |
1120 |
| - | |
1121 |
| - | |
1122 |
| - | |
1123 |
| - | |
1124 |
| - | |
1125 |
| - | |
1126 |
| - | |
1127 |
| - | |
1128 |
| - | |
1129 |
| - | |
1130 |
| - | |
1131 |
| - | |
1132 |
| - | |
1133 | 1115 |
| |
1134 | 1116 |
| |
1135 | 1117 |
| |
|
Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
155 | 161 |
| |
156 | 162 |
| |
157 | 163 |
| |
| |||
1301 | 1307 |
| |
1302 | 1308 |
| |
1303 | 1309 |
| |
1304 |
| - | |
| 1310 | + | |
1305 | 1311 |
| |
1306 | 1312 |
| |
1307 | 1313 |
| |
| |||
1589 | 1595 |
| |
1590 | 1596 |
| |
1591 | 1597 |
| |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
143 | 148 |
| |
144 | 149 |
| |
145 | 150 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 |
| - | |
| 115 | + | |
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 |
| - | |
| 119 | + | |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
| 123 | + | |
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 |
| - | |
| 146 | + | |
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 |
| - | |
| 160 | + | |
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 |
| - | |
| 179 | + | |
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 |
| - | |
| 187 | + | |
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
|
Lines changed: 13 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
181 |
| - | |
| 181 | + | |
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
| |||
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
198 |
| - | |
| 198 | + | |
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
| |||
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
223 |
| - | |
| 223 | + | |
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
| |||
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
565 |
| - | |
| 565 | + | |
566 | 566 |
| |
567 | 567 |
| |
568 | 568 |
| |
| |||
640 | 640 |
| |
641 | 641 |
| |
642 | 642 |
| |
643 |
| - | |
| 643 | + | |
644 | 644 |
| |
645 | 645 |
| |
646 | 646 |
| |
| |||
660 | 660 |
| |
661 | 661 |
| |
662 | 662 |
| |
663 |
| - | |
| 663 | + | |
664 | 664 |
| |
665 | 665 |
| |
666 |
| - | |
| 666 | + | |
667 | 667 |
| |
668 | 668 |
| |
669 | 669 |
| |
| |||
702 | 702 |
| |
703 | 703 |
| |
704 | 704 |
| |
705 |
| - | |
| 705 | + | |
706 | 706 |
| |
707 | 707 |
| |
708 | 708 |
| |
| |||
845 | 845 |
| |
846 | 846 |
| |
847 | 847 |
| |
848 |
| - | |
| 848 | + | |
849 | 849 |
| |
850 | 850 |
| |
851 | 851 |
| |
| |||
864 | 864 |
| |
865 | 865 |
| |
866 | 866 |
| |
867 |
| - | |
| 867 | + | |
868 | 868 |
| |
869 | 869 |
| |
870 | 870 |
| |
| |||
931 | 931 |
| |
932 | 932 |
| |
933 | 933 |
| |
934 |
| - | |
| 934 | + | |
935 | 935 |
| |
936 | 936 |
| |
937 | 937 |
| |
| |||
944 | 944 |
| |
945 | 945 |
| |
946 | 946 |
| |
947 |
| - | |
| 947 | + | |
948 | 948 |
| |
949 | 949 |
| |
950 | 950 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1574 | 1574 |
| |
1575 | 1575 |
| |
1576 | 1576 |
| |
1577 |
| - | |
| 1577 | + | |
1578 | 1578 |
| |
1579 | 1579 |
| |
1580 | 1580 |
| |
| |||
1593 | 1593 |
| |
1594 | 1594 |
| |
1595 | 1595 |
| |
1596 |
| - | |
| 1596 | + | |
1597 | 1597 |
| |
1598 | 1598 |
| |
1599 | 1599 |
| |
| |||
2044 | 2044 |
| |
2045 | 2045 |
| |
2046 | 2046 |
| |
2047 |
| - | |
| 2047 | + | |
2048 | 2048 |
| |
2049 | 2049 |
| |
2050 | 2050 |
| |
|
0 commit comments