This repository was archived by the owner on May 28, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
398 files changed
+6314
-1617
lines changed- compiler
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_codegen_cranelift
- example
- src
- abi
- debuginfo
- intrinsics
- rustc_codegen_gcc
- example
- src
- intrinsic
- rustc_codegen_llvm/src
- debuginfo/metadata
- rustc_codegen_ssa/src
- back
- debuginfo
- mir
- rustc_const_eval/src
- const_eval
- interpret
- util
- rustc_data_structures/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- compare_impl_item
- coherence
- collect
- hir_ty_lowering
- impl_wf_check
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer/outlives
- rustc_lint/src
- rustc_lint_defs/src
- rustc_metadata/src
- rustc_middle/src
- mir
- query
- ty
- print
- rustc_mir_build/src/builder
- expr
- rustc_mir_transform/src
- rustc_monomorphize/src
- mono_checks
- partitioning
- rustc_next_trait_solver/src/solve
- assembly
- normalizes_to
- rustc_passes
- src
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_serialize/src
- rustc_smir/src
- rustc_smir
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- error_reporting/traits
- traits
- query/type_op
- select
- specialize
- rustc_traits/src
- rustc_transmute/src/maybe_transmutable
- rustc_ty_utils/src
- rustc_type_ir/src
- solve
- library/core/src
- convert
- fmt
- hash
- intrinsics
- ops
- prelude
- ptr
- src
- bootstrap/src/core/build_steps
- librustdoc
- clean
- tools
- clippy
- clippy_lints/src
- methods
- clippy_utils/src/ty
- tests/ui
- lint-docs/src
- miri
- src
- shims
- tests/fail
- stacked_borrows
- unaligned_pointers
- tests
- assembly
- auxiliary
- codegen
- unwind-abis
- codegen-units/item-collection
- crashes
- incremental/hashes
- mir-opt/inline
- run-make
- amdgpu-kd
- atomic-lock-free
- avr-rjmp-offset
- min-global-align
- simd-ffi
- target-specs
- rustdoc
- intra-doc
- auxiliary
- notable-trait
- rustdoc-json
- impls
- primitives
- rustdoc-ui
- ui
- abi
- attributes
- closures
- codegen
- const-generics
- consts
- debuginfo
- extern
- feature-gates
- invalid-compile-flags
- lang-items
- layout
- nll
- offset-of
- panic-handler
- privacy
- sized-hierarchy
- auxiliary
- stack-protector
- symbol-names
- target-feature
- traits
- const-traits
- auxiliary
- default_auto_traits
- next-solver
- cycles/coinduction
- normalize
- non_lifetime_binders
- type-alias-impl-trait
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
398 files changed
+6314
-1617
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
257 |
| - | |
258 |
| - | |
259 |
| - | |
260 |
| - | |
| 257 | + | |
| 258 | + | |
261 | 259 |
| |
262 | 260 |
| |
263 | 261 |
| |
|
Lines changed: 7 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
238 | 236 |
| |
239 | 237 |
| |
240 | 238 |
| |
|
0 commit comments