Commit 279e9e2
File tree
141 files changed
+628
-703
lines changedFilter options
- rust
- ast-generator/src
- templates
- extractor/src
- generated
- translate
- ql
- lib
- codeql/rust
- controlflow/internal
- generated
- dataflow/internal
- elements
- internal
- generated
- frameworks
- rustcrypto
- stdlib
- internal
- security/regex
- test/extractor-tests
- generated
- AsmExpr
- AssocTypeArg
- CallExpr
- ExternCrate
- FieldExpr
- FormatArgsExpr
- LetExpr
- MatchExpr
- MethodCallExpr
- Path
- RecordExpr
- RecordExprField
- RecordExprFieldList
- RecordField
- RecordFieldList
- RecordPat
- RecordPatField
- RecordPatFieldList
- StructExprField
- StructField
- StructFieldList
- StructPatField
- TypeBound
- Union
- Variant
- utf8
- schema
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
141 files changed
+628
-703
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
|
rust/ast-generator/src/main.rs
Copy file name to clipboardExpand all lines: rust/ast-generator/src/main.rs+43-31Lines changed: 43 additions & 31 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
28 |
| - |
| 26 | + |
29 | 27 |
|
30 | 28 |
|
31 | 29 |
|
| ||
36 | 34 |
|
37 | 35 |
|
38 | 36 |
|
| 37 | + |
| 38 | + |
| 39 | + |
39 | 40 |
|
40 | 41 |
|
41 |
| - |
| 42 | + |
42 | 43 |
|
| 44 | + |
43 | 45 |
|
44 | 46 |
|
45 | 47 |
|
| ||
103 | 105 |
|
104 | 106 |
|
105 | 107 |
|
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
106 | 125 |
|
107 |
| - |
| 126 | + |
| 127 | + |
108 | 128 |
|
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 | 129 |
|
126 | 130 |
|
127 | 131 |
|
| ||
428 | 432 |
|
429 | 433 |
|
430 | 434 |
|
| 435 | + |
431 | 436 |
|
432 | 437 |
|
433 | 438 |
|
| ||
476 | 481 |
|
477 | 482 |
|
478 | 483 |
|
479 |
| - |
480 |
| - |
481 |
| - |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
482 | 492 |
|
483 | 493 |
|
484 | 494 |
|
485 | 495 |
|
486 | 496 |
|
487 |
| - |
488 |
| - |
| 497 | + |
| 498 | + |
489 | 499 |
|
490 | 500 |
|
491 | 501 |
|
| ||
517 | 527 |
|
518 | 528 |
|
519 | 529 |
|
| 530 | + |
| 531 | + |
| 532 | + |
| 533 | + |
| 534 | + |
520 | 535 |
|
521 |
| - |
| 536 | + |
522 | 537 |
|
523 | 538 |
|
524 |
| - |
525 |
| - |
526 |
| - |
527 |
| - |
| 539 | + |
528 | 540 |
|
529 | 541 |
|
530 | 542 |
|
|
rust/ast-generator/src/templates/extractor.mustache
Copy file name to clipboardExpand all lines: rust/ast-generator/src/templates/extractor.mustache+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
|
rust/extractor/src/crate_graph.rs
Copy file name to clipboardExpand all lines: rust/extractor/src/crate_graph.rs+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
476 | 476 |
|
477 | 477 |
|
478 | 478 |
|
479 |
| - |
| 479 | + |
480 | 480 |
|
481 | 481 |
|
482 | 482 |
|
| ||
1000 | 1000 |
|
1001 | 1001 |
|
1002 | 1002 |
|
1003 |
| - |
| 1003 | + |
1004 | 1004 |
|
1005 | 1005 |
|
1006 | 1006 |
|
1007 | 1007 |
|
1008 | 1008 |
|
1009 | 1009 |
|
1010 |
| - |
| 1010 | + |
1011 | 1011 |
|
1012 | 1012 |
|
1013 | 1013 |
|
| ||
1253 | 1253 |
|
1254 | 1254 |
|
1255 | 1255 |
|
1256 |
| - |
| 1256 | + |
1257 | 1257 |
|
1258 | 1258 |
|
1259 | 1259 |
|
1260 |
| - |
| 1260 | + |
1261 | 1261 |
|
1262 | 1262 |
|
1263 | 1263 |
|
| ||
1305 | 1305 |
|
1306 | 1306 |
|
1307 | 1307 |
|
1308 |
| - |
| 1308 | + |
1309 | 1309 |
|
1310 | 1310 |
|
1311 | 1311 |
|
1312 |
| - |
| 1312 | + |
1313 | 1313 |
|
1314 | 1314 |
|
1315 | 1315 |
|
|
rust/extractor/src/generated/.generated.list
Copy file name to clipboardExpand all lines: rust/extractor/src/generated/.generated.list+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments