This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
859 files changed
+11724
-6204
lines changed- .github
- workflows
- compiler
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_codegen_cranelift/src
- rustc_codegen_llvm/src
- debuginfo
- rustc_codegen_ssa/src
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- util
- rustc_data_structures
- src
- rustc_expand/src/mbe
- rustc_feature/src
- rustc_hir_analysis/src
- check
- coherence
- hir_ty_lowering
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_hir/src
- rustc_index_macros/src
- rustc_infer
- src
- infer
- error_reporting
- opaque_types
- outlives
- relate
- traits
- rustc_lint_defs/src
- rustc_lint
- src
- rustc_metadata/src/rmeta
- rustc_middle/src
- middle
- mir
- interpret
- query
- traits
- ty
- print
- util
- rustc_mir_build/src
- build
- expr
- matches
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- shim
- rustc_monomorphize/src
- rustc_passes/src
- rustc_resolve/src
- late
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_smir/src/rustc_smir
- convert
- rustc_span/src
- rustc_target/src
- asm
- spec
- base
- targets
- rustc_trait_selection/src
- solve
- assembly
- eval_ctxt
- inspect
- normalizes_to
- traits
- error_reporting
- query
- select
- rustc_transmute/src/layout
- rustc_ty_utils/src
- rustc_type_ir/src
- stable_mir/src
- mir
- library
- alloc/src
- rc
- core/src
- iter/traits
- num
- ops
- slice
- proc_macro/src
- std
- src
- sync
- sys_common
- sys
- pal
- hermit
- unix
- windows/c
- thread
- src
- bootstrap
- defaults
- src
- core
- build_steps
- config
- utils
- helpers
- ci
- docker
- host-x86_64
- dist-i686-linux
- dist-x86_64-linux
- x86_64-gnu-integration
- scripts
- github-actions
- doc/rustc/src
- platform-support
- etc
- tools
- build-manifest/src
- build_helper/src
- clippy
- book/src
- development
- proposals
- clippy_config
- clippy_dummy
- clippy_lints
- src
- attrs
- cargo
- casts
- doc
- functions
- matches
- methods
- misc_early
- operators
- transmute
- utils
- internal_lints
- clippy_utils
- src
- ty/type_certainty
- declare_clippy_lint
- lintcheck
- tests
- ui-cargo/lint_groups_priority
- fail
- pass
- ui-toml
- private-doc-errors
- type_repetition_in_bounds
- ui
- author
- auxiliary
- crashes
- declare_interior_mutable_const
- missing_const_for_fn
- needless_bool
- util/gh-pages
- compiletest/src
- header
- read2
- runtest
- generate-windows-sys
- jsondoclint/src
- linkchecker
- lint-docs/src
- miri
- src
- shims
- tests
- fail
- function_calls
- intrinsics
- panic
- pass
- backtrace
- opt-dist/src
- remote-test-client/src
- remote-test-server/src
- run-make-support
- src
- diff
- rust-analyzer/crates/hir-ty/src
- tidy
- config
- src
- tests
- assembly
- asm
- targets
- codegen
- instrument-coverage
- issues
- naked-fn
- crashes
- debuginfo
- mir-opt/pre-codegen
- run-make
- allow-non-lint-warnings-cmdline
- codegen-options-parsing
- const_fn_mir
- dep-graph
- duplicate-output-flavors
- optimization-remarks-dir-pgo
- pgo-branch-weights
- pgo-gen-lto
- pgo-gen-no-imp-symbols
- pgo-gen
- pgo-indirect-call-promotion
- pgo-use
- symlinked-extern
- symlinked-libraries
- symlinked-rlib
- track-pgo-dep-info
- rustdoc-gui
- ui-fulldeps/stable-mir
- ui
- asm/x86_64
- associated-type-bounds
- associated-types
- async-await/return-type-notation
- auto-traits
- binop
- coherence
- occurs-check
- const-generics
- issues
- parser-error-recovery
- consts
- const-eval
- delegation
- diagnostic_namespace/do_not_recommend
- did_you_mean
- editions
- feature-gates
- generic-associated-types
- generics
- higher-ranked/trait-bounds
- hygiene
- impl-trait
- imports
- instrument-coverage
- issues
- iterators
- kindck
- lazy-type-alias
- lint
- dead-code
- non-local-defs
- non-snake-case
- macros
- macro-metavar-expr-concat
- rfc-3086-metavar-expr
- methods
- mismatched_types
- namespace
- never_type
- numbers-arithmetic
- on-unimplemented
- pattern
- proc-macro/auxiliary/api
- resolve
- rfcs/rfc-2126-extern-absolute-paths
- rust-2018
- span
- suggestions
- traits
- inheritance
- negative-bounds
- next-solver
- canonical
- diagnostics
- env-shadows-impls
- normalize
- suggest-dereferences
- transmutability
- enums
- references
- try-trait
- type-alias-impl-trait
- typeck
- type
- ufcs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
859 files changed
+11724
-6204
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
1 | 2 |
| |
2 | 3 |
| |
3 | 4 |
| |
| |||
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 |
| - | |
| 11 | + | |
| 12 | + |
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
99 |
| - | |
100 | 98 |
| |
101 | 99 |
| |
102 | 100 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
379 | 379 |
| |
380 | 380 |
| |
381 | 381 |
| |
| 382 | + | |
382 | 383 |
| |
383 | 384 |
| |
384 | 385 |
| |
|
0 commit comments