File tree
316 files changed
+7290
-4967
lines changed- compiler
- rustc_ast/src
- util
- rustc_ast_pretty/src/pprust
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- llvm
- rustc_codegen_ssa/src
- mir
- traits
- rustc_data_structures/src
- rustc_expand/src
- mbe
- rustc_interface/src
- rustc_lint_defs/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- mir
- interpret
- ty/print
- rustc_monomorphize/src
- rustc_parse/src
- lexer
- parser
- rustc_query_system/src/query
- rustc_symbol_mangling/src
- rustc_trait_selection/src/error_reporting/infer
- rustc_ty_utils
- src
- library/core/src/ops
- src
- bootstrap/src/core
- build_steps
- builder
- ci/docker
- doc/rustc-dev-guide/src
- librustdoc/clean
- tools
- clippy/clippy_utils/src
- rust-analyzer
- .github/workflows
- crates
- base-db
- cfg
- hir
- src
- semantics
- term_search
- hir-def
- src
- macro_expansion_tests
- nameres
- hir-expand
- src
- builtin
- hir-ty
- src
- consteval/tests
- mir/eval
- ide
- src
- doc_links
- hover
- inlay_hints
- syntax_highlighting
- test_data
- ide-assists
- src
- handlers
- tests
- ide-completion
- src
- completions
- context
- ide-db
- src
- syntax_helpers
- ide-diagnostics
- src
- handlers
- ide-ssr
- intern
- mbe
- src
- parser
- src
- syntax_kind
- paths
- src
- proc-macro-api
- proc-macro-srv
- proc-macro-test
- imp
- profile
- src
- project-model
- src
- test_data
- output
- rust-analyzer
- src
- handlers
- lsp
- tracing
- stdx
- src
- syntax
- src
- ast
- syntax_factory
- syntax_editor
- syntax-bridge
- test-utils
- src
- toolchain
- tt
- vfs
- src
- vfs-notify
- docs/book/src
- contributing
- editors/code
- src
- tests/unit
- xtask/src
- rustfmt/src
- tidy/src
- tests
- codegen
- rustdoc-json
- enums
- discriminant
- fn_pointer
- fns
- generic-associated-types
- lifetime
- methods
- reexport
- statics
- structs
- traits
- type
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
316 files changed
+7290
-4967
lines changedDiff for: compiler/rustc_ast/src/token.rs
+170-126
Large diffs are not rendered by default.
Diff for: compiler/rustc_ast/src/tokenstream.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
654 |
| - | |
| 654 | + | |
655 | 655 |
| |
656 | 656 |
| |
657 | 657 |
| |
|
Diff for: compiler/rustc_ast/src/util/parser.rs
+21-21
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
+23-22
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
| 14 | + | |
17 | 15 |
| |
18 | 16 |
| |
19 | 17 |
| |
| |||
319 | 317 |
| |
320 | 318 |
| |
321 | 319 |
| |
322 |
| - | |
| 320 | + | |
323 | 321 |
| |
324 | 322 |
| |
325 | 323 |
| |
| |||
344 | 342 |
| |
345 | 343 |
| |
346 | 344 |
| |
347 |
| - | |
348 |
| - | |
349 |
| - | |
350 |
| - | |
351 |
| - | |
352 |
| - | |
353 |
| - | |
354 |
| - | |
355 |
| - | |
356 |
| - | |
357 |
| - | |
358 |
| - | |
359 |
| - | |
360 |
| - | |
361 |
| - | |
362 | 345 |
| |
363 | 346 |
| |
364 | 347 |
| |
| |||
913 | 896 |
| |
914 | 897 |
| |
915 | 898 |
| |
916 |
| - | |
| 899 | + | |
917 | 900 |
| |
918 | 901 |
| |
919 | 902 |
| |
920 |
| - | |
921 |
| - | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
922 | 923 |
| |
923 | 924 |
| |
924 | 925 |
| |
|
-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 | 67 |
| |
73 | 68 |
| |
74 | 69 |
| |
|
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 | 130 |
| |
135 | 131 |
| |
136 | 132 |
| |
|
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1046 | 1046 |
| |
1047 | 1047 |
| |
1048 | 1048 |
| |
1049 |
| - | |
1050 | 1049 |
| |
1051 | 1050 |
| |
1052 | 1051 |
| |
|
+22-37
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
207 |
| - | |
208 | 206 |
| |
209 |
| - | |
210 | 207 |
| |
211 | 208 |
| |
212 |
| - | |
| 209 | + | |
213 | 210 |
| |
214 | 211 |
| |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
| 212 | + | |
| 213 | + | |
230 | 214 |
| |
231 | 215 |
| |
232 | 216 |
| |
| |||
237 | 221 |
| |
238 | 222 |
| |
239 | 223 |
| |
240 |
| - | |
| 224 | + | |
241 | 225 |
| |
242 | 226 |
| |
243 |
| - | |
244 |
| - | |
245 |
| - | |
| 227 | + | |
| 228 | + | |
246 | 229 |
| |
247 |
| - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
248 | 234 |
| |
249 | 235 |
| |
250 | 236 |
| |
| |||
260 | 246 |
| |
261 | 247 |
| |
262 | 248 |
| |
263 |
| - | |
264 |
| - | |
265 |
| - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
266 | 261 |
| |
267 |
| - | |
268 |
| - | |
269 | 262 |
| |
270 |
| - | |
271 |
| - | |
272 |
| - | |
273 |
| - | |
274 |
| - | |
275 |
| - | |
276 |
| - | |
277 |
| - | |
278 | 263 |
| |
279 | 264 |
| |
280 | 265 |
| |
|
+2-24
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
97 |
| - | |
98 | 96 |
| |
99 | 97 |
| |
100 | 98 |
| |
| |||
119 | 117 |
| |
120 | 118 |
| |
121 | 119 |
| |
122 |
| - | |
123 | 120 |
| |
124 | 121 |
| |
125 | 122 |
| |
126 | 123 |
| |
127 | 124 |
| |
128 | 125 |
| |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
| 126 | + | |
149 | 127 |
| |
150 | 128 |
| |
151 | 129 |
| |
|
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
|
+8-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
| 82 | + | |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
| 112 | + | |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
|
0 commit comments