File tree
758 files changed
+11400
-3671
lines changed- .github/workflows
- compiler
- rustc_abi/src
- rustc_ast/src
- util
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_borrowck/src
- constraints
- diagnostics
- region_infer
- type_check
- liveness
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src/intrinsics
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- back
- coverageinfo
- debuginfo
- llvm
- rustc_codegen_ssa/src
- back
- debuginfo
- mir
- rustc_const_eval/src
- interpret
- transform
- rustc_data_structures
- src
- graph/dominators
- rustc_driver/src
- rustc_error_codes/src
- error_codes
- rustc_error_messages
- locales/en-US
- src
- rustc_expand/src/mbe
- rustc_feature/src
- rustc_graphviz/src
- rustc_hir/src
- rustc_hir_analysis/src
- astconv
- check
- coherence
- collect
- impl_wf_check
- outlives
- rustc_hir_typeck/src
- fn_ctxt
- generator_interior
- drop_ranges
- method
- rustc_incremental/src
- rustc_index/src/vec
- rustc_infer/src
- infer
- canonical
- error_reporting
- nice_region_error
- lexical_region_resolve
- outlives
- region_constraints
- traits
- rustc_interface/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_macros/src
- diagnostics
- rustc_metadata/src
- rmeta
- rustc_middle
- src
- dep_graph
- hir/map
- infer
- middle
- mir
- query
- traits
- ty
- consts
- print
- rustc_mir_build
- src
- build
- custom/parse
- expr
- matches
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- impls
- move_paths
- rustc_mir_transform/src
- coverage
- rustc_monomorphize/src
- partitioning
- rustc_parse/src/parser
- rustc_passes/src
- rustc_query_impl/src
- rustc_query_system/src
- dep_graph
- query
- rustc_resolve/src
- late
- rustc_save_analysis/src
- rustc_session/src
- rustc_span
- src
- rustc_symbol_mangling/src/typeid
- rustc_target/src
- abi
- call
- spec
- rustc_trait_selection/src
- solve
- traits
- error_reporting
- select
- specialize
- rustc_traits/src
- chalk
- rustc_transmute/src
- layout
- maybe_transmutable
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc/src
- collections/vec_deque
- vec
- core/src
- array
- convert
- ffi
- fmt
- future
- hash
- intrinsics
- iter/traits
- mem
- ops
- ptr
- slice
- str
- task
- std/src
- fs
- sys
- unix
- process
- unsupported
- wasi
- wasm
- windows
- sys_common
- once
- test/src
- formatters
- src
- bootstrap
- bin
- mk
- ci
- docker/host-x86_64
- mingw-check
- mingw-check-tidy
- x86_64-gnu-tools
- github-actions
- doc
- unstable-book/src/compiler-flags
- etc
- librustdoc
- clean
- html
- render
- static
- css
- themes
- js
- templates
- test
- assembly
- codegen
- unwind-abis
- mir-opt
- building/custom
- dest-prop
- run-make-fulldeps/core-no-fp-fmt-parse
- rustdoc
- rustdoc-gui
- src
- scrape_examples/examples
- test_docs
- rustdoc-ui
- ui
- allocator
- argument-suggestions
- asm
- associated-inherent-types
- async-await
- in-trait
- issues
- track-caller
- borrowck
- codegen
- const-generics
- defaults
- generic_const_exprs
- consts
- dropck
- dyn-star
- error-codes
- auxiliary
- fn
- generator
- higher-rank-trait-bounds
- implied-bounds
- imports
- inference
- infinite
- invalid-compile-flags
- issues
- iterators
- late-bound-lifetimes
- lint
- must_not_suspend
- lto
- auxiliary
- macros
- match
- methods/issues
- mir
- missing
- proc-macro
- recursion
- regions
- resolve
- auxiliary
- rfc-2632-const-trait-impl
- static
- suggestions
- svh
- test-attrs
- traits/solver-cycles
- type-alias-impl-trait
- auxiliary
- typeck
- unboxed-closures
- ui-fulldeps
- tools
- clippy
- .github/workflows
- book/src
- clippy_lints
- src
- casts
- loops
- methods
- operators
- utils
- internal_lints
- clippy_utils
- src
- declare_clippy_lint
- rustc_tools_util
- src
- src
- tests
- ui
- auxiliary
- borrow_interior_mutable_const
- ui-internal
- ui-toml
- arithmetic_side_effects_allowed
- suppress_lint_in_const
- toml_unknown_key
- compiletest/src
- miri
- src
- shims
- intrinsics
- unix
- linux
- macos
- windows
- tests
- fail
- stacked_borrows
- unaligned_pointers
- pass
- remote-test-server/src
- tidy/src
- x/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
758 files changed
+11400
-3671
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 |
| |
49 | 55 |
| |
50 | 56 |
| |
| 57 | + | |
51 | 58 |
| |
52 | 59 |
| |
53 | 60 |
| |
| 61 | + | |
54 | 62 |
| |
55 | 63 |
| |
56 | 64 |
| |
| |||
301 | 309 |
| |
302 | 310 |
| |
303 | 311 |
| |
304 |
| - | |
| 312 | + | |
305 | 313 |
| |
306 | 314 |
| |
307 | 315 |
| |
|
0 commit comments