Commit d49be02
File tree
Expand file treeCollapse file tree
54 files changed
+813
-397
lines changedFilter options
- compiler
- rustc_ast/src
- util
- rustc_ast_pretty/src/pprust/state
- rustc_errors/src
- rustc_hir/src
- rustc_hir_analysis/src/check
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- rustc_lint/src
- rustc_middle/src/ty
- rustc_mir_build/src
- build/expr
- thir/pattern
- rustc_mir_transform/src
- rustc_parse/src
- parser
- rustc_session/src
- rustc_trait_selection/src
- rustc_ty_utils/src
- library/core/src/slice
- src
- librustdoc
- html
- json
- rustdoc-json-types
- tools
- clippy
- clippy_lints/src
- loops
- matches
- methods
- transmute
- clippy_utils/src
- compiletest/src
- header
- tests
- rustdoc-json
- impls
- statics
- ui
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
54 files changed
+813
-397
lines changedcompiler/rustc_ast/src/ast.rs
Copy file name to clipboardExpand all lines: compiler/rustc_ast/src/ast.rs+10-12Lines changed: 10 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 |
| - |
44 |
| - |
| 42 | + |
45 | 43 |
|
46 | 44 |
|
47 | 45 |
|
| ||
1317 | 1315 |
|
1318 | 1316 |
|
1319 | 1317 |
|
1320 |
| - |
| 1318 | + |
1321 | 1319 |
|
1322 |
| - |
| 1320 | + |
1323 | 1321 |
|
1324 | 1322 |
|
1325 | 1323 |
|
1326 | 1324 |
|
1327 | 1325 |
|
1328 | 1326 |
|
1329 |
| - |
| 1327 | + |
1330 | 1328 |
|
1331 | 1329 |
|
1332 | 1330 |
|
1333 | 1331 |
|
1334 | 1332 |
|
1335 |
| - |
| 1333 | + |
1336 | 1334 |
|
1337 | 1335 |
|
1338 |
| - |
1339 |
| - |
| 1336 | + |
| 1337 | + |
1340 | 1338 |
|
1341 | 1339 |
|
1342 |
| - |
| 1340 | + |
1343 | 1341 |
|
1344 | 1342 |
|
1345 | 1343 |
|
| ||
1348 | 1346 |
|
1349 | 1347 |
|
1350 | 1348 |
|
1351 |
| - |
| 1349 | + |
1352 | 1350 |
|
1353 | 1351 |
|
1354 | 1352 |
|
| ||
1381 | 1379 |
|
1382 | 1380 |
|
1383 | 1381 |
|
1384 |
| - |
| 1382 | + |
1385 | 1383 |
|
1386 | 1384 |
|
1387 | 1385 |
|
|
compiler/rustc_ast/src/util/parser.rs
Copy file name to clipboardExpand all lines: compiler/rustc_ast/src/util/parser.rs+51-24Lines changed: 51 additions & 24 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
131 |
| - |
| 131 | + |
132 | 132 |
|
133 | 133 |
|
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
146 | 146 |
|
147 | 147 |
|
148 | 148 |
|
| ||
229 | 229 |
|
230 | 230 |
|
231 | 231 |
|
232 |
| - |
233 |
| - |
234 |
| - |
235 |
| - |
236 |
| - |
237 |
| - |
238 |
| - |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
239 | 266 |
|
240 | 267 |
|
241 |
| - |
242 |
| - |
| 268 | + |
| 269 | + |
243 | 270 |
|
244 | 271 |
|
245 | 272 |
|
246 | 273 |
|
247 | 274 |
|
248 | 275 |
|
249 | 276 |
|
250 |
| - |
251 |
| - |
| 277 | + |
| 278 | + |
252 | 279 |
|
253 | 280 |
|
254 | 281 |
|
|
0 commit comments