This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
42 files changed
+482
-121
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast/src
- util
- rustc_builtin_macros/src
- rustc_hir_analysis/src/hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src/fn_ctxt
- rustc_hir/src
- rustc_lint/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- mir/interpret
- query
- rustc_mir_build/src
- builder/expr
- thir
- pattern
- rustc_serialize/src
- rustc_span/src
- rustc_ty_utils/src
- src/tools/clippy
- clippy_lints/src
- casts
- matches
- methods
- utils
- clippy_utils/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+482
-121
lines changedLines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
1766 | 1766 |
| |
1767 | 1767 |
| |
1768 | 1768 |
| |
1769 |
| - | |
| 1769 | + | |
1770 | 1770 |
| |
1771 | 1771 |
| |
1772 | 1772 |
| |
| |||
2024 | 2024 |
| |
2025 | 2025 |
| |
2026 | 2026 |
| |
2027 |
| - | |
| 2027 | + | |
| 2028 | + | |
2028 | 2029 |
| |
2029 | 2030 |
| |
2030 | 2031 |
| |
| |||
2087 | 2088 |
| |
2088 | 2089 |
| |
2089 | 2090 |
| |
2090 |
| - | |
| 2091 | + | |
| 2092 | + | |
2091 | 2093 |
| |
2092 | 2094 |
| |
2093 | 2095 |
| |
2094 | 2096 |
| |
2095 | 2097 |
| |
2096 | 2098 |
| |
2097 |
| - | |
| 2099 | + | |
2098 | 2100 |
| |
2099 |
| - | |
| 2101 | + | |
2100 | 2102 |
| |
2101 | 2103 |
| |
2102 | 2104 |
| |
|
Lines changed: 9 additions & 9 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 |
| |
| |||
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 |
| |
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
| 149 | + | |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 |
| - | |
| 185 | + | |
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
189 |
| - | |
| 189 | + | |
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
|
0 commit comments