File tree
805 files changed
+2846
-1299
lines changed- .reuse
- compiler
- rustc_ast_lowering/src
- rustc_ast_passes
- src
- rustc_attr/src
- rustc_borrowck/src/diagnostics
- rustc_builtin_macros/src
- rustc_codegen_ssa/src
- back
- rustc_const_eval/src/transform/check_consts
- rustc_expand/src
- mbe
- rustc_hir/src
- rustc_hir_analysis/src
- astconv
- check
- collect
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_index_macros/src
- rustc_infer/src/infer
- rustc_lint/src
- rustc_metadata/src
- rustc_middle/src
- middle
- traits
- rustc_parse
- src
- parser
- rustc_passes/src
- rustc_resolve/src
- rustc_session
- src
- config
- rustc_target/src
- abi/call
- spec
- abi
- base
- rustc_trait_selection/src
- solve
- traits
- error_reporting
- query
- select
- rustc_ty_utils/src
- library
- core/src
- std
- src/sys
- pal
- common
- thread_local
- hermit
- itron
- time
- sgx
- abi
- tls
- sync_bitset
- usercalls
- rwlock
- waitqueue
- spin_mutex
- unsafe_list
- solid
- abi
- teeos
- locks
- uefi
- unix
- fd
- kernel_copy
- locks
- os
- os_str
- process
- process_common
- process_unix
- process_unsupported
- wait_status
- thread_parking
- unsupported
- locks
- wasi
- wasm
- atomics
- windows
- alloc
- args
- c
- handle
- locks
- os
- path
- process
- stdio
- thread_local_key
- xous
- locks
- src
- doc/rustc/src/platform-support
- librustdoc
- clean
- passes
- tools
- generate-windows-sys/src
- miri
- src
- shims
- tests
- fail
- alloc
- function_calls
- intrinsics
- panic
- shims/fs
- fail-dep/concurrency
- tidy/src
- tests
- debuginfo
- rustdoc-ui
- intra-doc
- lints
- ui
- array-slice-vec
- associated-consts
- associated-inherent-types
- associated-type-bounds
- return-type-notation
- async-await
- issues
- track-caller
- auto-traits
- binop
- borrowck
- box
- c-variadic
- cfg
- closures
- 2229_closure_analysis
- optimization
- binder
- cmse-nonsecure
- cmse-nonsecure-call
- cmse-nonsecure-entry
- conditional-compilation
- const-generics/parser-error-recovery
- consts
- const-eval
- const-extern-fn
- const-mut-refs
- control-flow
- min_const_fn
- coroutine
- deprecation
- diagnostic_namespace
- on_unimplemented
- dyn-star
- error-codes
- expr/if/attrs
- extern
- feature-gates
- generic-associated-types
- generic-const-items
- half-open-range-patterns
- higher-ranked/trait-bounds
- impl-trait
- issues
- imports
- inference
- internal
- intrinsics
- issues
- lang-items
- linkage-attr
- lint
- must_not_suspend
- rfc-2383-lint-reason
- unused
- macros
- rfc-3086-metavar-expr
- moves
- never_type
- offset-of
- on-unimplemented
- or-patterns
- panic-runtime
- parser
- attribute
- issues
- recover
- pattern
- usefulness
- pin-macro
- proc-macro
- raw-ref-op
- repr
- rfcs
- rfc-0000-never_patterns
- rfc-1445-restrict-constants-in-patterns
- rfc-2294-if-let-guard
- rfc-2396-target_feature-11
- rfc-2397-do-not-recommend
- rfc-2497-if-let-chains
- rfc-2528-type-changing-struct-update
- rfc-2632-const-trait-impl
- const_derives
- effects
- rustdoc
- self
- span
- specialization
- defaultimpl
- stability-attribute
- suggestions
- target-feature
- thread-local
- tool-attributes
- track-diagnostics
- traits
- alias
- default-method
- negative-impls
- next-solver
- transmutability/malformed-program-gracefulness
- type-alias-impl-trait
- typeck
- unboxed-closures
- unknown-unstable-lints
- unsafe
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
805 files changed
+2846
-1299
lines changed+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
| |||
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
54 |
| - | |
| 55 | + | |
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
714 | 714 |
| |
715 | 715 |
| |
716 | 716 |
| |
717 |
| - | |
| 717 | + | |
718 | 718 |
| |
719 |
| - | |
| 719 | + | |
720 | 720 |
| |
721 | 721 |
| |
722 | 722 |
| |
|
+253
Original 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 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + |
0 commit comments