This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
184 files changed
+3591
-1303
lines changed- compiler
- rustc_borrowck/src/diagnostics
- rustc_codegen_llvm/src/coverageinfo
- rustc_const_eval/src/interpret
- rustc_middle/src/mir
- rustc_mir_transform/src/coverage
- rustc_parse
- src
- parser
- library/core/src/ptr
- src/tools/miri/tests/pass
- tests
- rustdoc-ui/doctest
- ui
- async-await/await-keyword
- attributes
- conditional-compilation
- consts
- const-eval
- miri_unleashed
- coverage-attr
- did_you_mean
- enum
- error-codes
- expr/if/attrs
- extern
- fmt
- fn
- generics
- half-open-range-patterns
- impl-trait
- issues
- label
- lexer
- macros
- malformed
- object-safety
- operator-recovery
- or-patterns
- parser
- attribute
- char
- issues
- macro
- recover
- removed-syntax
- pattern
- bindings-after-at
- pub
- range
- rfcs/rfc-0000-never_patterns
- self
- structs
- suggestions
- type
- ascription
- pattern_types
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
184 files changed
+3591
-1303
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
92 |
| - | |
| 91 | + | |
93 | 92 |
| |
94 | 93 |
| |
95 | 94 |
| |
| |||
109 | 108 |
| |
110 | 109 |
| |
111 | 110 |
| |
112 |
| - | |
| 111 | + | |
113 | 112 |
| |
114 | 113 |
| |
115 | 114 |
| |
| |||
163 | 162 |
| |
164 | 163 |
| |
165 | 164 |
| |
| 165 | + | |
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
| |||
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
222 |
| - | |
| 222 | + | |
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
255 | 259 |
| |
256 | 260 |
| |
| 261 | + | |
257 | 262 |
| |
258 | 263 |
| |
259 |
| - | |
| 264 | + | |
260 | 265 |
| |
261 | 266 |
| |
262 | 267 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
326 |
| - | |
327 |
| - | |
| 326 | + | |
328 | 327 |
| |
329 |
| - | |
| 328 | + | |
| 329 | + | |
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
| |||
644 | 644 |
| |
645 | 645 |
| |
646 | 646 |
| |
647 |
| - | |
| 647 | + | |
648 | 648 |
| |
649 | 649 |
| |
650 | 650 |
| |
|
There was a problem loading the remainder of the diff.
0 commit comments