File tree
242 files changed
+946
-644
lines changed- compiler
- rustc_attr_parsing/src
- attributes
- rustc_codegen_llvm/src
- debuginfo
- rustc_codegen_ssa/src
- rustc_expand/src
- mbe
- rustc_hir/src/attrs
- rustc_macros/src
- rustc_middle/src/middle
- rustc_mir_build/src/builder
- rustc_passes
- src
- rustc_privacy/src
- rustc_resolve/src
- rustc_target/src/spec
- base
- targets
- library
- alloctests/tests
- std/src/sys/pal/unix
- src
- bootstrap/src/core/build_steps
- doc
- rustc/src
- platform-support
- rustdoc/src/write-documentation
- librustdoc/passes
- tools
- clippy/tests/ui
- rust-analyzer/crates/hir-expand/src/builtin
- rustfmt/src/config
- tests
- rustdoc-ui/intra-doc
- rustdoc/intra-doc
- ui
- array-slice-vec
- asm
- x86_64
- attributes
- main-removed-2
- backtrace
- box/unit
- c-variadic
- cfg/assume-incomplete-release
- codegen
- coroutine
- delegation
- drop
- explicit-tail-calls
- extern
- fmt
- frontmatter
- hygiene
- impl-trait/precise-capturing
- invalid-compile-flags
- invalid
- issues
- linkage-attr
- raw-dylib/elf
- linking
- lint
- lto
- macros
- numbers-arithmetic
- panic-runtime
- panics
- parser
- issues
- macro
- proc-macro
- quote
- process
- resolve
- rfcs/rfc-3348-c-string-literals
- runtime
- rust-2018
- rust-2021
- rust-2024
- unsafe-attributes
- sanitizer
- cfi
- sepcomp
- simd
- intrinsic
- structs-enums
- suggestions
- test-attrs
- threads-sendsync
- traits
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
242 files changed
+946
-644
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
163 | 164 |
| |
164 | 165 |
| |
165 | 166 |
| |
| 167 | + | |
166 | 168 |
| |
167 | 169 |
| |
168 | 170 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
541 |
| - | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
542 | 548 |
| |
543 | 549 |
| |
544 | 550 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
11 |
| - | |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 |
| - | |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
149 | 150 |
| |
150 | 151 |
| |
151 | 152 |
| |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
| 153 | + | |
| 154 | + | |
164 | 155 |
| |
165 | 156 |
| |
166 | 157 |
| |
| |||
171 | 162 |
| |
172 | 163 |
| |
173 | 164 |
| |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 | 165 |
| |
181 | 166 |
| |
182 | 167 |
| |
|
0 commit comments