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
347 files changed
+4967
-2279
lines changed- .github/workflows
- compiler
- rustc
- rustc_abi
- src
- rustc_arena
- src
- rustc_ast
- src
- rustc_ast_ir
- src
- rustc_ast_lowering
- src
- rustc_ast_passes
- src
- rustc_ast_pretty
- src
- rustc_attr_data_structures
- src
- rustc_attr_parsing
- src
- rustc_baked_icu_data
- src
- rustc_borrowck
- src
- rustc_builtin_macros
- src
- rustc_codegen_llvm
- src
- rustc_codegen_ssa
- src
- rustc_const_eval
- src
- rustc_data_structures
- src
- graph
- obligation_forest
- sync
- tagged_ptr
- rustc_driver
- rustc_driver_impl
- src
- rustc_error_codes
- src
- rustc_error_messages
- src
- rustc_errors
- src
- rustc_expand
- src
- rustc_feature
- src
- rustc_fluent_macro
- src
- rustc_fs_util
- rustc_graphviz
- src
- rustc_hashes
- rustc_hir
- src
- rustc_hir_analysis
- src
- check
- rustc_hir_pretty
- src
- rustc_hir_typeck
- src
- fn_ctxt
- rustc_incremental
- src
- rustc_index
- src
- rustc_index_macros
- src
- rustc_infer
- src
- rustc_interface
- src
- rustc_lexer
- src
- rustc_lint
- src
- rustc_lint_defs
- src
- rustc_llvm
- src
- rustc_log
- rustc_macros
- src
- rustc_metadata
- src
- rustc_middle
- src
- rustc_mir_build
- src
- rustc_mir_dataflow
- src
- rustc_mir_transform
- src
- rustc_monomorphize
- src
- rustc_next_trait_solver
- src
- rustc_parse
- src
- rustc_parse_format
- src
- rustc_passes
- src
- rustc_pattern_analysis
- src
- tests/common
- rustc_privacy
- src
- rustc_query_impl
- src
- rustc_query_system
- src
- rustc_resolve
- src
- rustc_sanitizers
- src
- rustc_serialize
- src
- rustc_session
- src
- rustc_smir
- src
- rustc_span
- src
- rustc_symbol_mangling
- src
- rustc_target
- src
- rustc_trait_selection
- src
- rustc_traits
- src
- rustc_transmute
- src
- rustc_ty_utils
- src
- rustc_type_ir
- src
- rustc_type_ir_macros
- stable_mir
- src
- bootstrap/src/core/builder
- ci/citool/src
- doc/unstable-book/src/language-features
- librustdoc/doctest
- tools/rust-analyzer
- .github/workflows
- crates
- cfg/src
- hir/src
- term_search
- hir-def/src
- hir
- macro_expansion_tests/mbe
- hir-expand/src
- hir-ty
- src
- consteval
- diagnostics
- layout
- mir
- eval
- lower
- tests
- ide/src
- hover
- inlay_hints
- syntax_highlighting
- test_data
- ide-assists/src
- handlers
- tests
- ide-completion/src
- completions
- context
- render
- tests
- ide-db/src
- generated
- syntax_helpers
- ide-diagnostics/src
- handlers
- ide-ssr/src
- intern/src
- symbol
- load-cargo/src
- mbe/src
- parser/src/syntax_kind
- profile/src
- project-model
- src
- test_data/output
- rust-analyzer/src
- cli
- handlers
- lsp
- syntax
- src
- ast
- generated
- syntax_factory
- test_data/parser/validation
- syntax-bridge/src
- test-utils/src
- tt/src
- docs/book/src
- editors/code
- src
- tests
- crashes
- ui
- asm
- x86_64
- delegation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
347 files changed
+4967
-2279
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 |
| |
| 25 | + | |
| 26 | + | |
20 | 27 |
| |
21 | 28 |
| |
22 | 29 |
| |
| 30 | + | |
23 | 31 |
| |
24 | 32 |
| |
25 | 33 |
| |
26 |
| - | |
27 |
| - | |
28 | 34 |
| |
29 | 35 |
| |
30 | 36 |
| |
|
Lines changed: 0 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 | 66 |
| |
81 | 67 |
| |
82 | 68 |
| |
|
0 commit comments