File tree
1,117 files changed
+61626
-6992
lines changed- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast/src
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_builtin_macros/src
- deriving
- cmp
- generic
- rustc_codegen_cranelift
- build_system
- src/abi
- rustc_codegen_gcc/src
- intrinsic
- rustc_codegen_llvm/src
- debuginfo
- rustc_codegen_ssa/src
- back
- traits
- rustc_const_eval
- src
- check_consts
- const_eval
- rustc_hir_typeck/src
- rustc_hir/src
- rustc_interface/src
- rustc_lint_defs/src
- rustc_lint/src
- rustc_llvm
- rustc_middle/src
- thir
- rustc_mir_build/src/thir/pattern
- rustc_mir_transform/src
- rustc_monomorphize/src/mono_checks
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_smir/src/rustc_smir/convert
- rustc_target/src
- callconv
- spec
- targets
- rustc_trait_selection
- src
- error_reporting/traits
- traits/select
- rustc_ty_utils/src
- library
- alloctests
- alloc
- src
- compiler-builtins
- .github/workflows
- builtins-test-intrinsics
- src
- builtins-test
- benches
- src
- tests
- ci
- docker
- aarch64-unknown-linux-gnu
- arm-unknown-linux-gnueabihf
- arm-unknown-linux-gnueabi
- armv7-unknown-linux-gnueabihf
- i586-unknown-linux-gnu
- i686-unknown-linux-gnu
- loongarch64-unknown-linux-gnu
- mips-unknown-linux-gnu
- mips64-unknown-linux-gnuabi64
- mips64el-unknown-linux-gnuabi64
- mipsel-unknown-linux-gnu
- powerpc-unknown-linux-gnu
- powerpc64-unknown-linux-gnu
- powerpc64le-unknown-linux-gnu
- riscv64gc-unknown-linux-gnu
- thumbv6m-none-eabi
- thumbv7em-none-eabihf
- thumbv7em-none-eabi
- thumbv7m-none-eabi
- wasm32-unknown-unknown
- x86_64-unknown-linux-gnu
- compiler-builtins
- src
- float
- hexagon
- int
- specialized_div_rem
- math
- mem
- crates
- libm-macros
- src
- tests
- musl-math-sys
- c_patches
- src
- panic-handler
- src
- util
- src
- etc
- libm-test
- benches
- examples
- src
- generate
- tests
- z_extensive
- libm
- src
- math
- arch
- x86
- generic
- support
- big
- coretests/tests
- floats
- num
- core
- src
- intrinsics
- iter
- sources
- macros
- mem
- num
- dec2flt
- slice
- sync
- std
- src
- sync
- sys/thread_local/key
- src
- bootstrap
- defaults
- mk
- src
- core
- build_steps
- config
- ci
- docker/host-x86_64/mingw-check-2
- github-actions
- doc
- rustc/src/codegen-options
- librustdoc
- clean
- rustdoc-json-types
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- tests/ui
- miri
- src
- shims
- unix
- android
- freebsd
- linux_like
- linux
- macos
- solarish
- wasi
- windows
- x86
- tests
- fail
- pass
- rust-analyzer
- crates
- hir-expand/src
- hir/src
- ide-assists/src/handlers
- ide-db/src
- imports
- insert_use
- ide-diagnostics/src/handlers
- ide/src
- mbe/src
- rust-analyzer/src
- handlers
- lsp
- span/src
- syntax-bridge/src
- syntax/src
- vfs/src
- xtask/src
- test-float-parse
- src
- gen_
- validate
- tidy/src
- tests
- crashes
- rustdoc-ui
- ui
- abi
- allocator/auxiliary
- array-slice-vec
- asm
- associated-consts
- async-await/async-drop
- autoref-autoderef
- borrowck
- coercion
- coherence
- const-generics
- defaults
- generic_const_exprs
- issues
- min_const_generics
- const-ptr
- consts
- const-eval
- heap
- const-mut-refs
- control-flow
- extra-const-ub
- miri_unleashed
- required-consts
- coroutine
- auxiliary
- deprecation
- deriving
- destructuring-assignment
- did_you_mean
- dyn-drop
- editions
- enum-discriminant
- ergonomic-clones/async
- error-codes
- errors
- explicit-tail-calls
- expr
- extern
- feature-gates
- generic-const-items
- generics
- higher-ranked
- imports
- infinite
- inline-const
- intrinsics
- issues
- auxiliary
- iterators
- layout
- lazy-type-alias
- lifetimes/auxiliary
- limits
- macros
- auxiliary
- numbers-arithmetic
- parser
- pattern
- recursion
- regions
- simd
- sized
- statics
- stats
- structs/default-field-values
- suggestions
- transmutability
- treat-err-as-bug
- type-alias-impl-trait
- type/pattern_types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,117 files changed
+61626
-6992
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
| |||
41 | 40 |
| |
42 | 41 |
| |
43 | 42 |
| |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
Lines changed: 136 additions & 0 deletions
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 | + |
Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
| |||
99 | 101 |
| |
100 | 102 |
| |
101 | 103 |
| |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 | 104 |
| |
108 | 105 |
| |
109 | 106 |
| |
|
Lines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| 58 | + | |
| 59 | + | |
58 | 60 |
| |
59 | 61 |
| |
60 | 62 |
| |
61 | 63 |
| |
62 |
| - | |
63 |
| - | |
64 | 64 |
| |
| 65 | + | |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
| |||
1895 | 1896 |
| |
1896 | 1897 |
| |
1897 | 1898 |
| |
| 1899 | + | |
| 1900 | + | |
| 1901 | + | |
| 1902 | + | |
| 1903 | + | |
| 1904 | + | |
| 1905 | + | |
| 1906 | + |
Lines changed: 42 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
103 |
| - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
104 | 111 |
| |
105 | 112 |
| |
106 | 113 |
| |
| |||
120 | 127 |
| |
121 | 128 |
| |
122 | 129 |
| |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 | 130 |
| |
135 | 131 |
| |
136 | 132 |
| |
| |||
2465 | 2461 |
| |
2466 | 2462 |
| |
2467 | 2463 |
| |
| 2464 | + | |
| 2465 | + | |
| 2466 | + | |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
| 2470 | + | |
| 2471 | + | |
| 2472 | + | |
| 2473 | + | |
| 2474 | + | |
| 2475 | + | |
| 2476 | + | |
| 2477 | + | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
| 2481 | + | |
| 2482 | + | |
| 2483 | + | |
| 2484 | + | |
| 2485 | + | |
| 2486 | + | |
| 2487 | + | |
| 2488 | + | |
| 2489 | + | |
| 2490 | + | |
| 2491 | + | |
| 2492 | + | |
| 2493 | + | |
| 2494 | + | |
| 2495 | + | |
| 2496 | + | |
2468 | 2497 |
| |
2469 | 2498 |
| |
2470 | 2499 |
| |
|
0 commit comments